Shades of Ochre #CE760E
Tints of Ochre #CE760E
RGB
CMYK
RGB Variations
Color information
#CE760E (or 0xCE760E) is known color: Ochre. HEX triplet: CE, 76 and 0E. RGB value is (206,118,14). Sum of RGB (Red+Green+Blue) = 206+118+14=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE760E is #3189F1. Grayscale: #848484. Windows color (decimal): -3246578 or 947918. OLE color: 947918.
HSL color Cylindrical-coordinate representation of color #CE760E: hue angle of 32.5º degrees, saturation: 0.87, 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 #CE760E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.19 |
| HSL | 32.5º | 0.87% | 0.43% | - |
| HSV(B) | 32.5º | 0.93% | 0.81% | - |
| XYZ | 32.01 | 26.11 | 3.77 | - |
| YUV | 132.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 14 | 0 | 0.43 | 0.93 | 0.19 | 32.5 | 0.87 | 0.43 |
| Hex | CE | 76 | E | 0 | 2B | 5D | 13 | 20 | 57 | 2B |
| Octal | 316 | 166 | 16 | 0 | 53 | 135 | 23 | 40 | 127 | 53 |
| Binary | 11001110 | 1110110 | 1110 | 0 | 101011 | 1011101 | 10011 | 100000 | 1010111 | 101011 |
Color Harmonies of #CE760E
Complementary color
Monochromatic Colors of #CE760E
Black with #CE760E
Text Example
Text Example
White with #CE760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE760E; }
p { color: rgb(206,118,14); }
H1.HeaderClassName
{
color: #CE760E;
}
.AnyTagClassName
{
color: #CE760E;
}
</style>
background-color css
<style>
a { background-color: #CE760E; }
a { background-color: rgb(206,118,14); }
div.DivClassName
{
background-color: #CE760E;
}
.BgClassName
{
background-color: #CE760E;
}
</style>
border-color css
<style>
span { border-color: #CE760E; }
span { border-color: rgb(206,118,14); }
td.TdClassName
{
border-color: #CE760E;
}
.TagClassName
{
border-color: #CE760E;
}
</style>