Shades of Ochre #CE7812
Tints of Ochre #CE7812
RGB
CMYK
RGB Variations
Color information
#CE7812 (or 0xCE7812) is known color: Ochre. HEX triplet: CE, 78 and 12. RGB value is (206,120,18). Sum of RGB (Red+Green+Blue) = 206+120+18=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7812 is #3187ED. Grayscale: #868686. Windows color (decimal): -3246062 or 1210574. OLE color: 1210574.
HSL color Cylindrical-coordinate representation of color #CE7812: hue angle of 32.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE7812 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.19 |
| HSL | 32.55º | 0.84% | 0.44% | - |
| HSV(B) | 32.55º | 0.91% | 0.81% | - |
| XYZ | 32.28 | 26.6 | 4 | - |
| YUV | 134.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 18 | 0 | 0.42 | 0.91 | 0.19 | 32.55 | 0.84 | 0.44 |
| Hex | CE | 78 | 12 | 0 | 2A | 5B | 13 | 21 | 54 | 2C |
| Octal | 316 | 170 | 22 | 0 | 52 | 133 | 23 | 41 | 124 | 54 |
| Binary | 11001110 | 1111000 | 10010 | 0 | 101010 | 1011011 | 10011 | 100001 | 1010100 | 101100 |
Color Harmonies of #CE7812
Complementary color
Monochromatic Colors of #CE7812
Black with #CE7812
Text Example
Text Example
White with #CE7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7812; }
p { color: rgb(206,120,18); }
H1.HeaderClassName
{
color: #CE7812;
}
.AnyTagClassName
{
color: #CE7812;
}
</style>
background-color css
<style>
a { background-color: #CE7812; }
a { background-color: rgb(206,120,18); }
div.DivClassName
{
background-color: #CE7812;
}
.BgClassName
{
background-color: #CE7812;
}
</style>
border-color css
<style>
span { border-color: #CE7812; }
span { border-color: rgb(206,120,18); }
td.TdClassName
{
border-color: #CE7812;
}
.TagClassName
{
border-color: #CE7812;
}
</style>