Shades of Tenne (Tawny) #CC4502
Tints of Tenne (Tawny) #CC4502
RGB
CMYK
RGB Variations
Color information
#CC4502 (or 0xCC4502) is known color: Tenne (Tawny). HEX triplet: CC, 45 and 02. RGB value is (204,69,2). Sum of RGB (Red+Green+Blue) = 204+69+2=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4502 is #33BAFD. Grayscale: #666666. Windows color (decimal): -3390206 or 148940. OLE color: 148940.
HSL color Cylindrical-coordinate representation of color #CC4502: hue angle of 19.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC4502 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.2 |
| HSL | 19.9º | 0.98% | 0.4% | - |
| HSV(B) | 19.9º | 0.99% | 0.8% | - |
| XYZ | 27.04 | 17.1 | 1.93 | - |
| YUV | 101.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 2 | 0 | 0.66 | 0.99 | 0.2 | 19.9 | 0.98 | 0.4 |
| Hex | CC | 45 | 2 | 0 | 42 | 63 | 14 | 14 | 62 | 28 |
| Octal | 314 | 105 | 2 | 0 | 102 | 143 | 24 | 24 | 142 | 50 |
| Binary | 11001100 | 1000101 | 10 | 0 | 1000010 | 1100011 | 10100 | 10100 | 1100010 | 101000 |
Color Harmonies of #CC4502
Complementary color
Monochromatic Colors of #CC4502
Black with #CC4502
Text Example
Text Example
White with #CC4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4502; }
p { color: rgb(204,69,2); }
H1.HeaderClassName
{
color: #CC4502;
}
.AnyTagClassName
{
color: #CC4502;
}
</style>
background-color css
<style>
a { background-color: #CC4502; }
a { background-color: rgb(204,69,2); }
div.DivClassName
{
background-color: #CC4502;
}
.BgClassName
{
background-color: #CC4502;
}
</style>
border-color css
<style>
span { border-color: #CC4502; }
span { border-color: rgb(204,69,2); }
td.TdClassName
{
border-color: #CC4502;
}
.TagClassName
{
border-color: #CC4502;
}
</style>