Shades of Tenne (Tawny) #CE5000
Tints of Tenne (Tawny) #CE5000
RGB
CMYK
RGB Variations
Color information
#CE5000 (or 0xCE5000) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 00. RGB value is (206,80,0). Sum of RGB (Red+Green+Blue) = 206+80+0=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5000 is #31AFFF. Grayscale: #6D6D6D. Windows color (decimal): -3256320 or 20686. OLE color: 20686.
HSL color Cylindrical-coordinate representation of color #CE5000: hue angle of 23.3º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE5000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.19 |
| HSL | 23.3º | 1% | 0.4% | - |
| HSV(B) | 23.3º | 1% | 0.81% | - |
| XYZ | 28.32 | 18.86 | 2.15 | - |
| YUV | 108.55 | 66.74 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 0 | 0 | 0.61 | 1 | 0.19 | 23.3 | 1 | 0.4 |
| Hex | CE | 50 | 0 | 0 | 3D | 64 | 13 | 17 | 64 | 28 |
| Octal | 316 | 120 | 0 | 0 | 75 | 144 | 23 | 27 | 144 | 50 |
| Binary | 11001110 | 1010000 | 0 | 0 | 111101 | 1100100 | 10011 | 10111 | 1100100 | 101000 |
Color Harmonies of #CE5000
Complementary color
Monochromatic Colors of #CE5000
Black with #CE5000
Text Example
Text Example
White with #CE5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5000; }
p { color: rgb(206,80,0); }
H1.HeaderClassName
{
color: #CE5000;
}
.AnyTagClassName
{
color: #CE5000;
}
</style>
background-color css
<style>
a { background-color: #CE5000; }
a { background-color: rgb(206,80,0); }
div.DivClassName
{
background-color: #CE5000;
}
.BgClassName
{
background-color: #CE5000;
}
</style>
border-color css
<style>
span { border-color: #CE5000; }
span { border-color: rgb(206,80,0); }
td.TdClassName
{
border-color: #CE5000;
}
.TagClassName
{
border-color: #CE5000;
}
</style>