Shades of Tenne (Tawny) #CE5508
Tints of Tenne (Tawny) #CE5508
RGB
CMYK
RGB Variations
Color information
#CE5508 (or 0xCE5508) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 08. RGB value is (206,85,8). Sum of RGB (Red+Green+Blue) = 206+85+8=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5508 is #31AAF7. Grayscale: #707070. Windows color (decimal): -3255032 or 546254. OLE color: 546254.
HSL color Cylindrical-coordinate representation of color #CE5508: hue angle of 23.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE5508 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.19 |
| HSL | 23.33º | 0.93% | 0.42% | - |
| HSV(B) | 23.33º | 0.96% | 0.81% | - |
| XYZ | 28.75 | 19.64 | 2.5 | - |
| YUV | 112.4 | 69.09 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 8 | 0 | 0.59 | 0.96 | 0.19 | 23.33 | 0.93 | 0.42 |
| Hex | CE | 55 | 8 | 0 | 3B | 60 | 13 | 17 | 5D | 2A |
| Octal | 316 | 125 | 10 | 0 | 73 | 140 | 23 | 27 | 135 | 52 |
| Binary | 11001110 | 1010101 | 1000 | 0 | 111011 | 1100000 | 10011 | 10111 | 1011101 | 101010 |
Color Harmonies of #CE5508
Complementary color
Monochromatic Colors of #CE5508
Black with #CE5508
Text Example
Text Example
White with #CE5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5508; }
p { color: rgb(206,85,8); }
H1.HeaderClassName
{
color: #CE5508;
}
.AnyTagClassName
{
color: #CE5508;
}
</style>
background-color css
<style>
a { background-color: #CE5508; }
a { background-color: rgb(206,85,8); }
div.DivClassName
{
background-color: #CE5508;
}
.BgClassName
{
background-color: #CE5508;
}
</style>
border-color css
<style>
span { border-color: #CE5508; }
span { border-color: rgb(206,85,8); }
td.TdClassName
{
border-color: #CE5508;
}
.TagClassName
{
border-color: #CE5508;
}
</style>