Shades of Tenne (Tawny) #CC5211
Tints of Tenne (Tawny) #CC5211
RGB
CMYK
RGB Variations
Color information
#CC5211 (or 0xCC5211) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 11. RGB value is (204,82,17). Sum of RGB (Red+Green+Blue) = 204+82+17=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5211 is #33ADEE. Grayscale: #6F6F6F. Windows color (decimal): -3386863 or 1135308. OLE color: 1135308.
HSL color Cylindrical-coordinate representation of color #CC5211: hue angle of 20.86º 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 #CC5211 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.2 |
| HSL | 20.86º | 0.85% | 0.43% | - |
| HSV(B) | 20.86º | 0.92% | 0.8% | - |
| XYZ | 28.02 | 18.91 | 2.7 | - |
| YUV | 111.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 17 | 0 | 0.60 | 0.92 | 0.2 | 20.86 | 0.85 | 0.43 |
| Hex | CC | 52 | 11 | 0 | 3C | 5C | 14 | 15 | 55 | 2B |
| Octal | 314 | 122 | 21 | 0 | 74 | 134 | 24 | 25 | 125 | 53 |
| Binary | 11001100 | 1010010 | 10001 | 0 | 111100 | 1011100 | 10100 | 10101 | 1010101 | 101011 |
Color Harmonies of #CC5211
Complementary color
Monochromatic Colors of #CC5211
Black with #CC5211
Text Example
Text Example
White with #CC5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5211; }
p { color: rgb(204,82,17); }
H1.HeaderClassName
{
color: #CC5211;
}
.AnyTagClassName
{
color: #CC5211;
}
</style>
background-color css
<style>
a { background-color: #CC5211; }
a { background-color: rgb(204,82,17); }
div.DivClassName
{
background-color: #CC5211;
}
.BgClassName
{
background-color: #CC5211;
}
</style>
border-color css
<style>
span { border-color: #CC5211; }
span { border-color: rgb(204,82,17); }
td.TdClassName
{
border-color: #CC5211;
}
.TagClassName
{
border-color: #CC5211;
}
</style>