Shades of Tenne (Tawny) #CC5902
Tints of Tenne (Tawny) #CC5902
RGB
CMYK
RGB Variations
Color information
#CC5902 (or 0xCC5902) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 02. RGB value is (204,89,2). Sum of RGB (Red+Green+Blue) = 204+89+2=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5902 is #33A6FD. Grayscale: #717171. Windows color (decimal): -3385086 or 154060. OLE color: 154060.
HSL color Cylindrical-coordinate representation of color #CC5902: hue angle of 25.84º 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 #CC5902 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.2 |
| HSL | 25.84º | 0.98% | 0.4% | - |
| HSV(B) | 25.84º | 0.99% | 0.8% | - |
| XYZ | 28.49 | 19.99 | 2.41 | - |
| YUV | 113.47 | 65.1 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 2 | 0 | 0.56 | 0.99 | 0.2 | 25.84 | 0.98 | 0.4 |
| Hex | CC | 59 | 2 | 0 | 38 | 63 | 14 | 1A | 62 | 28 |
| Octal | 314 | 131 | 2 | 0 | 70 | 143 | 24 | 32 | 142 | 50 |
| Binary | 11001100 | 1011001 | 10 | 0 | 111000 | 1100011 | 10100 | 11010 | 1100010 | 101000 |
Color Harmonies of #CC5902
Complementary color
Monochromatic Colors of #CC5902
Black with #CC5902
Text Example
Text Example
White with #CC5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5902; }
p { color: rgb(204,89,2); }
H1.HeaderClassName
{
color: #CC5902;
}
.AnyTagClassName
{
color: #CC5902;
}
</style>
background-color css
<style>
a { background-color: #CC5902; }
a { background-color: rgb(204,89,2); }
div.DivClassName
{
background-color: #CC5902;
}
.BgClassName
{
background-color: #CC5902;
}
</style>
border-color css
<style>
span { border-color: #CC5902; }
span { border-color: rgb(204,89,2); }
td.TdClassName
{
border-color: #CC5902;
}
.TagClassName
{
border-color: #CC5902;
}
</style>