Shades of Tenne (Tawny) #CE560A
Tints of Tenne (Tawny) #CE560A
RGB
CMYK
RGB Variations
Color information
#CE560A (or 0xCE560A) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 0A. RGB value is (206,86,10). Sum of RGB (Red+Green+Blue) = 206+86+10=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE560A is #31A9F5. Grayscale: #717171. Windows color (decimal): -3254774 or 677582. OLE color: 677582.
HSL color Cylindrical-coordinate representation of color #CE560A: hue angle of 23.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE560A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.19 |
| HSL | 23.27º | 0.91% | 0.42% | - |
| HSV(B) | 23.27º | 0.95% | 0.81% | - |
| XYZ | 28.84 | 19.8 | 2.59 | - |
| YUV | 113.22 | 69.76 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 10 | 0 | 0.58 | 0.95 | 0.19 | 23.27 | 0.91 | 0.42 |
| Hex | CE | 56 | A | 0 | 3A | 5F | 13 | 17 | 5B | 2A |
| Octal | 316 | 126 | 12 | 0 | 72 | 137 | 23 | 27 | 133 | 52 |
| Binary | 11001110 | 1010110 | 1010 | 0 | 111010 | 1011111 | 10011 | 10111 | 1011011 | 101010 |
Color Harmonies of #CE560A
Complementary color
Monochromatic Colors of #CE560A
Black with #CE560A
Text Example
Text Example
White with #CE560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE560A; }
p { color: rgb(206,86,10); }
H1.HeaderClassName
{
color: #CE560A;
}
.AnyTagClassName
{
color: #CE560A;
}
</style>
background-color css
<style>
a { background-color: #CE560A; }
a { background-color: rgb(206,86,10); }
div.DivClassName
{
background-color: #CE560A;
}
.BgClassName
{
background-color: #CE560A;
}
</style>
border-color css
<style>
span { border-color: #CE560A; }
span { border-color: rgb(206,86,10); }
td.TdClassName
{
border-color: #CE560A;
}
.TagClassName
{
border-color: #CE560A;
}
</style>