Shades of Ochre #CE7220
Tints of Ochre #CE7220
RGB
CMYK
RGB Variations
Color information
#CE7220 (or 0xCE7220) is known color: Ochre. HEX triplet: CE, 72 and 20. RGB value is (206,114,32). Sum of RGB (Red+Green+Blue) = 206+114+32=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7220 is #318DDF. Grayscale: #848484. Windows color (decimal): -3247584 or 2126542. OLE color: 2126542.
HSL color Cylindrical-coordinate representation of color #CE7220: hue angle of 28.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE7220 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 32 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.19 |
| HSL | 28.28º | 0.73% | 0.47% | - |
| HSV(B) | 28.28º | 0.84% | 0.81% | - |
| XYZ | 31.73 | 25.26 | 4.57 | - |
| YUV | 132.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 32 | 0 | 0.45 | 0.84 | 0.19 | 28.28 | 0.73 | 0.47 |
| Hex | CE | 72 | 20 | 0 | 2D | 54 | 13 | 1C | 49 | 2F |
| Octal | 316 | 162 | 40 | 0 | 55 | 124 | 23 | 34 | 111 | 57 |
| Binary | 11001110 | 1110010 | 100000 | 0 | 101101 | 1010100 | 10011 | 11100 | 1001001 | 101111 |
Color Harmonies of #CE7220
Complementary color
Monochromatic Colors of #CE7220
Black with #CE7220
Text Example
Text Example
White with #CE7220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7220; }
p { color: rgb(206,114,32); }
H1.HeaderClassName
{
color: #CE7220;
}
.AnyTagClassName
{
color: #CE7220;
}
</style>
background-color css
<style>
a { background-color: #CE7220; }
a { background-color: rgb(206,114,32); }
div.DivClassName
{
background-color: #CE7220;
}
.BgClassName
{
background-color: #CE7220;
}
</style>
border-color css
<style>
span { border-color: #CE7220; }
span { border-color: rgb(206,114,32); }
td.TdClassName
{
border-color: #CE7220;
}
.TagClassName
{
border-color: #CE7220;
}
</style>