Shades of Ochre #C87E19
Tints of Ochre #C87E19
RGB
CMYK
RGB Variations
Color information
#C87E19 (or 0xC87E19) is known color: Ochre. HEX triplet: C8, 7E and 19. RGB value is (200,126,25). Sum of RGB (Red+Green+Blue) = 200+126+25=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E19 is #3781E6. Grayscale: #898989. Windows color (decimal): -3637735 or 1670856. OLE color: 1670856.
HSL color Cylindrical-coordinate representation of color #C87E19: hue angle of 34.63º degrees, saturation: 0.78, 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 #C87E19 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 25 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.22 |
| HSL | 34.63º | 0.78% | 0.44% | - |
| HSV(B) | 34.63º | 0.88% | 0.78% | - |
| XYZ | 31.46 | 27.27 | 4.53 | - |
| YUV | 136.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 25 | 0 | 0.37 | 0.88 | 0.22 | 34.63 | 0.78 | 0.44 |
| Hex | C8 | 7E | 19 | 0 | 25 | 58 | 16 | 23 | 4E | 2C |
| Octal | 310 | 176 | 31 | 0 | 45 | 130 | 26 | 43 | 116 | 54 |
| Binary | 11001000 | 1111110 | 11001 | 0 | 100101 | 1011000 | 10110 | 100011 | 1001110 | 101100 |
Color Harmonies of #C87E19
Complementary color
Monochromatic Colors of #C87E19
Black with #C87E19
Text Example
Text Example
White with #C87E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E19; }
p { color: rgb(200,126,25); }
H1.HeaderClassName
{
color: #C87E19;
}
.AnyTagClassName
{
color: #C87E19;
}
</style>
background-color css
<style>
a { background-color: #C87E19; }
a { background-color: rgb(200,126,25); }
div.DivClassName
{
background-color: #C87E19;
}
.BgClassName
{
background-color: #C87E19;
}
</style>
border-color css
<style>
span { border-color: #C87E19; }
span { border-color: rgb(200,126,25); }
td.TdClassName
{
border-color: #C87E19;
}
.TagClassName
{
border-color: #C87E19;
}
</style>