Shades of Tenne (Tawny) #CE5D11
Tints of Tenne (Tawny) #CE5D11
RGB
CMYK
RGB Variations
Color information
#CE5D11 (or 0xCE5D11) is known color: Tenne (Tawny). HEX triplet: CE, 5D and 11. RGB value is (206,93,17). Sum of RGB (Red+Green+Blue) = 206+93+17=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D11 is #31A2EE. Grayscale: #767676. Windows color (decimal): -3252975 or 1138126. OLE color: 1138126.
HSL color Cylindrical-coordinate representation of color #CE5D11: hue angle of 24.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE5D11 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.19 |
| HSL | 24.13º | 0.85% | 0.44% | - |
| HSV(B) | 24.13º | 0.92% | 0.81% | - |
| XYZ | 29.47 | 20.99 | 3.03 | - |
| YUV | 118.12 | 70.94 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 17 | 0 | 0.55 | 0.92 | 0.19 | 24.13 | 0.85 | 0.44 |
| Hex | CE | 5D | 11 | 0 | 37 | 5C | 13 | 18 | 55 | 2C |
| Octal | 316 | 135 | 21 | 0 | 67 | 134 | 23 | 30 | 125 | 54 |
| Binary | 11001110 | 1011101 | 10001 | 0 | 110111 | 1011100 | 10011 | 11000 | 1010101 | 101100 |
Color Harmonies of #CE5D11
Complementary color
Monochromatic Colors of #CE5D11
Black with #CE5D11
Text Example
Text Example
White with #CE5D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D11; }
p { color: rgb(206,93,17); }
H1.HeaderClassName
{
color: #CE5D11;
}
.AnyTagClassName
{
color: #CE5D11;
}
</style>
background-color css
<style>
a { background-color: #CE5D11; }
a { background-color: rgb(206,93,17); }
div.DivClassName
{
background-color: #CE5D11;
}
.BgClassName
{
background-color: #CE5D11;
}
</style>
border-color css
<style>
span { border-color: #CE5D11; }
span { border-color: rgb(206,93,17); }
td.TdClassName
{
border-color: #CE5D11;
}
.TagClassName
{
border-color: #CE5D11;
}
</style>