#CF6E30

Color #CF6E30 Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tango #CF6E30

Tints of Tango #CF6E30

Color information

#CF6E30 (or 0xCF6E30) is unknown color: approx Tango. HEX triplet: CF, 6E and 30. RGB value is (207,110,48). Sum of RGB (Red+Green+Blue) = 207+110+48=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E30 is #3091CF. Grayscale: #848484. Windows color (decimal): -3183056 or 3174095. OLE color: 3174095.

HSL color Cylindrical-coordinate representation of color #CF6E30: hue angle of 23.4º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF6E30 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB20711048-
CMYK00.470.770.19
HSL23.4º62.35%50%-
HSV(B)23.4º76.81%81.18%-
XYZ31.8424.635.87-
YUV131.9480.64181.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 56.71%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 48 (19.14% from 255) = 13.15%
R=56.71%
G=30.14%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071104800.470.770.1923.462.3550
HexCF6E3002F4D13173e32
Octal3171566005711523277662
Binary110011111101110110000010111110011011001110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6E30; }

 p { color: rgb(207,110,48); }

 H1.HeaderClassName
 {
   color: #CF6E30;
 }
 .AnyTagClassName
 {
   color: #CF6E30;
 }
</style>
background-color css

<style>
 a { background-color: #CF6E30; }

 a { background-color: rgb(207,110,48); }

 div.DivClassName
 {
   background-color: #CF6E30;
 }
 .BgClassName
 {
   background-color: #CF6E30;
 }
</style>
border-color css

<style>
 span { border-color: #CF6E30; }

 span { border-color: rgb(207,110,48); }

 td.TdClassName
 {
   border-color: #CF6E30;
 }
 .TagClassName
 {
   border-color: #CF6E30;
 }
</style>