Shades of Ochre #CE7222
Tints of Ochre #CE7222
RGB
CMYK
RGB Variations
Color information
#CE7222 (or 0xCE7222) is known color: Ochre. HEX triplet: CE, 72 and 22. RGB value is (206,114,34). Sum of RGB (Red+Green+Blue) = 206+114+34=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7222 is #318DDD. Grayscale: #848484. Windows color (decimal): -3247582 or 2257614. OLE color: 2257614.
HSL color Cylindrical-coordinate representation of color #CE7222: hue angle of 27.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7222 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 34 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.19 |
| HSL | 27.91º | 0.72% | 0.47% | - |
| HSV(B) | 27.91º | 0.83% | 0.81% | - |
| XYZ | 31.76 | 25.27 | 4.72 | - |
| YUV | 132.39 | 72.48 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 34 | 0 | 0.45 | 0.83 | 0.19 | 27.91 | 0.72 | 0.47 |
| Hex | CE | 72 | 22 | 0 | 2D | 53 | 13 | 1C | 48 | 2F |
| Octal | 316 | 162 | 42 | 0 | 55 | 123 | 23 | 34 | 110 | 57 |
| Binary | 11001110 | 1110010 | 100010 | 0 | 101101 | 1010011 | 10011 | 11100 | 1001000 | 101111 |
Color Harmonies of #CE7222
Complementary color
Monochromatic Colors of #CE7222
Black with #CE7222
Text Example
Text Example
White with #CE7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7222; }
p { color: rgb(206,114,34); }
H1.HeaderClassName
{
color: #CE7222;
}
.AnyTagClassName
{
color: #CE7222;
}
</style>
background-color css
<style>
a { background-color: #CE7222; }
a { background-color: rgb(206,114,34); }
div.DivClassName
{
background-color: #CE7222;
}
.BgClassName
{
background-color: #CE7222;
}
</style>
border-color css
<style>
span { border-color: #CE7222; }
span { border-color: rgb(206,114,34); }
td.TdClassName
{
border-color: #CE7222;
}
.TagClassName
{
border-color: #CE7222;
}
</style>