Shades of Tenne (Tawny) #CE550D
Tints of Tenne (Tawny) #CE550D
RGB
CMYK
RGB Variations
Color information
#CE550D (or 0xCE550D) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 0D. RGB value is (206,85,13). Sum of RGB (Red+Green+Blue) = 206+85+13=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE550D is #31AAF2. Grayscale: #717171. Windows color (decimal): -3255027 or 873934. OLE color: 873934.
HSL color Cylindrical-coordinate representation of color #CE550D: hue angle of 22.38º degrees, saturation: 0.88, 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 #CE550D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.19 |
| HSL | 22.38º | 0.88% | 0.43% | - |
| HSV(B) | 22.38º | 0.94% | 0.81% | - |
| XYZ | 28.77 | 19.65 | 2.66 | - |
| YUV | 112.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 13 | 0 | 0.59 | 0.94 | 0.19 | 22.38 | 0.88 | 0.43 |
| Hex | CE | 55 | D | 0 | 3B | 5E | 13 | 16 | 58 | 2B |
| Octal | 316 | 125 | 15 | 0 | 73 | 136 | 23 | 26 | 130 | 53 |
| Binary | 11001110 | 1010101 | 1101 | 0 | 111011 | 1011110 | 10011 | 10110 | 1011000 | 101011 |
Color Harmonies of #CE550D
Complementary color
Monochromatic Colors of #CE550D
Black with #CE550D
Text Example
Text Example
White with #CE550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE550D; }
p { color: rgb(206,85,13); }
H1.HeaderClassName
{
color: #CE550D;
}
.AnyTagClassName
{
color: #CE550D;
}
</style>
background-color css
<style>
a { background-color: #CE550D; }
a { background-color: rgb(206,85,13); }
div.DivClassName
{
background-color: #CE550D;
}
.BgClassName
{
background-color: #CE550D;
}
</style>
border-color css
<style>
span { border-color: #CE550D; }
span { border-color: rgb(206,85,13); }
td.TdClassName
{
border-color: #CE550D;
}
.TagClassName
{
border-color: #CE550D;
}
</style>