Shades of Tenne (Tawny) #CC560C
Tints of Tenne (Tawny) #CC560C
RGB
CMYK
RGB Variations
Color information
#CC560C (or 0xCC560C) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 0C. RGB value is (204,86,12). Sum of RGB (Red+Green+Blue) = 204+86+12=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC560C is #33A9F3. Grayscale: #717171. Windows color (decimal): -3385844 or 808652. OLE color: 808652.
HSL color Cylindrical-coordinate representation of color #CC560C: hue angle of 23.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC560C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 12 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.2 |
| HSL | 23.13º | 0.89% | 0.42% | - |
| HSV(B) | 23.13º | 0.94% | 0.8% | - |
| XYZ | 28.3 | 19.52 | 2.62 | - |
| YUV | 112.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 12 | 0 | 0.58 | 0.94 | 0.2 | 23.13 | 0.89 | 0.42 |
| Hex | CC | 56 | C | 0 | 3A | 5E | 14 | 17 | 59 | 2A |
| Octal | 314 | 126 | 14 | 0 | 72 | 136 | 24 | 27 | 131 | 52 |
| Binary | 11001100 | 1010110 | 1100 | 0 | 111010 | 1011110 | 10100 | 10111 | 1011001 | 101010 |
Color Harmonies of #CC560C
Complementary color
Monochromatic Colors of #CC560C
Black with #CC560C
Text Example
Text Example
White with #CC560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC560C; }
p { color: rgb(204,86,12); }
H1.HeaderClassName
{
color: #CC560C;
}
.AnyTagClassName
{
color: #CC560C;
}
</style>
background-color css
<style>
a { background-color: #CC560C; }
a { background-color: rgb(204,86,12); }
div.DivClassName
{
background-color: #CC560C;
}
.BgClassName
{
background-color: #CC560C;
}
</style>
border-color css
<style>
span { border-color: #CC560C; }
span { border-color: rgb(204,86,12); }
td.TdClassName
{
border-color: #CC560C;
}
.TagClassName
{
border-color: #CC560C;
}
</style>