Shades of Tenne (Tawny) #CE560C
Tints of Tenne (Tawny) #CE560C
RGB
CMYK
RGB Variations
Color information
#CE560C (or 0xCE560C) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 0C. RGB value is (206,86,12). Sum of RGB (Red+Green+Blue) = 206+86+12=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE560C is #31A9F3. Grayscale: #717171. Windows color (decimal): -3254772 or 808654. OLE color: 808654.
HSL color Cylindrical-coordinate representation of color #CE560C: hue angle of 22.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE560C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 12 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.19 |
| HSL | 22.89º | 0.89% | 0.43% | - |
| HSV(B) | 22.89º | 0.94% | 0.81% | - |
| XYZ | 28.85 | 19.8 | 2.65 | - |
| YUV | 113.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 12 | 0 | 0.58 | 0.94 | 0.19 | 22.89 | 0.89 | 0.43 |
| Hex | CE | 56 | C | 0 | 3A | 5E | 13 | 17 | 59 | 2B |
| Octal | 316 | 126 | 14 | 0 | 72 | 136 | 23 | 27 | 131 | 53 |
| Binary | 11001110 | 1010110 | 1100 | 0 | 111010 | 1011110 | 10011 | 10111 | 1011001 | 101011 |
Color Harmonies of #CE560C
Complementary color
Monochromatic Colors of #CE560C
Black with #CE560C
Text Example
Text Example
White with #CE560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE560C; }
p { color: rgb(206,86,12); }
H1.HeaderClassName
{
color: #CE560C;
}
.AnyTagClassName
{
color: #CE560C;
}
</style>
background-color css
<style>
a { background-color: #CE560C; }
a { background-color: rgb(206,86,12); }
div.DivClassName
{
background-color: #CE560C;
}
.BgClassName
{
background-color: #CE560C;
}
</style>
border-color css
<style>
span { border-color: #CE560C; }
span { border-color: rgb(206,86,12); }
td.TdClassName
{
border-color: #CE560C;
}
.TagClassName
{
border-color: #CE560C;
}
</style>