Shades of Tenne (Tawny) #CC4C08
Tints of Tenne (Tawny) #CC4C08
RGB
CMYK
RGB Variations
Color information
#CC4C08 (or 0xCC4C08) is known color: Tenne (Tawny). HEX triplet: CC, 4C and 08. RGB value is (204,76,8). Sum of RGB (Red+Green+Blue) = 204+76+8=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C08 is #33B3F7. Grayscale: #6A6A6A. Windows color (decimal): -3388408 or 543948. OLE color: 543948.
HSL color Cylindrical-coordinate representation of color #CC4C08: hue angle of 20.82º 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 #CC4C08 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.2 |
| HSL | 20.82º | 0.92% | 0.42% | - |
| HSV(B) | 20.82º | 0.96% | 0.8% | - |
| XYZ | 27.53 | 18.02 | 2.26 | - |
| YUV | 106.52 | 72.41 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 8 | 0 | 0.63 | 0.96 | 0.2 | 20.82 | 0.92 | 0.42 |
| Hex | CC | 4C | 8 | 0 | 3F | 60 | 14 | 15 | 5C | 2A |
| Octal | 314 | 114 | 10 | 0 | 77 | 140 | 24 | 25 | 134 | 52 |
| Binary | 11001100 | 1001100 | 1000 | 0 | 111111 | 1100000 | 10100 | 10101 | 1011100 | 101010 |
Color Harmonies of #CC4C08
Complementary color
Monochromatic Colors of #CC4C08
Black with #CC4C08
Text Example
Text Example
White with #CC4C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C08; }
p { color: rgb(204,76,8); }
H1.HeaderClassName
{
color: #CC4C08;
}
.AnyTagClassName
{
color: #CC4C08;
}
</style>
background-color css
<style>
a { background-color: #CC4C08; }
a { background-color: rgb(204,76,8); }
div.DivClassName
{
background-color: #CC4C08;
}
.BgClassName
{
background-color: #CC4C08;
}
</style>
border-color css
<style>
span { border-color: #CC4C08; }
span { border-color: rgb(204,76,8); }
td.TdClassName
{
border-color: #CC4C08;
}
.TagClassName
{
border-color: #CC4C08;
}
</style>