Shades of Ochre #CE7715
Tints of Ochre #CE7715
RGB
CMYK
RGB Variations
Color information
#CE7715 (or 0xCE7715) is known color: Ochre. HEX triplet: CE, 77 and 15. RGB value is (206,119,21). Sum of RGB (Red+Green+Blue) = 206+119+21=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7715 is #3188EA. Grayscale: #868686. Windows color (decimal): -3246315 or 1406926. OLE color: 1406926.
HSL color Cylindrical-coordinate representation of color #CE7715: hue angle of 31.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE7715 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.19 |
| HSL | 31.78º | 0.81% | 0.45% | - |
| HSV(B) | 31.78º | 0.9% | 0.81% | - |
| XYZ | 32.19 | 26.37 | 4.1 | - |
| YUV | 133.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 21 | 0 | 0.42 | 0.90 | 0.19 | 31.78 | 0.81 | 0.45 |
| Hex | CE | 77 | 15 | 0 | 2A | 5A | 13 | 20 | 51 | 2D |
| Octal | 316 | 167 | 25 | 0 | 52 | 132 | 23 | 40 | 121 | 55 |
| Binary | 11001110 | 1110111 | 10101 | 0 | 101010 | 1011010 | 10011 | 100000 | 1010001 | 101101 |
Color Harmonies of #CE7715
Complementary color
Monochromatic Colors of #CE7715
Black with #CE7715
Text Example
Text Example
White with #CE7715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7715; }
p { color: rgb(206,119,21); }
H1.HeaderClassName
{
color: #CE7715;
}
.AnyTagClassName
{
color: #CE7715;
}
</style>
background-color css
<style>
a { background-color: #CE7715; }
a { background-color: rgb(206,119,21); }
div.DivClassName
{
background-color: #CE7715;
}
.BgClassName
{
background-color: #CE7715;
}
</style>
border-color css
<style>
span { border-color: #CE7715; }
span { border-color: rgb(206,119,21); }
td.TdClassName
{
border-color: #CE7715;
}
.TagClassName
{
border-color: #CE7715;
}
</style>