Shades of Tenne (Tawny) #CC5117
Tints of Tenne (Tawny) #CC5117
RGB
CMYK
RGB Variations
Color information
#CC5117 (or 0xCC5117) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 17. RGB value is (204,81,23). Sum of RGB (Red+Green+Blue) = 204+81+23=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5117 is #33AEE8. Grayscale: #6F6F6F. Windows color (decimal): -3387113 or 1528268. OLE color: 1528268.
HSL color Cylindrical-coordinate representation of color #CC5117: hue angle of 19.23º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC5117 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.2 |
| HSL | 19.23º | 0.8% | 0.45% | - |
| HSV(B) | 19.23º | 0.89% | 0.8% | - |
| XYZ | 28 | 18.78 | 2.96 | - |
| YUV | 111.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 23 | 0 | 0.60 | 0.89 | 0.2 | 19.23 | 0.8 | 0.45 |
| Hex | CC | 51 | 17 | 0 | 3C | 59 | 14 | 13 | 50 | 2D |
| Octal | 314 | 121 | 27 | 0 | 74 | 131 | 24 | 23 | 120 | 55 |
| Binary | 11001100 | 1010001 | 10111 | 0 | 111100 | 1011001 | 10100 | 10011 | 1010000 | 101101 |
Color Harmonies of #CC5117
Complementary color
Monochromatic Colors of #CC5117
Black with #CC5117
Text Example
Text Example
White with #CC5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5117; }
p { color: rgb(204,81,23); }
H1.HeaderClassName
{
color: #CC5117;
}
.AnyTagClassName
{
color: #CC5117;
}
</style>
background-color css
<style>
a { background-color: #CC5117; }
a { background-color: rgb(204,81,23); }
div.DivClassName
{
background-color: #CC5117;
}
.BgClassName
{
background-color: #CC5117;
}
</style>
border-color css
<style>
span { border-color: #CC5117; }
span { border-color: rgb(204,81,23); }
td.TdClassName
{
border-color: #CC5117;
}
.TagClassName
{
border-color: #CC5117;
}
</style>