Shades of Tenne (Tawny) #CC5114
Tints of Tenne (Tawny) #CC5114
RGB
CMYK
RGB Variations
Color information
#CC5114 (or 0xCC5114) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 14. RGB value is (204,81,20). Sum of RGB (Red+Green+Blue) = 204+81+20=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5114 is #33AEEB. Grayscale: #6F6F6F. Windows color (decimal): -3387116 or 1331660. OLE color: 1331660.
HSL color Cylindrical-coordinate representation of color #CC5114: hue angle of 19.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5114 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 20 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.2 |
| HSL | 19.89º | 0.82% | 0.44% | - |
| HSV(B) | 19.89º | 0.9% | 0.8% | - |
| XYZ | 27.97 | 18.77 | 2.81 | - |
| YUV | 110.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 20 | 0 | 0.60 | 0.90 | 0.2 | 19.89 | 0.82 | 0.44 |
| Hex | CC | 51 | 14 | 0 | 3C | 5A | 14 | 14 | 52 | 2C |
| Octal | 314 | 121 | 24 | 0 | 74 | 132 | 24 | 24 | 122 | 54 |
| Binary | 11001100 | 1010001 | 10100 | 0 | 111100 | 1011010 | 10100 | 10100 | 1010010 | 101100 |
Color Harmonies of #CC5114
Complementary color
Monochromatic Colors of #CC5114
Black with #CC5114
Text Example
Text Example
White with #CC5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5114; }
p { color: rgb(204,81,20); }
H1.HeaderClassName
{
color: #CC5114;
}
.AnyTagClassName
{
color: #CC5114;
}
</style>
background-color css
<style>
a { background-color: #CC5114; }
a { background-color: rgb(204,81,20); }
div.DivClassName
{
background-color: #CC5114;
}
.BgClassName
{
background-color: #CC5114;
}
</style>
border-color css
<style>
span { border-color: #CC5114; }
span { border-color: rgb(204,81,20); }
td.TdClassName
{
border-color: #CC5114;
}
.TagClassName
{
border-color: #CC5114;
}
</style>