Shades of Ochre #CE7E17
Tints of Ochre #CE7E17
RGB
CMYK
RGB Variations
Color information
#CE7E17 (or 0xCE7E17) is known color: Ochre. HEX triplet: CE, 7E and 17. RGB value is (206,126,23). Sum of RGB (Red+Green+Blue) = 206+126+23=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E17 is #3181E8. Grayscale: #8A8A8A. Windows color (decimal): -3244521 or 1539790. OLE color: 1539790.
HSL color Cylindrical-coordinate representation of color #CE7E17: hue angle of 33.77º 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 #CE7E17 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.19 |
| HSL | 33.77º | 0.8% | 0.45% | - |
| HSV(B) | 33.77º | 0.89% | 0.81% | - |
| XYZ | 33.07 | 28.11 | 4.49 | - |
| YUV | 138.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 23 | 0 | 0.39 | 0.89 | 0.19 | 33.77 | 0.8 | 0.45 |
| Hex | CE | 7E | 17 | 0 | 27 | 59 | 13 | 22 | 50 | 2D |
| Octal | 316 | 176 | 27 | 0 | 47 | 131 | 23 | 42 | 120 | 55 |
| Binary | 11001110 | 1111110 | 10111 | 0 | 100111 | 1011001 | 10011 | 100010 | 1010000 | 101101 |
Color Harmonies of #CE7E17
Complementary color
Monochromatic Colors of #CE7E17
Black with #CE7E17
Text Example
Text Example
White with #CE7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E17; }
p { color: rgb(206,126,23); }
H1.HeaderClassName
{
color: #CE7E17;
}
.AnyTagClassName
{
color: #CE7E17;
}
</style>
background-color css
<style>
a { background-color: #CE7E17; }
a { background-color: rgb(206,126,23); }
div.DivClassName
{
background-color: #CE7E17;
}
.BgClassName
{
background-color: #CE7E17;
}
</style>
border-color css
<style>
span { border-color: #CE7E17; }
span { border-color: rgb(206,126,23); }
td.TdClassName
{
border-color: #CE7E17;
}
.TagClassName
{
border-color: #CE7E17;
}
</style>