Shades of Tenne (Tawny) #CE5B12
Tints of Tenne (Tawny) #CE5B12
RGB
CMYK
RGB Variations
Color information
#CE5B12 (or 0xCE5B12) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 12. RGB value is (206,91,18). Sum of RGB (Red+Green+Blue) = 206+91+18=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B12 is #31A4ED. Grayscale: #757575. Windows color (decimal): -3253486 or 1203150. OLE color: 1203150.
HSL color Cylindrical-coordinate representation of color #CE5B12: hue angle of 23.3º 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 #CE5B12 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.19 |
| HSL | 23.3º | 0.84% | 0.44% | - |
| HSV(B) | 23.3º | 0.91% | 0.81% | - |
| XYZ | 29.3 | 20.65 | 3.01 | - |
| YUV | 117.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 18 | 0 | 0.56 | 0.91 | 0.19 | 23.3 | 0.84 | 0.44 |
| Hex | CE | 5B | 12 | 0 | 38 | 5B | 13 | 17 | 54 | 2C |
| Octal | 316 | 133 | 22 | 0 | 70 | 133 | 23 | 27 | 124 | 54 |
| Binary | 11001110 | 1011011 | 10010 | 0 | 111000 | 1011011 | 10011 | 10111 | 1010100 | 101100 |
Color Harmonies of #CE5B12
Complementary color
Monochromatic Colors of #CE5B12
Black with #CE5B12
Text Example
Text Example
White with #CE5B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B12; }
p { color: rgb(206,91,18); }
H1.HeaderClassName
{
color: #CE5B12;
}
.AnyTagClassName
{
color: #CE5B12;
}
</style>
background-color css
<style>
a { background-color: #CE5B12; }
a { background-color: rgb(206,91,18); }
div.DivClassName
{
background-color: #CE5B12;
}
.BgClassName
{
background-color: #CE5B12;
}
</style>
border-color css
<style>
span { border-color: #CE5B12; }
span { border-color: rgb(206,91,18); }
td.TdClassName
{
border-color: #CE5B12;
}
.TagClassName
{
border-color: #CE5B12;
}
</style>