Shades of Tenne (Tawny) #CE4E16
Tints of Tenne (Tawny) #CE4E16
RGB
CMYK
RGB Variations
Color information
#CE4E16 (or 0xCE4E16) is known color: Tenne (Tawny). HEX triplet: CE, 4E and 16. RGB value is (206,78,22). Sum of RGB (Red+Green+Blue) = 206+78+22=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4E16 is #31B1E9. Grayscale: #6E6E6E. Windows color (decimal): -3256810 or 1461966. OLE color: 1461966.
HSL color Cylindrical-coordinate representation of color #CE4E16: hue angle of 18.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE4E16 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 22 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.19 |
| HSL | 18.26º | 0.81% | 0.45% | - |
| HSV(B) | 18.26º | 0.89% | 0.81% | - |
| XYZ | 28.32 | 18.63 | 2.86 | - |
| YUV | 109.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 22 | 0 | 0.62 | 0.89 | 0.19 | 18.26 | 0.81 | 0.45 |
| Hex | CE | 4E | 16 | 0 | 3E | 59 | 13 | 12 | 51 | 2D |
| Octal | 316 | 116 | 26 | 0 | 76 | 131 | 23 | 22 | 121 | 55 |
| Binary | 11001110 | 1001110 | 10110 | 0 | 111110 | 1011001 | 10011 | 10010 | 1010001 | 101101 |
Color Harmonies of #CE4E16
Complementary color
Monochromatic Colors of #CE4E16
Black with #CE4E16
Text Example
Text Example
White with #CE4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E16; }
p { color: rgb(206,78,22); }
H1.HeaderClassName
{
color: #CE4E16;
}
.AnyTagClassName
{
color: #CE4E16;
}
</style>
background-color css
<style>
a { background-color: #CE4E16; }
a { background-color: rgb(206,78,22); }
div.DivClassName
{
background-color: #CE4E16;
}
.BgClassName
{
background-color: #CE4E16;
}
</style>
border-color css
<style>
span { border-color: #CE4E16; }
span { border-color: rgb(206,78,22); }
td.TdClassName
{
border-color: #CE4E16;
}
.TagClassName
{
border-color: #CE4E16;
}
</style>