Shades of Ochre #CE7A0B
Tints of Ochre #CE7A0B
RGB
CMYK
RGB Variations
Color information
#CE7A0B (or 0xCE7A0B) is known color: Ochre. HEX triplet: CE, 7A and 0B. RGB value is (206,122,11). Sum of RGB (Red+Green+Blue) = 206+122+11=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A0B is #3185F4. Grayscale: #868686. Windows color (decimal): -3245557 or 752334. OLE color: 752334.
HSL color Cylindrical-coordinate representation of color #CE7A0B: hue angle of 34.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE7A0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.19 |
| HSL | 34.15º | 0.9% | 0.43% | - |
| HSV(B) | 34.15º | 0.95% | 0.81% | - |
| XYZ | 32.47 | 27.07 | 3.83 | - |
| YUV | 134.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 11 | 0 | 0.41 | 0.95 | 0.19 | 34.15 | 0.9 | 0.43 |
| Hex | CE | 7A | B | 0 | 29 | 5F | 13 | 22 | 5A | 2B |
| Octal | 316 | 172 | 13 | 0 | 51 | 137 | 23 | 42 | 132 | 53 |
| Binary | 11001110 | 1111010 | 1011 | 0 | 101001 | 1011111 | 10011 | 100010 | 1011010 | 101011 |
Color Harmonies of #CE7A0B
Complementary color
Monochromatic Colors of #CE7A0B
Black with #CE7A0B
Text Example
Text Example
White with #CE7A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A0B; }
p { color: rgb(206,122,11); }
H1.HeaderClassName
{
color: #CE7A0B;
}
.AnyTagClassName
{
color: #CE7A0B;
}
</style>
background-color css
<style>
a { background-color: #CE7A0B; }
a { background-color: rgb(206,122,11); }
div.DivClassName
{
background-color: #CE7A0B;
}
.BgClassName
{
background-color: #CE7A0B;
}
</style>
border-color css
<style>
span { border-color: #CE7A0B; }
span { border-color: rgb(206,122,11); }
td.TdClassName
{
border-color: #CE7A0B;
}
.TagClassName
{
border-color: #CE7A0B;
}
</style>