Shades of Ochre #C87C17
Tints of Ochre #C87C17
RGB
CMYK
RGB Variations
Color information
#C87C17 (or 0xC87C17) is known color: Ochre. HEX triplet: C8, 7C and 17. RGB value is (200,124,23). Sum of RGB (Red+Green+Blue) = 200+124+23=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C17 is #3783E8. Grayscale: #878787. Windows color (decimal): -3638249 or 1539272. OLE color: 1539272.
HSL color Cylindrical-coordinate representation of color #C87C17: hue angle of 34.24º 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 #C87C17 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.22 |
| HSL | 34.24º | 0.79% | 0.44% | - |
| HSV(B) | 34.24º | 0.89% | 0.78% | - |
| XYZ | 31.18 | 26.76 | 4.33 | - |
| YUV | 135.21 | 64.68 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 23 | 0 | 0.38 | 0.88 | 0.22 | 34.24 | 0.79 | 0.44 |
| Hex | C8 | 7C | 17 | 0 | 26 | 58 | 16 | 22 | 4F | 2C |
| Octal | 310 | 174 | 27 | 0 | 46 | 130 | 26 | 42 | 117 | 54 |
| Binary | 11001000 | 1111100 | 10111 | 0 | 100110 | 1011000 | 10110 | 100010 | 1001111 | 101100 |
Color Harmonies of #C87C17
Complementary color
Monochromatic Colors of #C87C17
Black with #C87C17
Text Example
Text Example
White with #C87C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C17; }
p { color: rgb(200,124,23); }
H1.HeaderClassName
{
color: #C87C17;
}
.AnyTagClassName
{
color: #C87C17;
}
</style>
background-color css
<style>
a { background-color: #C87C17; }
a { background-color: rgb(200,124,23); }
div.DivClassName
{
background-color: #C87C17;
}
.BgClassName
{
background-color: #C87C17;
}
</style>
border-color css
<style>
span { border-color: #C87C17; }
span { border-color: rgb(200,124,23); }
td.TdClassName
{
border-color: #C87C17;
}
.TagClassName
{
border-color: #C87C17;
}
</style>