Shades of Tenne (Tawny) #CE5E10
Tints of Tenne (Tawny) #CE5E10
RGB
CMYK
RGB Variations
Color information
#CE5E10 (or 0xCE5E10) is known color: Tenne (Tawny). HEX triplet: CE, 5E and 10. RGB value is (206,94,16). Sum of RGB (Red+Green+Blue) = 206+94+16=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E10 is #31A1EF. Grayscale: #777777. Windows color (decimal): -3252720 or 1072846. OLE color: 1072846.
HSL color Cylindrical-coordinate representation of color #CE5E10: hue angle of 24.63º 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 #CE5E10 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.19 |
| HSL | 24.63º | 0.86% | 0.44% | - |
| HSV(B) | 24.63º | 0.92% | 0.81% | - |
| XYZ | 29.55 | 21.16 | 3.02 | - |
| YUV | 118.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 16 | 0 | 0.54 | 0.92 | 0.19 | 24.63 | 0.86 | 0.44 |
| Hex | CE | 5E | 10 | 0 | 36 | 5C | 13 | 19 | 56 | 2C |
| Octal | 316 | 136 | 20 | 0 | 66 | 134 | 23 | 31 | 126 | 54 |
| Binary | 11001110 | 1011110 | 10000 | 0 | 110110 | 1011100 | 10011 | 11001 | 1010110 | 101100 |
Color Harmonies of #CE5E10
Complementary color
Monochromatic Colors of #CE5E10
Black with #CE5E10
Text Example
Text Example
White with #CE5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E10; }
p { color: rgb(206,94,16); }
H1.HeaderClassName
{
color: #CE5E10;
}
.AnyTagClassName
{
color: #CE5E10;
}
</style>
background-color css
<style>
a { background-color: #CE5E10; }
a { background-color: rgb(206,94,16); }
div.DivClassName
{
background-color: #CE5E10;
}
.BgClassName
{
background-color: #CE5E10;
}
</style>
border-color css
<style>
span { border-color: #CE5E10; }
span { border-color: rgb(206,94,16); }
td.TdClassName
{
border-color: #CE5E10;
}
.TagClassName
{
border-color: #CE5E10;
}
</style>