Shades of Tenne (Tawny) #CC4A04
Tints of Tenne (Tawny) #CC4A04
RGB
CMYK
RGB Variations
Color information
#CC4A04 (or 0xCC4A04) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 04. RGB value is (204,74,4). Sum of RGB (Red+Green+Blue) = 204+74+4=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A04 is #33B5FB. Grayscale: #696969. Windows color (decimal): -3388924 or 281292. OLE color: 281292.
HSL color Cylindrical-coordinate representation of color #CC4A04: hue angle of 21º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC4A04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.2 |
| HSL | 21º | 0.96% | 0.41% | - |
| HSV(B) | 21º | 0.98% | 0.8% | - |
| XYZ | 27.37 | 17.74 | 2.1 | - |
| YUV | 104.89 | 71.07 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 4 | 0 | 0.64 | 0.98 | 0.2 | 21 | 0.96 | 0.41 |
| Hex | CC | 4A | 4 | 0 | 40 | 62 | 14 | 15 | 60 | 29 |
| Octal | 314 | 112 | 4 | 0 | 100 | 142 | 24 | 25 | 140 | 51 |
| Binary | 11001100 | 1001010 | 100 | 0 | 1000000 | 1100010 | 10100 | 10101 | 1100000 | 101001 |
Color Harmonies of #CC4A04
Complementary color
Monochromatic Colors of #CC4A04
Black with #CC4A04
Text Example
Text Example
White with #CC4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A04; }
p { color: rgb(204,74,4); }
H1.HeaderClassName
{
color: #CC4A04;
}
.AnyTagClassName
{
color: #CC4A04;
}
</style>
background-color css
<style>
a { background-color: #CC4A04; }
a { background-color: rgb(204,74,4); }
div.DivClassName
{
background-color: #CC4A04;
}
.BgClassName
{
background-color: #CC4A04;
}
</style>
border-color css
<style>
span { border-color: #CC4A04; }
span { border-color: rgb(204,74,4); }
td.TdClassName
{
border-color: #CC4A04;
}
.TagClassName
{
border-color: #CC4A04;
}
</style>