Shades of Tenne (Tawny) #CE5010
Tints of Tenne (Tawny) #CE5010
RGB
CMYK
RGB Variations
Color information
#CE5010 (or 0xCE5010) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 10. RGB value is (206,80,16). Sum of RGB (Red+Green+Blue) = 206+80+16=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5010 is #31AFEF. Grayscale: #6E6E6E. Windows color (decimal): -3256304 or 1069262. OLE color: 1069262.
HSL color Cylindrical-coordinate representation of color #CE5010: hue angle of 20.21º degrees, saturation: 0.86, 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 #CE5010 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 16 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.19 |
| HSL | 20.21º | 0.86% | 0.44% | - |
| HSV(B) | 20.21º | 0.92% | 0.81% | - |
| XYZ | 28.42 | 18.9 | 2.64 | - |
| YUV | 110.38 | 74.74 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 16 | 0 | 0.61 | 0.92 | 0.19 | 20.21 | 0.86 | 0.44 |
| Hex | CE | 50 | 10 | 0 | 3D | 5C | 13 | 14 | 56 | 2C |
| Octal | 316 | 120 | 20 | 0 | 75 | 134 | 23 | 24 | 126 | 54 |
| Binary | 11001110 | 1010000 | 10000 | 0 | 111101 | 1011100 | 10011 | 10100 | 1010110 | 101100 |
Color Harmonies of #CE5010
Complementary color
Monochromatic Colors of #CE5010
Black with #CE5010
Text Example
Text Example
White with #CE5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5010; }
p { color: rgb(206,80,16); }
H1.HeaderClassName
{
color: #CE5010;
}
.AnyTagClassName
{
color: #CE5010;
}
</style>
background-color css
<style>
a { background-color: #CE5010; }
a { background-color: rgb(206,80,16); }
div.DivClassName
{
background-color: #CE5010;
}
.BgClassName
{
background-color: #CE5010;
}
</style>
border-color css
<style>
span { border-color: #CE5010; }
span { border-color: rgb(206,80,16); }
td.TdClassName
{
border-color: #CE5010;
}
.TagClassName
{
border-color: #CE5010;
}
</style>