Shades of Tenne (Tawny) #CE5006
Tints of Tenne (Tawny) #CE5006
RGB
CMYK
RGB Variations
Color information
#CE5006 (or 0xCE5006) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 06. RGB value is (206,80,6). Sum of RGB (Red+Green+Blue) = 206+80+6=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5006 is #31AFF9. Grayscale: #6D6D6D. Windows color (decimal): -3256314 or 413902. OLE color: 413902.
HSL color Cylindrical-coordinate representation of color #CE5006: hue angle of 22.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE5006 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.19 |
| HSL | 22.2º | 0.94% | 0.42% | - |
| HSV(B) | 22.2º | 0.97% | 0.81% | - |
| XYZ | 28.36 | 18.87 | 2.32 | - |
| YUV | 109.24 | 69.74 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 6 | 0 | 0.61 | 0.97 | 0.19 | 22.2 | 0.94 | 0.42 |
| Hex | CE | 50 | 6 | 0 | 3D | 61 | 13 | 16 | 5E | 2A |
| Octal | 316 | 120 | 6 | 0 | 75 | 141 | 23 | 26 | 136 | 52 |
| Binary | 11001110 | 1010000 | 110 | 0 | 111101 | 1100001 | 10011 | 10110 | 1011110 | 101010 |
Color Harmonies of #CE5006
Complementary color
Monochromatic Colors of #CE5006
Black with #CE5006
Text Example
Text Example
White with #CE5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5006; }
p { color: rgb(206,80,6); }
H1.HeaderClassName
{
color: #CE5006;
}
.AnyTagClassName
{
color: #CE5006;
}
</style>
background-color css
<style>
a { background-color: #CE5006; }
a { background-color: rgb(206,80,6); }
div.DivClassName
{
background-color: #CE5006;
}
.BgClassName
{
background-color: #CE5006;
}
</style>
border-color css
<style>
span { border-color: #CE5006; }
span { border-color: rgb(206,80,6); }
td.TdClassName
{
border-color: #CE5006;
}
.TagClassName
{
border-color: #CE5006;
}
</style>