Shades of Tenne (Tawny) #CC5008
Tints of Tenne (Tawny) #CC5008
RGB
CMYK
RGB Variations
Color information
#CC5008 (or 0xCC5008) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 08. RGB value is (204,80,8). Sum of RGB (Red+Green+Blue) = 204+80+8=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5008 is #33AFF7. Grayscale: #6D6D6D. Windows color (decimal): -3387384 or 544972. OLE color: 544972.
HSL color Cylindrical-coordinate representation of color #CC5008: hue angle of 22.04º 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 #CC5008 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.2 |
| HSL | 22.04º | 0.92% | 0.42% | - |
| HSV(B) | 22.04º | 0.96% | 0.8% | - |
| XYZ | 27.81 | 18.59 | 2.35 | - |
| YUV | 108.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 8 | 0 | 0.61 | 0.96 | 0.2 | 22.04 | 0.92 | 0.42 |
| Hex | CC | 50 | 8 | 0 | 3D | 60 | 14 | 16 | 5C | 2A |
| Octal | 314 | 120 | 10 | 0 | 75 | 140 | 24 | 26 | 134 | 52 |
| Binary | 11001100 | 1010000 | 1000 | 0 | 111101 | 1100000 | 10100 | 10110 | 1011100 | 101010 |
Color Harmonies of #CC5008
Complementary color
Monochromatic Colors of #CC5008
Black with #CC5008
Text Example
Text Example
White with #CC5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5008; }
p { color: rgb(204,80,8); }
H1.HeaderClassName
{
color: #CC5008;
}
.AnyTagClassName
{
color: #CC5008;
}
</style>
background-color css
<style>
a { background-color: #CC5008; }
a { background-color: rgb(204,80,8); }
div.DivClassName
{
background-color: #CC5008;
}
.BgClassName
{
background-color: #CC5008;
}
</style>
border-color css
<style>
span { border-color: #CC5008; }
span { border-color: rgb(204,80,8); }
td.TdClassName
{
border-color: #CC5008;
}
.TagClassName
{
border-color: #CC5008;
}
</style>