Shades of Tenne (Tawny) #CC4808
Tints of Tenne (Tawny) #CC4808
RGB
CMYK
RGB Variations
Color information
#CC4808 (or 0xCC4808) is known color: Tenne (Tawny). HEX triplet: CC, 48 and 08. RGB value is (204,72,8). Sum of RGB (Red+Green+Blue) = 204+72+8=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4808 is #33B7F7. Grayscale: #686868. Windows color (decimal): -3389432 or 542924. OLE color: 542924.
HSL color Cylindrical-coordinate representation of color #CC4808: hue angle of 19.59º 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 #CC4808 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.2 |
| HSL | 19.59º | 0.92% | 0.42% | - |
| HSV(B) | 19.59º | 0.96% | 0.8% | - |
| XYZ | 27.26 | 17.49 | 2.17 | - |
| YUV | 104.17 | 73.73 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 8 | 0 | 0.65 | 0.96 | 0.2 | 19.59 | 0.92 | 0.42 |
| Hex | CC | 48 | 8 | 0 | 41 | 60 | 14 | 14 | 5C | 2A |
| Octal | 314 | 110 | 10 | 0 | 101 | 140 | 24 | 24 | 134 | 52 |
| Binary | 11001100 | 1001000 | 1000 | 0 | 1000001 | 1100000 | 10100 | 10100 | 1011100 | 101010 |
Color Harmonies of #CC4808
Complementary color
Monochromatic Colors of #CC4808
Black with #CC4808
Text Example
Text Example
White with #CC4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4808; }
p { color: rgb(204,72,8); }
H1.HeaderClassName
{
color: #CC4808;
}
.AnyTagClassName
{
color: #CC4808;
}
</style>
background-color css
<style>
a { background-color: #CC4808; }
a { background-color: rgb(204,72,8); }
div.DivClassName
{
background-color: #CC4808;
}
.BgClassName
{
background-color: #CC4808;
}
</style>
border-color css
<style>
span { border-color: #CC4808; }
span { border-color: rgb(204,72,8); }
td.TdClassName
{
border-color: #CC4808;
}
.TagClassName
{
border-color: #CC4808;
}
</style>