Shades of Ochre #C87F19
Tints of Ochre #C87F19
RGB
CMYK
RGB Variations
Color information
#C87F19 (or 0xC87F19) is known color: Ochre. HEX triplet: C8, 7F and 19. RGB value is (200,127,25). Sum of RGB (Red+Green+Blue) = 200+127+25=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87F19 is #3780E6. Grayscale: #898989. Windows color (decimal): -3637479 or 1671112. OLE color: 1671112.
HSL color Cylindrical-coordinate representation of color #C87F19: hue angle of 34.97º 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 #C87F19 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 25 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.22 |
| HSL | 34.97º | 0.78% | 0.44% | - |
| HSV(B) | 34.97º | 0.88% | 0.78% | - |
| XYZ | 31.58 | 27.53 | 4.57 | - |
| YUV | 137.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 25 | 0 | 0.36 | 0.88 | 0.22 | 34.97 | 0.78 | 0.44 |
| Hex | C8 | 7F | 19 | 0 | 24 | 58 | 16 | 23 | 4E | 2C |
| Octal | 310 | 177 | 31 | 0 | 44 | 130 | 26 | 43 | 116 | 54 |
| Binary | 11001000 | 1111111 | 11001 | 0 | 100100 | 1011000 | 10110 | 100011 | 1001110 | 101100 |
Color Harmonies of #C87F19
Complementary color
Monochromatic Colors of #C87F19
Black with #C87F19
Text Example
Text Example
White with #C87F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F19; }
p { color: rgb(200,127,25); }
H1.HeaderClassName
{
color: #C87F19;
}
.AnyTagClassName
{
color: #C87F19;
}
</style>
background-color css
<style>
a { background-color: #C87F19; }
a { background-color: rgb(200,127,25); }
div.DivClassName
{
background-color: #C87F19;
}
.BgClassName
{
background-color: #C87F19;
}
</style>
border-color css
<style>
span { border-color: #C87F19; }
span { border-color: rgb(200,127,25); }
td.TdClassName
{
border-color: #C87F19;
}
.TagClassName
{
border-color: #C87F19;
}
</style>