Shades of Tango #CD6E33
Tints of Tango #CD6E33
RGB
CMYK
RGB Variations
Color information
#CD6E33 (or 0xCD6E33) is known color: Tango. HEX triplet: CD, 6E and 33. RGB value is (205,110,51). Sum of RGB (Red+Green+Blue) = 205+110+51=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6E33 is #3291CC. Grayscale: #848484. Windows color (decimal): -3314125 or 3370701. OLE color: 3370701.
HSL color Cylindrical-coordinate representation of color #CD6E33: hue angle of 22.99º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD6E33 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 51 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.20 |
| HSL | 22.99º | 0.61% | 0.5% | - |
| HSV(B) | 22.99º | 0.75% | 0.8% | - |
| XYZ | 31.35 | 24.37 | 6.18 | - |
| YUV | 131.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 51 | 0 | 0.46 | 0.75 | 0.20 | 22.99 | 0.61 | 0.5 |
| Hex | CD | 6E | 33 | 0 | 2E | 4B | 14 | 17 | 3D | 32 |
| Octal | 315 | 156 | 63 | 0 | 56 | 113 | 24 | 27 | 75 | 62 |
| Binary | 11001101 | 1101110 | 110011 | 0 | 101110 | 1001011 | 10100 | 10111 | 111101 | 110010 |
Color Harmonies of #CD6E33
Complementary color
Monochromatic Colors of #CD6E33
Black with #CD6E33
Text Example
Text Example
White with #CD6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E33; }
p { color: rgb(205,110,51); }
H1.HeaderClassName
{
color: #CD6E33;
}
.AnyTagClassName
{
color: #CD6E33;
}
</style>
background-color css
<style>
a { background-color: #CD6E33; }
a { background-color: rgb(205,110,51); }
div.DivClassName
{
background-color: #CD6E33;
}
.BgClassName
{
background-color: #CD6E33;
}
</style>
border-color css
<style>
span { border-color: #CD6E33; }
span { border-color: rgb(205,110,51); }
td.TdClassName
{
border-color: #CD6E33;
}
.TagClassName
{
border-color: #CD6E33;
}
</style>