Shades of Tenne (Tawny) #CE5B05
Tints of Tenne (Tawny) #CE5B05
RGB
CMYK
RGB Variations
Color information
#CE5B05 (or 0xCE5B05) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 05. RGB value is (206,91,5). Sum of RGB (Red+Green+Blue) = 206+91+5=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B05 is #31A4FA. Grayscale: #747474. Windows color (decimal): -3253499 or 351182. OLE color: 351182.
HSL color Cylindrical-coordinate representation of color #CE5B05: hue angle of 25.67º 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 #CE5B05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.19 |
| HSL | 25.67º | 0.95% | 0.41% | - |
| HSV(B) | 25.67º | 0.98% | 0.81% | - |
| XYZ | 29.22 | 20.61 | 2.58 | - |
| YUV | 115.58 | 65.6 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 5 | 0 | 0.56 | 0.98 | 0.19 | 25.67 | 0.95 | 0.41 |
| Hex | CE | 5B | 5 | 0 | 38 | 62 | 13 | 1A | 5F | 29 |
| Octal | 316 | 133 | 5 | 0 | 70 | 142 | 23 | 32 | 137 | 51 |
| Binary | 11001110 | 1011011 | 101 | 0 | 111000 | 1100010 | 10011 | 11010 | 1011111 | 101001 |
Color Harmonies of #CE5B05
Complementary color
Monochromatic Colors of #CE5B05
Black with #CE5B05
Text Example
Text Example
White with #CE5B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B05; }
p { color: rgb(206,91,5); }
H1.HeaderClassName
{
color: #CE5B05;
}
.AnyTagClassName
{
color: #CE5B05;
}
</style>
background-color css
<style>
a { background-color: #CE5B05; }
a { background-color: rgb(206,91,5); }
div.DivClassName
{
background-color: #CE5B05;
}
.BgClassName
{
background-color: #CE5B05;
}
</style>
border-color css
<style>
span { border-color: #CE5B05; }
span { border-color: rgb(206,91,5); }
td.TdClassName
{
border-color: #CE5B05;
}
.TagClassName
{
border-color: #CE5B05;
}
</style>