Shades of Tenne (Tawny) #CE550A
Tints of Tenne (Tawny) #CE550A
RGB
CMYK
RGB Variations
Color information
#CE550A (or 0xCE550A) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 0A. RGB value is (206,85,10). Sum of RGB (Red+Green+Blue) = 206+85+10=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE550A is #31AAF5. Grayscale: #717171. Windows color (decimal): -3255030 or 677326. OLE color: 677326.
HSL color Cylindrical-coordinate representation of color #CE550A: hue angle of 22.96º 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 #CE550A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.19 |
| HSL | 22.96º | 0.91% | 0.42% | - |
| HSV(B) | 22.96º | 0.95% | 0.81% | - |
| XYZ | 28.76 | 19.64 | 2.56 | - |
| YUV | 112.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 10 | 0 | 0.59 | 0.95 | 0.19 | 22.96 | 0.91 | 0.42 |
| Hex | CE | 55 | A | 0 | 3B | 5F | 13 | 17 | 5B | 2A |
| Octal | 316 | 125 | 12 | 0 | 73 | 137 | 23 | 27 | 133 | 52 |
| Binary | 11001110 | 1010101 | 1010 | 0 | 111011 | 1011111 | 10011 | 10111 | 1011011 | 101010 |
Color Harmonies of #CE550A
Complementary color
Monochromatic Colors of #CE550A
Black with #CE550A
Text Example
Text Example
White with #CE550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE550A; }
p { color: rgb(206,85,10); }
H1.HeaderClassName
{
color: #CE550A;
}
.AnyTagClassName
{
color: #CE550A;
}
</style>
background-color css
<style>
a { background-color: #CE550A; }
a { background-color: rgb(206,85,10); }
div.DivClassName
{
background-color: #CE550A;
}
.BgClassName
{
background-color: #CE550A;
}
</style>
border-color css
<style>
span { border-color: #CE550A; }
span { border-color: rgb(206,85,10); }
td.TdClassName
{
border-color: #CE550A;
}
.TagClassName
{
border-color: #CE550A;
}
</style>