Shades of Tenne (Tawny) #CE5211
Tints of Tenne (Tawny) #CE5211
RGB
CMYK
RGB Variations
Color information
#CE5211 (or 0xCE5211) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 11. RGB value is (206,82,17). Sum of RGB (Red+Green+Blue) = 206+82+17=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5211 is #31ADEE. Grayscale: #707070. Windows color (decimal): -3255791 or 1135310. OLE color: 1135310.
HSL color Cylindrical-coordinate representation of color #CE5211: hue angle of 20.63º 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 #CE5211 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.19 |
| HSL | 20.63º | 0.85% | 0.44% | - |
| HSV(B) | 20.63º | 0.92% | 0.81% | - |
| XYZ | 28.57 | 19.2 | 2.73 | - |
| YUV | 111.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 17 | 0 | 0.60 | 0.92 | 0.19 | 20.63 | 0.85 | 0.44 |
| Hex | CE | 52 | 11 | 0 | 3C | 5C | 13 | 15 | 55 | 2C |
| Octal | 316 | 122 | 21 | 0 | 74 | 134 | 23 | 25 | 125 | 54 |
| Binary | 11001110 | 1010010 | 10001 | 0 | 111100 | 1011100 | 10011 | 10101 | 1010101 | 101100 |
Color Harmonies of #CE5211
Complementary color
Monochromatic Colors of #CE5211
Black with #CE5211
Text Example
Text Example
White with #CE5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5211; }
p { color: rgb(206,82,17); }
H1.HeaderClassName
{
color: #CE5211;
}
.AnyTagClassName
{
color: #CE5211;
}
</style>
background-color css
<style>
a { background-color: #CE5211; }
a { background-color: rgb(206,82,17); }
div.DivClassName
{
background-color: #CE5211;
}
.BgClassName
{
background-color: #CE5211;
}
</style>
border-color css
<style>
span { border-color: #CE5211; }
span { border-color: rgb(206,82,17); }
td.TdClassName
{
border-color: #CE5211;
}
.TagClassName
{
border-color: #CE5211;
}
</style>