Shades of Tenne (Tawny) #CE4E13
Tints of Tenne (Tawny) #CE4E13
RGB
CMYK
RGB Variations
Color information
#CE4E13 (or 0xCE4E13) is known color: Tenne (Tawny). HEX triplet: CE, 4E and 13. RGB value is (206,78,19). Sum of RGB (Red+Green+Blue) = 206+78+19=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4E13 is #31B1EC. Grayscale: #6D6D6D. Windows color (decimal): -3256813 or 1265358. OLE color: 1265358.
HSL color Cylindrical-coordinate representation of color #CE4E13: hue angle of 18.93º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE4E13 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.19 |
| HSL | 18.93º | 0.83% | 0.44% | - |
| HSV(B) | 18.93º | 0.91% | 0.81% | - |
| XYZ | 28.3 | 18.62 | 2.72 | - |
| YUV | 109.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 19 | 0 | 0.62 | 0.91 | 0.19 | 18.93 | 0.83 | 0.44 |
| Hex | CE | 4E | 13 | 0 | 3E | 5B | 13 | 13 | 53 | 2C |
| Octal | 316 | 116 | 23 | 0 | 76 | 133 | 23 | 23 | 123 | 54 |
| Binary | 11001110 | 1001110 | 10011 | 0 | 111110 | 1011011 | 10011 | 10011 | 1010011 | 101100 |
Color Harmonies of #CE4E13
Complementary color
Monochromatic Colors of #CE4E13
Black with #CE4E13
Text Example
Text Example
White with #CE4E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E13; }
p { color: rgb(206,78,19); }
H1.HeaderClassName
{
color: #CE4E13;
}
.AnyTagClassName
{
color: #CE4E13;
}
</style>
background-color css
<style>
a { background-color: #CE4E13; }
a { background-color: rgb(206,78,19); }
div.DivClassName
{
background-color: #CE4E13;
}
.BgClassName
{
background-color: #CE4E13;
}
</style>
border-color css
<style>
span { border-color: #CE4E13; }
span { border-color: rgb(206,78,19); }
td.TdClassName
{
border-color: #CE4E13;
}
.TagClassName
{
border-color: #CE4E13;
}
</style>