Shades of Tenne (Tawny) #CC4A09
Tints of Tenne (Tawny) #CC4A09
RGB
CMYK
RGB Variations
Color information
#CC4A09 (or 0xCC4A09) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 09. RGB value is (204,74,9). Sum of RGB (Red+Green+Blue) = 204+74+9=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A09 is #33B5F6. Grayscale: #696969. Windows color (decimal): -3388919 or 608972. OLE color: 608972.
HSL color Cylindrical-coordinate representation of color #CC4A09: hue angle of 20º 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 #CC4A09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.2 |
| HSL | 20º | 0.92% | 0.42% | - |
| HSV(B) | 20º | 0.96% | 0.8% | - |
| XYZ | 27.4 | 17.75 | 2.24 | - |
| YUV | 105.46 | 73.57 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 9 | 0 | 0.64 | 0.96 | 0.2 | 20 | 0.92 | 0.42 |
| Hex | CC | 4A | 9 | 0 | 40 | 60 | 14 | 14 | 5C | 2A |
| Octal | 314 | 112 | 11 | 0 | 100 | 140 | 24 | 24 | 134 | 52 |
| Binary | 11001100 | 1001010 | 1001 | 0 | 1000000 | 1100000 | 10100 | 10100 | 1011100 | 101010 |
Color Harmonies of #CC4A09
Complementary color
Monochromatic Colors of #CC4A09
Black with #CC4A09
Text Example
Text Example
White with #CC4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A09; }
p { color: rgb(204,74,9); }
H1.HeaderClassName
{
color: #CC4A09;
}
.AnyTagClassName
{
color: #CC4A09;
}
</style>
background-color css
<style>
a { background-color: #CC4A09; }
a { background-color: rgb(204,74,9); }
div.DivClassName
{
background-color: #CC4A09;
}
.BgClassName
{
background-color: #CC4A09;
}
</style>
border-color css
<style>
span { border-color: #CC4A09; }
span { border-color: rgb(204,74,9); }
td.TdClassName
{
border-color: #CC4A09;
}
.TagClassName
{
border-color: #CC4A09;
}
</style>