Shades of Ochre #C87E17
Tints of Ochre #C87E17
RGB
CMYK
RGB Variations
Color information
#C87E17 (or 0xC87E17) is known color: Ochre. HEX triplet: C8, 7E and 17. RGB value is (200,126,23). Sum of RGB (Red+Green+Blue) = 200+126+23=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E17 is #3781E8. Grayscale: #888888. Windows color (decimal): -3637737 or 1539784. OLE color: 1539784.
HSL color Cylindrical-coordinate representation of color #C87E17: hue angle of 34.92º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C87E17 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 23 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.22 |
| HSL | 34.92º | 0.79% | 0.44% | - |
| HSV(B) | 34.92º | 0.89% | 0.78% | - |
| XYZ | 31.43 | 27.26 | 4.42 | - |
| YUV | 136.38 | 64.02 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 23 | 0 | 0.37 | 0.88 | 0.22 | 34.92 | 0.79 | 0.44 |
| Hex | C8 | 7E | 17 | 0 | 25 | 58 | 16 | 23 | 4F | 2C |
| Octal | 310 | 176 | 27 | 0 | 45 | 130 | 26 | 43 | 117 | 54 |
| Binary | 11001000 | 1111110 | 10111 | 0 | 100101 | 1011000 | 10110 | 100011 | 1001111 | 101100 |
Color Harmonies of #C87E17
Complementary color
Monochromatic Colors of #C87E17
Black with #C87E17
Text Example
Text Example
White with #C87E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E17; }
p { color: rgb(200,126,23); }
H1.HeaderClassName
{
color: #C87E17;
}
.AnyTagClassName
{
color: #C87E17;
}
</style>
background-color css
<style>
a { background-color: #C87E17; }
a { background-color: rgb(200,126,23); }
div.DivClassName
{
background-color: #C87E17;
}
.BgClassName
{
background-color: #C87E17;
}
</style>
border-color css
<style>
span { border-color: #C87E17; }
span { border-color: rgb(200,126,23); }
td.TdClassName
{
border-color: #C87E17;
}
.TagClassName
{
border-color: #C87E17;
}
</style>