Shades of Ochre #CE7717
Tints of Ochre #CE7717
RGB
CMYK
RGB Variations
Color information
#CE7717 (or 0xCE7717) is known color: Ochre. HEX triplet: CE, 77 and 17. RGB value is (206,119,23). Sum of RGB (Red+Green+Blue) = 206+119+23=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7717 is #3188E8. Grayscale: #868686. Windows color (decimal): -3246313 or 1537998. OLE color: 1537998.
HSL color Cylindrical-coordinate representation of color #CE7717: hue angle of 31.48º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE7717 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.19 |
| HSL | 31.48º | 0.8% | 0.45% | - |
| HSV(B) | 31.48º | 0.89% | 0.81% | - |
| XYZ | 32.21 | 26.38 | 4.2 | - |
| YUV | 134.07 | 65.32 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 23 | 0 | 0.42 | 0.89 | 0.19 | 31.48 | 0.8 | 0.45 |
| Hex | CE | 77 | 17 | 0 | 2A | 59 | 13 | 1F | 50 | 2D |
| Octal | 316 | 167 | 27 | 0 | 52 | 131 | 23 | 37 | 120 | 55 |
| Binary | 11001110 | 1110111 | 10111 | 0 | 101010 | 1011001 | 10011 | 11111 | 1010000 | 101101 |
Color Harmonies of #CE7717
Complementary color
Monochromatic Colors of #CE7717
Black with #CE7717
Text Example
Text Example
White with #CE7717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7717; }
p { color: rgb(206,119,23); }
H1.HeaderClassName
{
color: #CE7717;
}
.AnyTagClassName
{
color: #CE7717;
}
</style>
background-color css
<style>
a { background-color: #CE7717; }
a { background-color: rgb(206,119,23); }
div.DivClassName
{
background-color: #CE7717;
}
.BgClassName
{
background-color: #CE7717;
}
</style>
border-color css
<style>
span { border-color: #CE7717; }
span { border-color: rgb(206,119,23); }
td.TdClassName
{
border-color: #CE7717;
}
.TagClassName
{
border-color: #CE7717;
}
</style>