Shades of Tenne (Tawny) #CC6008
Tints of Tenne (Tawny) #CC6008
RGB
CMYK
RGB Variations
Color information
#CC6008 (or 0xCC6008) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 08. RGB value is (204,96,8). Sum of RGB (Red+Green+Blue) = 204+96+8=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6008 is #339FF7. Grayscale: #767676. Windows color (decimal): -3383288 or 549068. OLE color: 549068.
HSL color Cylindrical-coordinate representation of color #CC6008: hue angle of 26.94º 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 #CC6008 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.2 |
| HSL | 26.94º | 0.92% | 0.42% | - |
| HSV(B) | 26.94º | 0.96% | 0.8% | - |
| XYZ | 29.13 | 21.22 | 2.79 | - |
| YUV | 118.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 8 | 0 | 0.53 | 0.96 | 0.2 | 26.94 | 0.92 | 0.42 |
| Hex | CC | 60 | 8 | 0 | 35 | 60 | 14 | 1B | 5C | 2A |
| Octal | 314 | 140 | 10 | 0 | 65 | 140 | 24 | 33 | 134 | 52 |
| Binary | 11001100 | 1100000 | 1000 | 0 | 110101 | 1100000 | 10100 | 11011 | 1011100 | 101010 |
Color Harmonies of #CC6008
Complementary color
Monochromatic Colors of #CC6008
Black with #CC6008
Text Example
Text Example
White with #CC6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6008; }
p { color: rgb(204,96,8); }
H1.HeaderClassName
{
color: #CC6008;
}
.AnyTagClassName
{
color: #CC6008;
}
</style>
background-color css
<style>
a { background-color: #CC6008; }
a { background-color: rgb(204,96,8); }
div.DivClassName
{
background-color: #CC6008;
}
.BgClassName
{
background-color: #CC6008;
}
</style>
border-color css
<style>
span { border-color: #CC6008; }
span { border-color: rgb(204,96,8); }
td.TdClassName
{
border-color: #CC6008;
}
.TagClassName
{
border-color: #CC6008;
}
</style>