Shades of Ochre #C87D17
Tints of Ochre #C87D17
RGB
CMYK
RGB Variations
Color information
#C87D17 (or 0xC87D17) is known color: Ochre. HEX triplet: C8, 7D and 17. RGB value is (200,125,23). Sum of RGB (Red+Green+Blue) = 200+125+23=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D17 is #3782E8. Grayscale: #888888. Windows color (decimal): -3637993 or 1539528. OLE color: 1539528.
HSL color Cylindrical-coordinate representation of color #C87D17: hue angle of 34.58º 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 #C87D17 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.22 |
| HSL | 34.58º | 0.79% | 0.44% | - |
| HSV(B) | 34.58º | 0.89% | 0.78% | - |
| XYZ | 31.31 | 27.01 | 4.37 | - |
| YUV | 135.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 23 | 0 | 0.38 | 0.88 | 0.22 | 34.58 | 0.79 | 0.44 |
| Hex | C8 | 7D | 17 | 0 | 26 | 58 | 16 | 23 | 4F | 2C |
| Octal | 310 | 175 | 27 | 0 | 46 | 130 | 26 | 43 | 117 | 54 |
| Binary | 11001000 | 1111101 | 10111 | 0 | 100110 | 1011000 | 10110 | 100011 | 1001111 | 101100 |
Color Harmonies of #C87D17
Complementary color
Monochromatic Colors of #C87D17
Black with #C87D17
Text Example
Text Example
White with #C87D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D17; }
p { color: rgb(200,125,23); }
H1.HeaderClassName
{
color: #C87D17;
}
.AnyTagClassName
{
color: #C87D17;
}
</style>
background-color css
<style>
a { background-color: #C87D17; }
a { background-color: rgb(200,125,23); }
div.DivClassName
{
background-color: #C87D17;
}
.BgClassName
{
background-color: #C87D17;
}
</style>
border-color css
<style>
span { border-color: #C87D17; }
span { border-color: rgb(200,125,23); }
td.TdClassName
{
border-color: #C87D17;
}
.TagClassName
{
border-color: #C87D17;
}
</style>