#CD6F35

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

Shades of Tango #CD6F35

Tints of Tango #CD6F35

Color information

#CD6F35 (or 0xCD6F35) is unknown color: approx Tango. HEX triplet: CD, 6F and 35. RGB value is (205,111,53). Sum of RGB (Red+Green+Blue) = 205+111+53=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6F35 is #3290CA. Grayscale: #848484. Windows color (decimal): -3313867 or 3502029. OLE color: 3502029.

HSL color Cylindrical-coordinate representation of color #CD6F35: hue angle of 22.89º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD6F35 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20511153-
CMYK00.460.740.20
HSL22.89º60.32%50.59%-
HSV(B)22.89º74.15%80.39%-
XYZ31.524.616.46-
YUV132.4983.14179.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.56%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=55.56%
G=30.08%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051115300.460.740.2022.8960.3250.59
HexCD6F3502E4A14173c33
Octal3151576505611224277463
Binary110011011101111110101010111010010101010010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F35; }

 p { color: rgb(205,111,53); }

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

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

 a { background-color: rgb(205,111,53); }

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

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

 span { border-color: rgb(205,111,53); }

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