Shades of Tango #CD6F32
Tints of Tango #CD6F32
RGB
CMYK
RGB Variations
Color information
#CD6F32 (or 0xCD6F32) is known color: Tango. HEX triplet: CD, 6F and 32. RGB value is (205,111,50). Sum of RGB (Red+Green+Blue) = 205+111+50=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6F32 is #3290CD. Grayscale: #848484. Windows color (decimal): -3313870 or 3305421. OLE color: 3305421.
HSL color Cylindrical-coordinate representation of color #CD6F32: hue angle of 23.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD6F32 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 111 | 50 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.20 |
| HSL | 23.61º | 0.61% | 0.5% | - |
| HSV(B) | 23.61º | 0.76% | 0.8% | - |
| XYZ | 31.44 | 24.58 | 6.1 | - |
| YUV | 132.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 50 | 0 | 0.46 | 0.76 | 0.20 | 23.61 | 0.61 | 0.5 |
| Hex | CD | 6F | 32 | 0 | 2E | 4C | 14 | 18 | 3D | 32 |
| Octal | 315 | 157 | 62 | 0 | 56 | 114 | 24 | 30 | 75 | 62 |
| Binary | 11001101 | 1101111 | 110010 | 0 | 101110 | 1001100 | 10100 | 11000 | 111101 | 110010 |
Color Harmonies of #CD6F32
Complementary color
Monochromatic Colors of #CD6F32
Black with #CD6F32
Text Example
Text Example
White with #CD6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6F32; }
p { color: rgb(205,111,50); }
H1.HeaderClassName
{
color: #CD6F32;
}
.AnyTagClassName
{
color: #CD6F32;
}
</style>
background-color css
<style>
a { background-color: #CD6F32; }
a { background-color: rgb(205,111,50); }
div.DivClassName
{
background-color: #CD6F32;
}
.BgClassName
{
background-color: #CD6F32;
}
</style>
border-color css
<style>
span { border-color: #CD6F32; }
span { border-color: rgb(205,111,50); }
td.TdClassName
{
border-color: #CD6F32;
}
.TagClassName
{
border-color: #CD6F32;
}
</style>