Shades of Tenne (Tawny) #CC5316
Tints of Tenne (Tawny) #CC5316
RGB
CMYK
RGB Variations
Color information
#CC5316 (or 0xCC5316) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 16. RGB value is (204,83,22). Sum of RGB (Red+Green+Blue) = 204+83+22=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5316 is #33ACE9. Grayscale: #707070. Windows color (decimal): -3386602 or 1463244. OLE color: 1463244.
HSL color Cylindrical-coordinate representation of color #CC5316: hue angle of 20.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC5316 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 22 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.2 |
| HSL | 20.11º | 0.81% | 0.44% | - |
| HSV(B) | 20.11º | 0.89% | 0.8% | - |
| XYZ | 28.14 | 19.08 | 2.96 | - |
| YUV | 112.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 22 | 0 | 0.59 | 0.89 | 0.2 | 20.11 | 0.81 | 0.44 |
| Hex | CC | 53 | 16 | 0 | 3B | 59 | 14 | 14 | 51 | 2C |
| Octal | 314 | 123 | 26 | 0 | 73 | 131 | 24 | 24 | 121 | 54 |
| Binary | 11001100 | 1010011 | 10110 | 0 | 111011 | 1011001 | 10100 | 10100 | 1010001 | 101100 |
Color Harmonies of #CC5316
Complementary color
Monochromatic Colors of #CC5316
Black with #CC5316
Text Example
Text Example
White with #CC5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5316; }
p { color: rgb(204,83,22); }
H1.HeaderClassName
{
color: #CC5316;
}
.AnyTagClassName
{
color: #CC5316;
}
</style>
background-color css
<style>
a { background-color: #CC5316; }
a { background-color: rgb(204,83,22); }
div.DivClassName
{
background-color: #CC5316;
}
.BgClassName
{
background-color: #CC5316;
}
</style>
border-color css
<style>
span { border-color: #CC5316; }
span { border-color: rgb(204,83,22); }
td.TdClassName
{
border-color: #CC5316;
}
.TagClassName
{
border-color: #CC5316;
}
</style>