Shades of Tenne (Tawny) #CE5812
Tints of Tenne (Tawny) #CE5812
RGB
CMYK
RGB Variations
Color information
#CE5812 (or 0xCE5812) is known color: Tenne (Tawny). HEX triplet: CE, 58 and 12. RGB value is (206,88,18). Sum of RGB (Red+Green+Blue) = 206+88+18=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5812 is #31A7ED. Grayscale: #737373. Windows color (decimal): -3254254 or 1202382. OLE color: 1202382.
HSL color Cylindrical-coordinate representation of color #CE5812: hue angle of 22.34º degrees, saturation: 0.84, 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 #CE5812 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 18 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.19 |
| HSL | 22.34º | 0.84% | 0.44% | - |
| HSV(B) | 22.34º | 0.91% | 0.81% | - |
| XYZ | 29.05 | 20.14 | 2.93 | - |
| YUV | 115.3 | 73.09 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 18 | 0 | 0.57 | 0.91 | 0.19 | 22.34 | 0.84 | 0.44 |
| Hex | CE | 58 | 12 | 0 | 39 | 5B | 13 | 16 | 54 | 2C |
| Octal | 316 | 130 | 22 | 0 | 71 | 133 | 23 | 26 | 124 | 54 |
| Binary | 11001110 | 1011000 | 10010 | 0 | 111001 | 1011011 | 10011 | 10110 | 1010100 | 101100 |
Color Harmonies of #CE5812
Complementary color
Monochromatic Colors of #CE5812
Black with #CE5812
Text Example
Text Example
White with #CE5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5812; }
p { color: rgb(206,88,18); }
H1.HeaderClassName
{
color: #CE5812;
}
.AnyTagClassName
{
color: #CE5812;
}
</style>
background-color css
<style>
a { background-color: #CE5812; }
a { background-color: rgb(206,88,18); }
div.DivClassName
{
background-color: #CE5812;
}
.BgClassName
{
background-color: #CE5812;
}
</style>
border-color css
<style>
span { border-color: #CE5812; }
span { border-color: rgb(206,88,18); }
td.TdClassName
{
border-color: #CE5812;
}
.TagClassName
{
border-color: #CE5812;
}
</style>