Shades of Tenne (Tawny) #CE5112
Tints of Tenne (Tawny) #CE5112
RGB
CMYK
RGB Variations
Color information
#CE5112 (or 0xCE5112) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 12. RGB value is (206,81,18). Sum of RGB (Red+Green+Blue) = 206+81+18=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5112 is #31AEED. Grayscale: #6F6F6F. Windows color (decimal): -3256046 or 1200590. OLE color: 1200590.
HSL color Cylindrical-coordinate representation of color #CE5112: hue angle of 20.11º 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 #CE5112 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 18 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.19 |
| HSL | 20.11º | 0.84% | 0.44% | - |
| HSV(B) | 20.11º | 0.91% | 0.81% | - |
| XYZ | 28.51 | 19.05 | 2.75 | - |
| YUV | 111.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 18 | 0 | 0.61 | 0.91 | 0.19 | 20.11 | 0.84 | 0.44 |
| Hex | CE | 51 | 12 | 0 | 3D | 5B | 13 | 14 | 54 | 2C |
| Octal | 316 | 121 | 22 | 0 | 75 | 133 | 23 | 24 | 124 | 54 |
| Binary | 11001110 | 1010001 | 10010 | 0 | 111101 | 1011011 | 10011 | 10100 | 1010100 | 101100 |
Color Harmonies of #CE5112
Complementary color
Monochromatic Colors of #CE5112
Black with #CE5112
Text Example
Text Example
White with #CE5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5112; }
p { color: rgb(206,81,18); }
H1.HeaderClassName
{
color: #CE5112;
}
.AnyTagClassName
{
color: #CE5112;
}
</style>
background-color css
<style>
a { background-color: #CE5112; }
a { background-color: rgb(206,81,18); }
div.DivClassName
{
background-color: #CE5112;
}
.BgClassName
{
background-color: #CE5112;
}
</style>
border-color css
<style>
span { border-color: #CE5112; }
span { border-color: rgb(206,81,18); }
td.TdClassName
{
border-color: #CE5112;
}
.TagClassName
{
border-color: #CE5112;
}
</style>