Shades of Tenne (Tawny) #CC4304
Tints of Tenne (Tawny) #CC4304
RGB
CMYK
RGB Variations
Color information
#CC4304 (or 0xCC4304) is known color: Tenne (Tawny). HEX triplet: CC, 43 and 04. RGB value is (204,67,4). Sum of RGB (Red+Green+Blue) = 204+67+4=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4304 is #33BCFB. Grayscale: #656565. Windows color (decimal): -3390716 or 279500. OLE color: 279500.
HSL color Cylindrical-coordinate representation of color #CC4304: hue angle of 18.9º 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 #CC4304 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.2 |
| HSL | 18.9º | 0.96% | 0.41% | - |
| HSV(B) | 18.9º | 0.98% | 0.8% | - |
| XYZ | 26.93 | 16.86 | 1.95 | - |
| YUV | 100.78 | 73.39 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 4 | 0 | 0.67 | 0.98 | 0.2 | 18.9 | 0.96 | 0.41 |
| Hex | CC | 43 | 4 | 0 | 43 | 62 | 14 | 13 | 60 | 29 |
| Octal | 314 | 103 | 4 | 0 | 103 | 142 | 24 | 23 | 140 | 51 |
| Binary | 11001100 | 1000011 | 100 | 0 | 1000011 | 1100010 | 10100 | 10011 | 1100000 | 101001 |
Color Harmonies of #CC4304
Complementary color
Monochromatic Colors of #CC4304
Black with #CC4304
Text Example
Text Example
White with #CC4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4304; }
p { color: rgb(204,67,4); }
H1.HeaderClassName
{
color: #CC4304;
}
.AnyTagClassName
{
color: #CC4304;
}
</style>
background-color css
<style>
a { background-color: #CC4304; }
a { background-color: rgb(204,67,4); }
div.DivClassName
{
background-color: #CC4304;
}
.BgClassName
{
background-color: #CC4304;
}
</style>
border-color css
<style>
span { border-color: #CC4304; }
span { border-color: rgb(204,67,4); }
td.TdClassName
{
border-color: #CC4304;
}
.TagClassName
{
border-color: #CC4304;
}
</style>