Shades of Tenne (Tawny) #CE500C
Tints of Tenne (Tawny) #CE500C
RGB
CMYK
RGB Variations
Color information
#CE500C (or 0xCE500C) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 0C. RGB value is (206,80,12). Sum of RGB (Red+Green+Blue) = 206+80+12=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE500C is #31AFF3. Grayscale: #6E6E6E. Windows color (decimal): -3256308 or 807118. OLE color: 807118.
HSL color Cylindrical-coordinate representation of color #CE500C: hue angle of 21.03º 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 #CE500C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.19 |
| HSL | 21.03º | 0.89% | 0.43% | - |
| HSV(B) | 21.03º | 0.94% | 0.81% | - |
| XYZ | 28.39 | 18.89 | 2.5 | - |
| YUV | 109.92 | 72.74 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 12 | 0 | 0.61 | 0.94 | 0.19 | 21.03 | 0.89 | 0.43 |
| Hex | CE | 50 | C | 0 | 3D | 5E | 13 | 15 | 59 | 2B |
| Octal | 316 | 120 | 14 | 0 | 75 | 136 | 23 | 25 | 131 | 53 |
| Binary | 11001110 | 1010000 | 1100 | 0 | 111101 | 1011110 | 10011 | 10101 | 1011001 | 101011 |
Color Harmonies of #CE500C
Complementary color
Monochromatic Colors of #CE500C
Black with #CE500C
Text Example
Text Example
White with #CE500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE500C; }
p { color: rgb(206,80,12); }
H1.HeaderClassName
{
color: #CE500C;
}
.AnyTagClassName
{
color: #CE500C;
}
</style>
background-color css
<style>
a { background-color: #CE500C; }
a { background-color: rgb(206,80,12); }
div.DivClassName
{
background-color: #CE500C;
}
.BgClassName
{
background-color: #CE500C;
}
</style>
border-color css
<style>
span { border-color: #CE500C; }
span { border-color: rgb(206,80,12); }
td.TdClassName
{
border-color: #CE500C;
}
.TagClassName
{
border-color: #CE500C;
}
</style>