Shades of Tenne (Tawny) #CE5205
Tints of Tenne (Tawny) #CE5205
RGB
CMYK
RGB Variations
Color information
#CE5205 (or 0xCE5205) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 05. RGB value is (206,82,5). Sum of RGB (Red+Green+Blue) = 206+82+5=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5205 is #31ADFA. Grayscale: #6E6E6E. Windows color (decimal): -3255803 or 348878. OLE color: 348878.
HSL color Cylindrical-coordinate representation of color #CE5205: hue angle of 22.99º degrees, saturation: 0.95, 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 #CE5205 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.19 |
| HSL | 22.99º | 0.95% | 0.41% | - |
| HSV(B) | 22.99º | 0.98% | 0.81% | - |
| XYZ | 28.5 | 19.17 | 2.34 | - |
| YUV | 110.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 5 | 0 | 0.60 | 0.98 | 0.19 | 22.99 | 0.95 | 0.41 |
| Hex | CE | 52 | 5 | 0 | 3C | 62 | 13 | 17 | 5F | 29 |
| Octal | 316 | 122 | 5 | 0 | 74 | 142 | 23 | 27 | 137 | 51 |
| Binary | 11001110 | 1010010 | 101 | 0 | 111100 | 1100010 | 10011 | 10111 | 1011111 | 101001 |
Color Harmonies of #CE5205
Complementary color
Monochromatic Colors of #CE5205
Black with #CE5205
Text Example
Text Example
White with #CE5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5205; }
p { color: rgb(206,82,5); }
H1.HeaderClassName
{
color: #CE5205;
}
.AnyTagClassName
{
color: #CE5205;
}
</style>
background-color css
<style>
a { background-color: #CE5205; }
a { background-color: rgb(206,82,5); }
div.DivClassName
{
background-color: #CE5205;
}
.BgClassName
{
background-color: #CE5205;
}
</style>
border-color css
<style>
span { border-color: #CE5205; }
span { border-color: rgb(206,82,5); }
td.TdClassName
{
border-color: #CE5205;
}
.TagClassName
{
border-color: #CE5205;
}
</style>