Shades of Tenne (Tawny) #CE5B11
Tints of Tenne (Tawny) #CE5B11
RGB
CMYK
RGB Variations
Color information
#CE5B11 (or 0xCE5B11) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 11. RGB value is (206,91,17). Sum of RGB (Red+Green+Blue) = 206+91+17=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B11 is #31A4EE. Grayscale: #757575. Windows color (decimal): -3253487 or 1137614. OLE color: 1137614.
HSL color Cylindrical-coordinate representation of color #CE5B11: hue angle of 23.49º 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 #CE5B11 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.19 |
| HSL | 23.49º | 0.85% | 0.44% | - |
| HSV(B) | 23.49º | 0.92% | 0.81% | - |
| XYZ | 29.3 | 20.64 | 2.97 | - |
| YUV | 116.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 17 | 0 | 0.56 | 0.92 | 0.19 | 23.49 | 0.85 | 0.44 |
| Hex | CE | 5B | 11 | 0 | 38 | 5C | 13 | 17 | 55 | 2C |
| Octal | 316 | 133 | 21 | 0 | 70 | 134 | 23 | 27 | 125 | 54 |
| Binary | 11001110 | 1011011 | 10001 | 0 | 111000 | 1011100 | 10011 | 10111 | 1010101 | 101100 |
Color Harmonies of #CE5B11
Complementary color
Monochromatic Colors of #CE5B11
Black with #CE5B11
Text Example
Text Example
White with #CE5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B11; }
p { color: rgb(206,91,17); }
H1.HeaderClassName
{
color: #CE5B11;
}
.AnyTagClassName
{
color: #CE5B11;
}
</style>
background-color css
<style>
a { background-color: #CE5B11; }
a { background-color: rgb(206,91,17); }
div.DivClassName
{
background-color: #CE5B11;
}
.BgClassName
{
background-color: #CE5B11;
}
</style>
border-color css
<style>
span { border-color: #CE5B11; }
span { border-color: rgb(206,91,17); }
td.TdClassName
{
border-color: #CE5B11;
}
.TagClassName
{
border-color: #CE5B11;
}
</style>