Shades of Tenne (Tawny) #CC560E
Tints of Tenne (Tawny) #CC560E
RGB
CMYK
RGB Variations
Color information
#CC560E (or 0xCC560E) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 0E. RGB value is (204,86,14). Sum of RGB (Red+Green+Blue) = 204+86+14=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC560E is #33A9F1. Grayscale: #717171. Windows color (decimal): -3385842 or 939724. OLE color: 939724.
HSL color Cylindrical-coordinate representation of color #CC560E: hue angle of 22.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC560E is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 14 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.2 |
| HSL | 22.74º | 0.87% | 0.43% | - |
| HSV(B) | 22.74º | 0.93% | 0.8% | - |
| XYZ | 28.31 | 19.52 | 2.69 | - |
| YUV | 113.07 | 72.09 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 14 | 0 | 0.58 | 0.93 | 0.2 | 22.74 | 0.87 | 0.43 |
| Hex | CC | 56 | E | 0 | 3A | 5D | 14 | 17 | 57 | 2B |
| Octal | 314 | 126 | 16 | 0 | 72 | 135 | 24 | 27 | 127 | 53 |
| Binary | 11001100 | 1010110 | 1110 | 0 | 111010 | 1011101 | 10100 | 10111 | 1010111 | 101011 |
Color Harmonies of #CC560E
Complementary color
Monochromatic Colors of #CC560E
Black with #CC560E
Text Example
Text Example
White with #CC560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC560E; }
p { color: rgb(204,86,14); }
H1.HeaderClassName
{
color: #CC560E;
}
.AnyTagClassName
{
color: #CC560E;
}
</style>
background-color css
<style>
a { background-color: #CC560E; }
a { background-color: rgb(204,86,14); }
div.DivClassName
{
background-color: #CC560E;
}
.BgClassName
{
background-color: #CC560E;
}
</style>
border-color css
<style>
span { border-color: #CC560E; }
span { border-color: rgb(204,86,14); }
td.TdClassName
{
border-color: #CC560E;
}
.TagClassName
{
border-color: #CC560E;
}
</style>