Shades of Tenne (Tawny) #CC5A02
Tints of Tenne (Tawny) #CC5A02
RGB
CMYK
RGB Variations
Color information
#CC5A02 (or 0xCC5A02) is known color: Tenne (Tawny). HEX triplet: CC, 5A and 02. RGB value is (204,90,2). Sum of RGB (Red+Green+Blue) = 204+90+2=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A02 is #33A5FD. Grayscale: #727272. Windows color (decimal): -3384830 or 154316. OLE color: 154316.
HSL color Cylindrical-coordinate representation of color #CC5A02: hue angle of 26.14º 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 #CC5A02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.2 |
| HSL | 26.14º | 0.98% | 0.4% | - |
| HSV(B) | 26.14º | 0.99% | 0.8% | - |
| XYZ | 28.57 | 20.15 | 2.44 | - |
| YUV | 114.05 | 64.77 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 2 | 0 | 0.56 | 0.99 | 0.2 | 26.14 | 0.98 | 0.4 |
| Hex | CC | 5A | 2 | 0 | 38 | 63 | 14 | 1A | 62 | 28 |
| Octal | 314 | 132 | 2 | 0 | 70 | 143 | 24 | 32 | 142 | 50 |
| Binary | 11001100 | 1011010 | 10 | 0 | 111000 | 1100011 | 10100 | 11010 | 1100010 | 101000 |
Color Harmonies of #CC5A02
Complementary color
Monochromatic Colors of #CC5A02
Black with #CC5A02
Text Example
Text Example
White with #CC5A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A02; }
p { color: rgb(204,90,2); }
H1.HeaderClassName
{
color: #CC5A02;
}
.AnyTagClassName
{
color: #CC5A02;
}
</style>
background-color css
<style>
a { background-color: #CC5A02; }
a { background-color: rgb(204,90,2); }
div.DivClassName
{
background-color: #CC5A02;
}
.BgClassName
{
background-color: #CC5A02;
}
</style>
border-color css
<style>
span { border-color: #CC5A02; }
span { border-color: rgb(204,90,2); }
td.TdClassName
{
border-color: #CC5A02;
}
.TagClassName
{
border-color: #CC5A02;
}
</style>