Shades of Ochre #CE7210
Tints of Ochre #CE7210
RGB
CMYK
RGB Variations
Color information
#CE7210 (or 0xCE7210) is known color: Ochre. HEX triplet: CE, 72 and 10. RGB value is (206,114,16). Sum of RGB (Red+Green+Blue) = 206+114+16=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7210 is #318DEF. Grayscale: #828282. Windows color (decimal): -3247600 or 1077966. OLE color: 1077966.
HSL color Cylindrical-coordinate representation of color #CE7210: hue angle of 30.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE7210 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 16 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.19 |
| HSL | 30.95º | 0.86% | 0.44% | - |
| HSV(B) | 30.95º | 0.92% | 0.81% | - |
| XYZ | 31.56 | 25.19 | 3.69 | - |
| YUV | 130.34 | 63.48 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 16 | 0 | 0.45 | 0.92 | 0.19 | 30.95 | 0.86 | 0.44 |
| Hex | CE | 72 | 10 | 0 | 2D | 5C | 13 | 1F | 56 | 2C |
| Octal | 316 | 162 | 20 | 0 | 55 | 134 | 23 | 37 | 126 | 54 |
| Binary | 11001110 | 1110010 | 10000 | 0 | 101101 | 1011100 | 10011 | 11111 | 1010110 | 101100 |
Color Harmonies of #CE7210
Complementary color
Monochromatic Colors of #CE7210
Black with #CE7210
Text Example
Text Example
White with #CE7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7210; }
p { color: rgb(206,114,16); }
H1.HeaderClassName
{
color: #CE7210;
}
.AnyTagClassName
{
color: #CE7210;
}
</style>
background-color css
<style>
a { background-color: #CE7210; }
a { background-color: rgb(206,114,16); }
div.DivClassName
{
background-color: #CE7210;
}
.BgClassName
{
background-color: #CE7210;
}
</style>
border-color css
<style>
span { border-color: #CE7210; }
span { border-color: rgb(206,114,16); }
td.TdClassName
{
border-color: #CE7210;
}
.TagClassName
{
border-color: #CE7210;
}
</style>