Shades of Tenne (Tawny) #CC4A08
Tints of Tenne (Tawny) #CC4A08
RGB
CMYK
RGB Variations
Color information
#CC4A08 (or 0xCC4A08) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 08. RGB value is (204,74,8). Sum of RGB (Red+Green+Blue) = 204+74+8=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A08 is #33B5F7. Grayscale: #696969. Windows color (decimal): -3388920 or 543436. OLE color: 543436.
HSL color Cylindrical-coordinate representation of color #CC4A08: hue angle of 20.2º 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 #CC4A08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.2 |
| HSL | 20.2º | 0.92% | 0.42% | - |
| HSV(B) | 20.2º | 0.96% | 0.8% | - |
| XYZ | 27.39 | 17.75 | 2.21 | - |
| YUV | 105.35 | 73.07 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 8 | 0 | 0.64 | 0.96 | 0.2 | 20.2 | 0.92 | 0.42 |
| Hex | CC | 4A | 8 | 0 | 40 | 60 | 14 | 14 | 5C | 2A |
| Octal | 314 | 112 | 10 | 0 | 100 | 140 | 24 | 24 | 134 | 52 |
| Binary | 11001100 | 1001010 | 1000 | 0 | 1000000 | 1100000 | 10100 | 10100 | 1011100 | 101010 |
Color Harmonies of #CC4A08
Complementary color
Monochromatic Colors of #CC4A08
Black with #CC4A08
Text Example
Text Example
White with #CC4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A08; }
p { color: rgb(204,74,8); }
H1.HeaderClassName
{
color: #CC4A08;
}
.AnyTagClassName
{
color: #CC4A08;
}
</style>
background-color css
<style>
a { background-color: #CC4A08; }
a { background-color: rgb(204,74,8); }
div.DivClassName
{
background-color: #CC4A08;
}
.BgClassName
{
background-color: #CC4A08;
}
</style>
border-color css
<style>
span { border-color: #CC4A08; }
span { border-color: rgb(204,74,8); }
td.TdClassName
{
border-color: #CC4A08;
}
.TagClassName
{
border-color: #CC4A08;
}
</style>