Shades of Tenne (Tawny) #CC5202
Tints of Tenne (Tawny) #CC5202
RGB
CMYK
RGB Variations
Color information
#CC5202 (or 0xCC5202) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 02. RGB value is (204,82,2). Sum of RGB (Red+Green+Blue) = 204+82+2=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5202 is #33ADFD. Grayscale: #6D6D6D. Windows color (decimal): -3386878 or 152268. OLE color: 152268.
HSL color Cylindrical-coordinate representation of color #CC5202: hue angle of 23.76º 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 #CC5202 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.2 |
| HSL | 23.76º | 0.98% | 0.4% | - |
| HSV(B) | 23.76º | 0.99% | 0.8% | - |
| XYZ | 27.93 | 18.88 | 2.23 | - |
| YUV | 109.36 | 67.42 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 2 | 0 | 0.60 | 0.99 | 0.2 | 23.76 | 0.98 | 0.4 |
| Hex | CC | 52 | 2 | 0 | 3C | 63 | 14 | 18 | 62 | 28 |
| Octal | 314 | 122 | 2 | 0 | 74 | 143 | 24 | 30 | 142 | 50 |
| Binary | 11001100 | 1010010 | 10 | 0 | 111100 | 1100011 | 10100 | 11000 | 1100010 | 101000 |
Color Harmonies of #CC5202
Complementary color
Monochromatic Colors of #CC5202
Black with #CC5202
Text Example
Text Example
White with #CC5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5202; }
p { color: rgb(204,82,2); }
H1.HeaderClassName
{
color: #CC5202;
}
.AnyTagClassName
{
color: #CC5202;
}
</style>
background-color css
<style>
a { background-color: #CC5202; }
a { background-color: rgb(204,82,2); }
div.DivClassName
{
background-color: #CC5202;
}
.BgClassName
{
background-color: #CC5202;
}
</style>
border-color css
<style>
span { border-color: #CC5202; }
span { border-color: rgb(204,82,2); }
td.TdClassName
{
border-color: #CC5202;
}
.TagClassName
{
border-color: #CC5202;
}
</style>