Shades of Tenne (Tawny) #CC5102
Tints of Tenne (Tawny) #CC5102
RGB
CMYK
RGB Variations
Color information
#CC5102 (or 0xCC5102) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 02. RGB value is (204,81,2). Sum of RGB (Red+Green+Blue) = 204+81+2=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5102 is #33AEFD. Grayscale: #6D6D6D. Windows color (decimal): -3387134 or 152012. OLE color: 152012.
HSL color Cylindrical-coordinate representation of color #CC5102: hue angle of 23.47º 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 #CC5102 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.2 |
| HSL | 23.47º | 0.98% | 0.4% | - |
| HSV(B) | 23.47º | 0.99% | 0.8% | - |
| XYZ | 27.86 | 18.73 | 2.2 | - |
| YUV | 108.77 | 67.75 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 2 | 0 | 0.60 | 0.99 | 0.2 | 23.47 | 0.98 | 0.4 |
| Hex | CC | 51 | 2 | 0 | 3C | 63 | 14 | 17 | 62 | 28 |
| Octal | 314 | 121 | 2 | 0 | 74 | 143 | 24 | 27 | 142 | 50 |
| Binary | 11001100 | 1010001 | 10 | 0 | 111100 | 1100011 | 10100 | 10111 | 1100010 | 101000 |
Color Harmonies of #CC5102
Complementary color
Monochromatic Colors of #CC5102
Black with #CC5102
Text Example
Text Example
White with #CC5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5102; }
p { color: rgb(204,81,2); }
H1.HeaderClassName
{
color: #CC5102;
}
.AnyTagClassName
{
color: #CC5102;
}
</style>
background-color css
<style>
a { background-color: #CC5102; }
a { background-color: rgb(204,81,2); }
div.DivClassName
{
background-color: #CC5102;
}
.BgClassName
{
background-color: #CC5102;
}
</style>
border-color css
<style>
span { border-color: #CC5102; }
span { border-color: rgb(204,81,2); }
td.TdClassName
{
border-color: #CC5102;
}
.TagClassName
{
border-color: #CC5102;
}
</style>