Shades of Tenne (Tawny) #CE5204
Tints of Tenne (Tawny) #CE5204
RGB
CMYK
RGB Variations
Color information
#CE5204 (or 0xCE5204) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 04. RGB value is (206,82,4). Sum of RGB (Red+Green+Blue) = 206+82+4=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5204 is #31ADFB. Grayscale: #6E6E6E. Windows color (decimal): -3255804 or 283342. OLE color: 283342.
HSL color Cylindrical-coordinate representation of color #CE5204: hue angle of 23.17º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE5204 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.19 |
| HSL | 23.17º | 0.96% | 0.41% | - |
| HSV(B) | 23.17º | 0.98% | 0.81% | - |
| XYZ | 28.49 | 19.17 | 2.31 | - |
| YUV | 110.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 4 | 0 | 0.60 | 0.98 | 0.19 | 23.17 | 0.96 | 0.41 |
| Hex | CE | 52 | 4 | 0 | 3C | 62 | 13 | 17 | 60 | 29 |
| Octal | 316 | 122 | 4 | 0 | 74 | 142 | 23 | 27 | 140 | 51 |
| Binary | 11001110 | 1010010 | 100 | 0 | 111100 | 1100010 | 10011 | 10111 | 1100000 | 101001 |
Color Harmonies of #CE5204
Complementary color
Monochromatic Colors of #CE5204
Black with #CE5204
Text Example
Text Example
White with #CE5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5204; }
p { color: rgb(206,82,4); }
H1.HeaderClassName
{
color: #CE5204;
}
.AnyTagClassName
{
color: #CE5204;
}
</style>
background-color css
<style>
a { background-color: #CE5204; }
a { background-color: rgb(206,82,4); }
div.DivClassName
{
background-color: #CE5204;
}
.BgClassName
{
background-color: #CE5204;
}
</style>
border-color css
<style>
span { border-color: #CE5204; }
span { border-color: rgb(206,82,4); }
td.TdClassName
{
border-color: #CE5204;
}
.TagClassName
{
border-color: #CE5204;
}
</style>