Shades of Tenne (Tawny) #CE5712
Tints of Tenne (Tawny) #CE5712
RGB
CMYK
RGB Variations
Color information
#CE5712 (or 0xCE5712) is known color: Tenne (Tawny). HEX triplet: CE, 57 and 12. RGB value is (206,87,18). Sum of RGB (Red+Green+Blue) = 206+87+18=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5712 is #31A8ED. Grayscale: #737373. Windows color (decimal): -3254510 or 1202126. OLE color: 1202126.
HSL color Cylindrical-coordinate representation of color #CE5712: hue angle of 22.02º 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 #CE5712 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.19 |
| HSL | 22.02º | 0.84% | 0.44% | - |
| HSV(B) | 22.02º | 0.91% | 0.81% | - |
| XYZ | 28.97 | 19.98 | 2.9 | - |
| YUV | 114.72 | 73.42 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 18 | 0 | 0.58 | 0.91 | 0.19 | 22.02 | 0.84 | 0.44 |
| Hex | CE | 57 | 12 | 0 | 3A | 5B | 13 | 16 | 54 | 2C |
| Octal | 316 | 127 | 22 | 0 | 72 | 133 | 23 | 26 | 124 | 54 |
| Binary | 11001110 | 1010111 | 10010 | 0 | 111010 | 1011011 | 10011 | 10110 | 1010100 | 101100 |
Color Harmonies of #CE5712
Complementary color
Monochromatic Colors of #CE5712
Black with #CE5712
Text Example
Text Example
White with #CE5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5712; }
p { color: rgb(206,87,18); }
H1.HeaderClassName
{
color: #CE5712;
}
.AnyTagClassName
{
color: #CE5712;
}
</style>
background-color css
<style>
a { background-color: #CE5712; }
a { background-color: rgb(206,87,18); }
div.DivClassName
{
background-color: #CE5712;
}
.BgClassName
{
background-color: #CE5712;
}
</style>
border-color css
<style>
span { border-color: #CE5712; }
span { border-color: rgb(206,87,18); }
td.TdClassName
{
border-color: #CE5712;
}
.TagClassName
{
border-color: #CE5712;
}
</style>