Shades of Tenne (Tawny) #CC5712
Tints of Tenne (Tawny) #CC5712
RGB
CMYK
RGB Variations
Color information
#CC5712 (or 0xCC5712) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 12. RGB value is (204,87,18). Sum of RGB (Red+Green+Blue) = 204+87+18=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5712 is #33A8ED. Grayscale: #727272. Windows color (decimal): -3385582 or 1202124. OLE color: 1202124.
HSL color Cylindrical-coordinate representation of color #CC5712: hue angle of 22.26º degrees, saturation: 0.84, 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 #CC5712 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 18 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.2 |
| HSL | 22.26º | 0.84% | 0.44% | - |
| HSV(B) | 22.26º | 0.91% | 0.8% | - |
| XYZ | 28.42 | 19.7 | 2.88 | - |
| YUV | 114.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 18 | 0 | 0.57 | 0.91 | 0.2 | 22.26 | 0.84 | 0.44 |
| Hex | CC | 57 | 12 | 0 | 39 | 5B | 14 | 16 | 54 | 2C |
| Octal | 314 | 127 | 22 | 0 | 71 | 133 | 24 | 26 | 124 | 54 |
| Binary | 11001100 | 1010111 | 10010 | 0 | 111001 | 1011011 | 10100 | 10110 | 1010100 | 101100 |
Color Harmonies of #CC5712
Complementary color
Monochromatic Colors of #CC5712
Black with #CC5712
Text Example
Text Example
White with #CC5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5712; }
p { color: rgb(204,87,18); }
H1.HeaderClassName
{
color: #CC5712;
}
.AnyTagClassName
{
color: #CC5712;
}
</style>
background-color css
<style>
a { background-color: #CC5712; }
a { background-color: rgb(204,87,18); }
div.DivClassName
{
background-color: #CC5712;
}
.BgClassName
{
background-color: #CC5712;
}
</style>
border-color css
<style>
span { border-color: #CC5712; }
span { border-color: rgb(204,87,18); }
td.TdClassName
{
border-color: #CC5712;
}
.TagClassName
{
border-color: #CC5712;
}
</style>