Shades of Ochre #CE7A12
Tints of Ochre #CE7A12
RGB
CMYK
RGB Variations
Color information
#CE7A12 (or 0xCE7A12) is known color: Ochre. HEX triplet: CE, 7A and 12. RGB value is (206,122,18). Sum of RGB (Red+Green+Blue) = 206+122+18=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A12 is #3185ED. Grayscale: #878787. Windows color (decimal): -3245550 or 1211086. OLE color: 1211086.
HSL color Cylindrical-coordinate representation of color #CE7A12: hue angle of 33.19º 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 #CE7A12 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 18 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.19 |
| HSL | 33.19º | 0.84% | 0.44% | - |
| HSV(B) | 33.19º | 0.91% | 0.81% | - |
| XYZ | 32.52 | 27.08 | 4.09 | - |
| YUV | 135.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 18 | 0 | 0.41 | 0.91 | 0.19 | 33.19 | 0.84 | 0.44 |
| Hex | CE | 7A | 12 | 0 | 29 | 5B | 13 | 21 | 54 | 2C |
| Octal | 316 | 172 | 22 | 0 | 51 | 133 | 23 | 41 | 124 | 54 |
| Binary | 11001110 | 1111010 | 10010 | 0 | 101001 | 1011011 | 10011 | 100001 | 1010100 | 101100 |
Color Harmonies of #CE7A12
Complementary color
Monochromatic Colors of #CE7A12
Black with #CE7A12
Text Example
Text Example
White with #CE7A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A12; }
p { color: rgb(206,122,18); }
H1.HeaderClassName
{
color: #CE7A12;
}
.AnyTagClassName
{
color: #CE7A12;
}
</style>
background-color css
<style>
a { background-color: #CE7A12; }
a { background-color: rgb(206,122,18); }
div.DivClassName
{
background-color: #CE7A12;
}
.BgClassName
{
background-color: #CE7A12;
}
</style>
border-color css
<style>
span { border-color: #CE7A12; }
span { border-color: rgb(206,122,18); }
td.TdClassName
{
border-color: #CE7A12;
}
.TagClassName
{
border-color: #CE7A12;
}
</style>