Shades of Tenne (Tawny) #CE550F
Tints of Tenne (Tawny) #CE550F
RGB
CMYK
RGB Variations
Color information
#CE550F (or 0xCE550F) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 0F. RGB value is (206,85,15). Sum of RGB (Red+Green+Blue) = 206+85+15=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE550F is #31AAF0. Grayscale: #717171. Windows color (decimal): -3255025 or 1005006. OLE color: 1005006.
HSL color Cylindrical-coordinate representation of color #CE550F: hue angle of 21.99º 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 #CE550F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 15 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.19 |
| HSL | 21.99º | 0.86% | 0.43% | - |
| HSV(B) | 21.99º | 0.93% | 0.81% | - |
| XYZ | 28.79 | 19.65 | 2.73 | - |
| YUV | 113.2 | 72.59 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 15 | 0 | 0.59 | 0.93 | 0.19 | 21.99 | 0.86 | 0.43 |
| Hex | CE | 55 | F | 0 | 3B | 5D | 13 | 16 | 56 | 2B |
| Octal | 316 | 125 | 17 | 0 | 73 | 135 | 23 | 26 | 126 | 53 |
| Binary | 11001110 | 1010101 | 1111 | 0 | 111011 | 1011101 | 10011 | 10110 | 1010110 | 101011 |
Color Harmonies of #CE550F
Complementary color
Monochromatic Colors of #CE550F
Black with #CE550F
Text Example
Text Example
White with #CE550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE550F; }
p { color: rgb(206,85,15); }
H1.HeaderClassName
{
color: #CE550F;
}
.AnyTagClassName
{
color: #CE550F;
}
</style>
background-color css
<style>
a { background-color: #CE550F; }
a { background-color: rgb(206,85,15); }
div.DivClassName
{
background-color: #CE550F;
}
.BgClassName
{
background-color: #CE550F;
}
</style>
border-color css
<style>
span { border-color: #CE550F; }
span { border-color: rgb(206,85,15); }
td.TdClassName
{
border-color: #CE550F;
}
.TagClassName
{
border-color: #CE550F;
}
</style>