Shades of Ochre #CE7810
Tints of Ochre #CE7810
RGB
CMYK
RGB Variations
Color information
#CE7810 (or 0xCE7810) is known color: Ochre. HEX triplet: CE, 78 and 10. RGB value is (206,120,16). Sum of RGB (Red+Green+Blue) = 206+120+16=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7810 is #3187EF. Grayscale: #868686. Windows color (decimal): -3246064 or 1079502. OLE color: 1079502.
HSL color Cylindrical-coordinate representation of color #CE7810: hue angle of 32.84º 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 #CE7810 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.19 |
| HSL | 32.84º | 0.86% | 0.44% | - |
| HSV(B) | 32.84º | 0.92% | 0.81% | - |
| XYZ | 32.26 | 26.59 | 3.92 | - |
| YUV | 133.86 | 61.49 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 16 | 0 | 0.42 | 0.92 | 0.19 | 32.84 | 0.86 | 0.44 |
| Hex | CE | 78 | 10 | 0 | 2A | 5C | 13 | 21 | 56 | 2C |
| Octal | 316 | 170 | 20 | 0 | 52 | 134 | 23 | 41 | 126 | 54 |
| Binary | 11001110 | 1111000 | 10000 | 0 | 101010 | 1011100 | 10011 | 100001 | 1010110 | 101100 |
Color Harmonies of #CE7810
Complementary color
Monochromatic Colors of #CE7810
Black with #CE7810
Text Example
Text Example
White with #CE7810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7810; }
p { color: rgb(206,120,16); }
H1.HeaderClassName
{
color: #CE7810;
}
.AnyTagClassName
{
color: #CE7810;
}
</style>
background-color css
<style>
a { background-color: #CE7810; }
a { background-color: rgb(206,120,16); }
div.DivClassName
{
background-color: #CE7810;
}
.BgClassName
{
background-color: #CE7810;
}
</style>
border-color css
<style>
span { border-color: #CE7810; }
span { border-color: rgb(206,120,16); }
td.TdClassName
{
border-color: #CE7810;
}
.TagClassName
{
border-color: #CE7810;
}
</style>