Shades of Tenne (Tawny) #CC5002
Tints of Tenne (Tawny) #CC5002
RGB
CMYK
RGB Variations
Color information
#CC5002 (or 0xCC5002) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 02. RGB value is (204,80,2). Sum of RGB (Red+Green+Blue) = 204+80+2=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5002 is #33AFFD. Grayscale: #6C6C6C. Windows color (decimal): -3387390 or 151756. OLE color: 151756.
HSL color Cylindrical-coordinate representation of color #CC5002: hue angle of 23.17º 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 #CC5002 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.2 |
| HSL | 23.17º | 0.98% | 0.4% | - |
| HSV(B) | 23.17º | 0.99% | 0.8% | - |
| XYZ | 27.78 | 18.58 | 2.18 | - |
| YUV | 108.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 2 | 0 | 0.61 | 0.99 | 0.2 | 23.17 | 0.98 | 0.4 |
| Hex | CC | 50 | 2 | 0 | 3D | 63 | 14 | 17 | 62 | 28 |
| Octal | 314 | 120 | 2 | 0 | 75 | 143 | 24 | 27 | 142 | 50 |
| Binary | 11001100 | 1010000 | 10 | 0 | 111101 | 1100011 | 10100 | 10111 | 1100010 | 101000 |
Color Harmonies of #CC5002
Complementary color
Monochromatic Colors of #CC5002
Black with #CC5002
Text Example
Text Example
White with #CC5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5002; }
p { color: rgb(204,80,2); }
H1.HeaderClassName
{
color: #CC5002;
}
.AnyTagClassName
{
color: #CC5002;
}
</style>
background-color css
<style>
a { background-color: #CC5002; }
a { background-color: rgb(204,80,2); }
div.DivClassName
{
background-color: #CC5002;
}
.BgClassName
{
background-color: #CC5002;
}
</style>
border-color css
<style>
span { border-color: #CC5002; }
span { border-color: rgb(204,80,2); }
td.TdClassName
{
border-color: #CC5002;
}
.TagClassName
{
border-color: #CC5002;
}
</style>