Shades of Tenne (Tawny) #CE5110
Tints of Tenne (Tawny) #CE5110
RGB
CMYK
RGB Variations
Color information
#CE5110 (or 0xCE5110) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 10. RGB value is (206,81,16). Sum of RGB (Red+Green+Blue) = 206+81+16=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5110 is #31AEEF. Grayscale: #6F6F6F. Windows color (decimal): -3256048 or 1069518. OLE color: 1069518.
HSL color Cylindrical-coordinate representation of color #CE5110: hue angle of 20.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE5110 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 16 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.19 |
| HSL | 20.53º | 0.86% | 0.44% | - |
| HSV(B) | 20.53º | 0.92% | 0.81% | - |
| XYZ | 28.49 | 19.04 | 2.66 | - |
| YUV | 110.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 16 | 0 | 0.61 | 0.92 | 0.19 | 20.53 | 0.86 | 0.44 |
| Hex | CE | 51 | 10 | 0 | 3D | 5C | 13 | 15 | 56 | 2C |
| Octal | 316 | 121 | 20 | 0 | 75 | 134 | 23 | 25 | 126 | 54 |
| Binary | 11001110 | 1010001 | 10000 | 0 | 111101 | 1011100 | 10011 | 10101 | 1010110 | 101100 |
Color Harmonies of #CE5110
Complementary color
Monochromatic Colors of #CE5110
Black with #CE5110
Text Example
Text Example
White with #CE5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5110; }
p { color: rgb(206,81,16); }
H1.HeaderClassName
{
color: #CE5110;
}
.AnyTagClassName
{
color: #CE5110;
}
</style>
background-color css
<style>
a { background-color: #CE5110; }
a { background-color: rgb(206,81,16); }
div.DivClassName
{
background-color: #CE5110;
}
.BgClassName
{
background-color: #CE5110;
}
</style>
border-color css
<style>
span { border-color: #CE5110; }
span { border-color: rgb(206,81,16); }
td.TdClassName
{
border-color: #CE5110;
}
.TagClassName
{
border-color: #CE5110;
}
</style>