Shades of Tenne (Tawny) #CE5B0F
Tints of Tenne (Tawny) #CE5B0F
RGB
CMYK
RGB Variations
Color information
#CE5B0F (or 0xCE5B0F) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 0F. RGB value is (206,91,15). Sum of RGB (Red+Green+Blue) = 206+91+15=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B0F is #31A4F0. Grayscale: #757575. Windows color (decimal): -3253489 or 1006542. OLE color: 1006542.
HSL color Cylindrical-coordinate representation of color #CE5B0F: hue angle of 23.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE5B0F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.19 |
| HSL | 23.87º | 0.86% | 0.43% | - |
| HSV(B) | 23.87º | 0.93% | 0.81% | - |
| XYZ | 29.28 | 20.64 | 2.89 | - |
| YUV | 116.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 15 | 0 | 0.56 | 0.93 | 0.19 | 23.87 | 0.86 | 0.43 |
| Hex | CE | 5B | F | 0 | 38 | 5D | 13 | 18 | 56 | 2B |
| Octal | 316 | 133 | 17 | 0 | 70 | 135 | 23 | 30 | 126 | 53 |
| Binary | 11001110 | 1011011 | 1111 | 0 | 111000 | 1011101 | 10011 | 11000 | 1010110 | 101011 |
Color Harmonies of #CE5B0F
Complementary color
Monochromatic Colors of #CE5B0F
Black with #CE5B0F
Text Example
Text Example
White with #CE5B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B0F; }
p { color: rgb(206,91,15); }
H1.HeaderClassName
{
color: #CE5B0F;
}
.AnyTagClassName
{
color: #CE5B0F;
}
</style>
background-color css
<style>
a { background-color: #CE5B0F; }
a { background-color: rgb(206,91,15); }
div.DivClassName
{
background-color: #CE5B0F;
}
.BgClassName
{
background-color: #CE5B0F;
}
</style>
border-color css
<style>
span { border-color: #CE5B0F; }
span { border-color: rgb(206,91,15); }
td.TdClassName
{
border-color: #CE5B0F;
}
.TagClassName
{
border-color: #CE5B0F;
}
</style>