Shades of Tenne (Tawny) #CE5115
Tints of Tenne (Tawny) #CE5115
RGB
CMYK
RGB Variations
Color information
#CE5115 (or 0xCE5115) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 15. RGB value is (206,81,21). Sum of RGB (Red+Green+Blue) = 206+81+21=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5115 is #31AEEA. Grayscale: #6F6F6F. Windows color (decimal): -3256043 or 1397198. OLE color: 1397198.
HSL color Cylindrical-coordinate representation of color #CE5115: hue angle of 19.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5115 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 21 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.19 |
| HSL | 19.46º | 0.81% | 0.45% | - |
| HSV(B) | 19.46º | 0.9% | 0.81% | - |
| XYZ | 28.53 | 19.06 | 2.88 | - |
| YUV | 111.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 21 | 0 | 0.61 | 0.90 | 0.19 | 19.46 | 0.81 | 0.45 |
| Hex | CE | 51 | 15 | 0 | 3D | 5A | 13 | 13 | 51 | 2D |
| Octal | 316 | 121 | 25 | 0 | 75 | 132 | 23 | 23 | 121 | 55 |
| Binary | 11001110 | 1010001 | 10101 | 0 | 111101 | 1011010 | 10011 | 10011 | 1010001 | 101101 |
Color Harmonies of #CE5115
Complementary color
Monochromatic Colors of #CE5115
Black with #CE5115
Text Example
Text Example
White with #CE5115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5115; }
p { color: rgb(206,81,21); }
H1.HeaderClassName
{
color: #CE5115;
}
.AnyTagClassName
{
color: #CE5115;
}
</style>
background-color css
<style>
a { background-color: #CE5115; }
a { background-color: rgb(206,81,21); }
div.DivClassName
{
background-color: #CE5115;
}
.BgClassName
{
background-color: #CE5115;
}
</style>
border-color css
<style>
span { border-color: #CE5115; }
span { border-color: rgb(206,81,21); }
td.TdClassName
{
border-color: #CE5115;
}
.TagClassName
{
border-color: #CE5115;
}
</style>