Shades of Tenne (Tawny) #CC5908
Tints of Tenne (Tawny) #CC5908
RGB
CMYK
RGB Variations
Color information
#CC5908 (or 0xCC5908) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 08. RGB value is (204,89,8). Sum of RGB (Red+Green+Blue) = 204+89+8=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5908 is #33A6F7. Grayscale: #727272. Windows color (decimal): -3385080 or 547276. OLE color: 547276.
HSL color Cylindrical-coordinate representation of color #CC5908: hue angle of 24.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC5908 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.2 |
| HSL | 24.8º | 0.92% | 0.42% | - |
| HSV(B) | 24.8º | 0.96% | 0.8% | - |
| XYZ | 28.52 | 20 | 2.59 | - |
| YUV | 114.15 | 68.1 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 8 | 0 | 0.56 | 0.96 | 0.2 | 24.8 | 0.92 | 0.42 |
| Hex | CC | 59 | 8 | 0 | 38 | 60 | 14 | 19 | 5C | 2A |
| Octal | 314 | 131 | 10 | 0 | 70 | 140 | 24 | 31 | 134 | 52 |
| Binary | 11001100 | 1011001 | 1000 | 0 | 111000 | 1100000 | 10100 | 11001 | 1011100 | 101010 |
Color Harmonies of #CC5908
Complementary color
Monochromatic Colors of #CC5908
Black with #CC5908
Text Example
Text Example
White with #CC5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5908; }
p { color: rgb(204,89,8); }
H1.HeaderClassName
{
color: #CC5908;
}
.AnyTagClassName
{
color: #CC5908;
}
</style>
background-color css
<style>
a { background-color: #CC5908; }
a { background-color: rgb(204,89,8); }
div.DivClassName
{
background-color: #CC5908;
}
.BgClassName
{
background-color: #CC5908;
}
</style>
border-color css
<style>
span { border-color: #CC5908; }
span { border-color: rgb(204,89,8); }
td.TdClassName
{
border-color: #CC5908;
}
.TagClassName
{
border-color: #CC5908;
}
</style>