Shades of Tango #CD6C2F
Tints of Tango #CD6C2F
RGB
CMYK
RGB Variations
Color information
#CD6C2F (or 0xCD6C2F) is known color: Tango. HEX triplet: CD, 6C and 2F. RGB value is (205,108,47). Sum of RGB (Red+Green+Blue) = 205+108+47=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6C2F is #3293D0. Grayscale: #828282. Windows color (decimal): -3314641 or 3108045. OLE color: 3108045.
HSL color Cylindrical-coordinate representation of color #CD6C2F: hue angle of 23.16º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD6C2F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 47 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.20 |
| HSL | 23.16º | 0.63% | 0.49% | - |
| HSV(B) | 23.16º | 0.77% | 0.8% | - |
| XYZ | 31.05 | 23.91 | 5.67 | - |
| YUV | 130.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 47 | 0 | 0.47 | 0.77 | 0.20 | 23.16 | 0.63 | 0.49 |
| Hex | CD | 6C | 2F | 0 | 2F | 4D | 14 | 17 | 3F | 31 |
| Octal | 315 | 154 | 57 | 0 | 57 | 115 | 24 | 27 | 77 | 61 |
| Binary | 11001101 | 1101100 | 101111 | 0 | 101111 | 1001101 | 10100 | 10111 | 111111 | 110001 |
Color Harmonies of #CD6C2F
Complementary color
Monochromatic Colors of #CD6C2F
Black with #CD6C2F
Text Example
Text Example
White with #CD6C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C2F; }
p { color: rgb(205,108,47); }
H1.HeaderClassName
{
color: #CD6C2F;
}
.AnyTagClassName
{
color: #CD6C2F;
}
</style>
background-color css
<style>
a { background-color: #CD6C2F; }
a { background-color: rgb(205,108,47); }
div.DivClassName
{
background-color: #CD6C2F;
}
.BgClassName
{
background-color: #CD6C2F;
}
</style>
border-color css
<style>
span { border-color: #CD6C2F; }
span { border-color: rgb(205,108,47); }
td.TdClassName
{
border-color: #CD6C2F;
}
.TagClassName
{
border-color: #CD6C2F;
}
</style>