#CF6C36

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

Shades of Tango #CF6C36

Tints of Tango #CF6C36

Color information

#CF6C36 (or 0xCF6C36) is unknown color: approx Tango. HEX triplet: CF, 6C and 36. RGB value is (207,108,54). Sum of RGB (Red+Green+Blue) = 207+108+54=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C36 is #3093C9. Grayscale: #838383. Windows color (decimal): -3183562 or 3566799. OLE color: 3566799.

HSL color Cylindrical-coordinate representation of color #CF6C36: hue angle of 21.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF6C36 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20710854-
CMYK00.480.740.19
HSL21.18º61.45%51.18%-
HSV(B)21.18º73.91%81.18%-
XYZ31.7624.266.5-
YUV131.4484.3181.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 54 (21.48% from 255) = 14.63%
R=56.10%
G=29.27%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071085400.480.740.1921.1861.4551.18
HexCF6C360304A13153d33
Octal3171546606011223257563
Binary110011111101100110110011000010010101001110101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C36; }

 p { color: rgb(207,108,54); }

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

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

 a { background-color: rgb(207,108,54); }

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

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

 span { border-color: rgb(207,108,54); }

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