Shades of Tenne (Tawny) #CC5713
Tints of Tenne (Tawny) #CC5713
RGB
CMYK
RGB Variations
Color information
#CC5713 (or 0xCC5713) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 13. RGB value is (204,87,19). Sum of RGB (Red+Green+Blue) = 204+87+19=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5713 is #33A8EC. Grayscale: #727272. Windows color (decimal): -3385581 or 1267660. OLE color: 1267660.
HSL color Cylindrical-coordinate representation of color #CC5713: hue angle of 22.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5713 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 19 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.2 |
| HSL | 22.05º | 0.83% | 0.44% | - |
| HSV(B) | 22.05º | 0.91% | 0.8% | - |
| XYZ | 28.43 | 19.7 | 2.92 | - |
| YUV | 114.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 19 | 0 | 0.57 | 0.91 | 0.2 | 22.05 | 0.83 | 0.44 |
| Hex | CC | 57 | 13 | 0 | 39 | 5B | 14 | 16 | 53 | 2C |
| Octal | 314 | 127 | 23 | 0 | 71 | 133 | 24 | 26 | 123 | 54 |
| Binary | 11001100 | 1010111 | 10011 | 0 | 111001 | 1011011 | 10100 | 10110 | 1010011 | 101100 |
Color Harmonies of #CC5713
Complementary color
Monochromatic Colors of #CC5713
Black with #CC5713
Text Example
Text Example
White with #CC5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5713; }
p { color: rgb(204,87,19); }
H1.HeaderClassName
{
color: #CC5713;
}
.AnyTagClassName
{
color: #CC5713;
}
</style>
background-color css
<style>
a { background-color: #CC5713; }
a { background-color: rgb(204,87,19); }
div.DivClassName
{
background-color: #CC5713;
}
.BgClassName
{
background-color: #CC5713;
}
</style>
border-color css
<style>
span { border-color: #CC5713; }
span { border-color: rgb(204,87,19); }
td.TdClassName
{
border-color: #CC5713;
}
.TagClassName
{
border-color: #CC5713;
}
</style>