Shades of Ochre #CE7910
Tints of Ochre #CE7910
RGB
CMYK
RGB Variations
Color information
#CE7910 (or 0xCE7910) is known color: Ochre. HEX triplet: CE, 79 and 10. RGB value is (206,121,16). Sum of RGB (Red+Green+Blue) = 206+121+16=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7910 is #3186EF. Grayscale: #868686. Windows color (decimal): -3245808 or 1079758. OLE color: 1079758.
HSL color Cylindrical-coordinate representation of color #CE7910: hue angle of 33.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE7910 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.19 |
| HSL | 33.16º | 0.86% | 0.44% | - |
| HSV(B) | 33.16º | 0.92% | 0.81% | - |
| XYZ | 32.38 | 26.83 | 3.96 | - |
| YUV | 134.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 16 | 0 | 0.41 | 0.92 | 0.19 | 33.16 | 0.86 | 0.44 |
| Hex | CE | 79 | 10 | 0 | 29 | 5C | 13 | 21 | 56 | 2C |
| Octal | 316 | 171 | 20 | 0 | 51 | 134 | 23 | 41 | 126 | 54 |
| Binary | 11001110 | 1111001 | 10000 | 0 | 101001 | 1011100 | 10011 | 100001 | 1010110 | 101100 |
Color Harmonies of #CE7910
Complementary color
Monochromatic Colors of #CE7910
Black with #CE7910
Text Example
Text Example
White with #CE7910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7910; }
p { color: rgb(206,121,16); }
H1.HeaderClassName
{
color: #CE7910;
}
.AnyTagClassName
{
color: #CE7910;
}
</style>
background-color css
<style>
a { background-color: #CE7910; }
a { background-color: rgb(206,121,16); }
div.DivClassName
{
background-color: #CE7910;
}
.BgClassName
{
background-color: #CE7910;
}
</style>
border-color css
<style>
span { border-color: #CE7910; }
span { border-color: rgb(206,121,16); }
td.TdClassName
{
border-color: #CE7910;
}
.TagClassName
{
border-color: #CE7910;
}
</style>