Shades of Ochre #CE7912
Tints of Ochre #CE7912
RGB
CMYK
RGB Variations
Color information
#CE7912 (or 0xCE7912) is known color: Ochre. HEX triplet: CE, 79 and 12. RGB value is (206,121,18). Sum of RGB (Red+Green+Blue) = 206+121+18=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7912 is #3186ED. Grayscale: #878787. Windows color (decimal): -3245806 or 1210830. OLE color: 1210830.
HSL color Cylindrical-coordinate representation of color #CE7912: hue angle of 32.87º 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 #CE7912 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 18 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.19 |
| HSL | 32.87º | 0.84% | 0.44% | - |
| HSV(B) | 32.87º | 0.91% | 0.81% | - |
| XYZ | 32.4 | 26.84 | 4.05 | - |
| YUV | 134.67 | 62.16 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 18 | 0 | 0.41 | 0.91 | 0.19 | 32.87 | 0.84 | 0.44 |
| Hex | CE | 79 | 12 | 0 | 29 | 5B | 13 | 21 | 54 | 2C |
| Octal | 316 | 171 | 22 | 0 | 51 | 133 | 23 | 41 | 124 | 54 |
| Binary | 11001110 | 1111001 | 10010 | 0 | 101001 | 1011011 | 10011 | 100001 | 1010100 | 101100 |
Color Harmonies of #CE7912
Complementary color
Monochromatic Colors of #CE7912
Black with #CE7912
Text Example
Text Example
White with #CE7912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7912; }
p { color: rgb(206,121,18); }
H1.HeaderClassName
{
color: #CE7912;
}
.AnyTagClassName
{
color: #CE7912;
}
</style>
background-color css
<style>
a { background-color: #CE7912; }
a { background-color: rgb(206,121,18); }
div.DivClassName
{
background-color: #CE7912;
}
.BgClassName
{
background-color: #CE7912;
}
</style>
border-color css
<style>
span { border-color: #CE7912; }
span { border-color: rgb(206,121,18); }
td.TdClassName
{
border-color: #CE7912;
}
.TagClassName
{
border-color: #CE7912;
}
</style>