Shades of Tenne (Tawny) #CC5210
Tints of Tenne (Tawny) #CC5210
RGB
CMYK
RGB Variations
Color information
#CC5210 (or 0xCC5210) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 10. RGB value is (204,82,16). Sum of RGB (Red+Green+Blue) = 204+82+16=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5210 is #33ADEF. Grayscale: #6F6F6F. Windows color (decimal): -3386864 or 1069772. OLE color: 1069772.
HSL color Cylindrical-coordinate representation of color #CC5210: hue angle of 21.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC5210 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 16 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.2 |
| HSL | 21.06º | 0.85% | 0.43% | - |
| HSV(B) | 21.06º | 0.92% | 0.8% | - |
| XYZ | 28.01 | 18.91 | 2.66 | - |
| YUV | 110.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 16 | 0 | 0.60 | 0.92 | 0.2 | 21.06 | 0.85 | 0.43 |
| Hex | CC | 52 | 10 | 0 | 3C | 5C | 14 | 15 | 55 | 2B |
| Octal | 314 | 122 | 20 | 0 | 74 | 134 | 24 | 25 | 125 | 53 |
| Binary | 11001100 | 1010010 | 10000 | 0 | 111100 | 1011100 | 10100 | 10101 | 1010101 | 101011 |
Color Harmonies of #CC5210
Complementary color
Monochromatic Colors of #CC5210
Black with #CC5210
Text Example
Text Example
White with #CC5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5210; }
p { color: rgb(204,82,16); }
H1.HeaderClassName
{
color: #CC5210;
}
.AnyTagClassName
{
color: #CC5210;
}
</style>
background-color css
<style>
a { background-color: #CC5210; }
a { background-color: rgb(204,82,16); }
div.DivClassName
{
background-color: #CC5210;
}
.BgClassName
{
background-color: #CC5210;
}
</style>
border-color css
<style>
span { border-color: #CC5210; }
span { border-color: rgb(204,82,16); }
td.TdClassName
{
border-color: #CC5210;
}
.TagClassName
{
border-color: #CC5210;
}
</style>