Shades of Tenne (Tawny) #CE5B0B
Tints of Tenne (Tawny) #CE5B0B
RGB
CMYK
RGB Variations
Color information
#CE5B0B (or 0xCE5B0B) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 0B. RGB value is (206,91,11). Sum of RGB (Red+Green+Blue) = 206+91+11=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B0B is #31A4F4. Grayscale: #747474. Windows color (decimal): -3253493 or 744398. OLE color: 744398.
HSL color Cylindrical-coordinate representation of color #CE5B0B: hue angle of 24.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE5B0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.19 |
| HSL | 24.62º | 0.9% | 0.43% | - |
| HSV(B) | 24.62º | 0.95% | 0.81% | - |
| XYZ | 29.26 | 20.63 | 2.76 | - |
| YUV | 116.27 | 68.6 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 11 | 0 | 0.56 | 0.95 | 0.19 | 24.62 | 0.9 | 0.43 |
| Hex | CE | 5B | B | 0 | 38 | 5F | 13 | 19 | 5A | 2B |
| Octal | 316 | 133 | 13 | 0 | 70 | 137 | 23 | 31 | 132 | 53 |
| Binary | 11001110 | 1011011 | 1011 | 0 | 111000 | 1011111 | 10011 | 11001 | 1011010 | 101011 |
Color Harmonies of #CE5B0B
Complementary color
Monochromatic Colors of #CE5B0B
Black with #CE5B0B
Text Example
Text Example
White with #CE5B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B0B; }
p { color: rgb(206,91,11); }
H1.HeaderClassName
{
color: #CE5B0B;
}
.AnyTagClassName
{
color: #CE5B0B;
}
</style>
background-color css
<style>
a { background-color: #CE5B0B; }
a { background-color: rgb(206,91,11); }
div.DivClassName
{
background-color: #CE5B0B;
}
.BgClassName
{
background-color: #CE5B0B;
}
</style>
border-color css
<style>
span { border-color: #CE5B0B; }
span { border-color: rgb(206,91,11); }
td.TdClassName
{
border-color: #CE5B0B;
}
.TagClassName
{
border-color: #CE5B0B;
}
</style>