Shades of Tenne (Tawny) #CE500D
Tints of Tenne (Tawny) #CE500D
RGB
CMYK
RGB Variations
Color information
#CE500D (or 0xCE500D) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 0D. RGB value is (206,80,13). Sum of RGB (Red+Green+Blue) = 206+80+13=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE500D is #31AFF2. Grayscale: #6E6E6E. Windows color (decimal): -3256307 or 872654. OLE color: 872654.
HSL color Cylindrical-coordinate representation of color #CE500D: hue angle of 20.83º 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 #CE500D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.19 |
| HSL | 20.83º | 0.88% | 0.43% | - |
| HSV(B) | 20.83º | 0.94% | 0.81% | - |
| XYZ | 28.39 | 18.89 | 2.53 | - |
| YUV | 110.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 13 | 0 | 0.61 | 0.94 | 0.19 | 20.83 | 0.88 | 0.43 |
| Hex | CE | 50 | D | 0 | 3D | 5E | 13 | 15 | 58 | 2B |
| Octal | 316 | 120 | 15 | 0 | 75 | 136 | 23 | 25 | 130 | 53 |
| Binary | 11001110 | 1010000 | 1101 | 0 | 111101 | 1011110 | 10011 | 10101 | 1011000 | 101011 |
Color Harmonies of #CE500D
Complementary color
Monochromatic Colors of #CE500D
Black with #CE500D
Text Example
Text Example
White with #CE500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE500D; }
p { color: rgb(206,80,13); }
H1.HeaderClassName
{
color: #CE500D;
}
.AnyTagClassName
{
color: #CE500D;
}
</style>
background-color css
<style>
a { background-color: #CE500D; }
a { background-color: rgb(206,80,13); }
div.DivClassName
{
background-color: #CE500D;
}
.BgClassName
{
background-color: #CE500D;
}
</style>
border-color css
<style>
span { border-color: #CE500D; }
span { border-color: rgb(206,80,13); }
td.TdClassName
{
border-color: #CE500D;
}
.TagClassName
{
border-color: #CE500D;
}
</style>