Shades of Ochre #C87A19
Tints of Ochre #C87A19
RGB
CMYK
RGB Variations
Color information
#C87A19 (or 0xC87A19) is known color: Ochre. HEX triplet: C8, 7A and 19. RGB value is (200,122,25). Sum of RGB (Red+Green+Blue) = 200+122+25=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A19 is #3785E6. Grayscale: #868686. Windows color (decimal): -3638759 or 1669832. OLE color: 1669832.
HSL color Cylindrical-coordinate representation of color #C87A19: hue angle of 33.26º 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 #C87A19 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 25 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.22 |
| HSL | 33.26º | 0.78% | 0.44% | - |
| HSV(B) | 33.26º | 0.88% | 0.78% | - |
| XYZ | 30.95 | 26.27 | 4.36 | - |
| YUV | 134.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 25 | 0 | 0.39 | 0.88 | 0.22 | 33.26 | 0.78 | 0.44 |
| Hex | C8 | 7A | 19 | 0 | 27 | 58 | 16 | 21 | 4E | 2C |
| Octal | 310 | 172 | 31 | 0 | 47 | 130 | 26 | 41 | 116 | 54 |
| Binary | 11001000 | 1111010 | 11001 | 0 | 100111 | 1011000 | 10110 | 100001 | 1001110 | 101100 |
Color Harmonies of #C87A19
Complementary color
Monochromatic Colors of #C87A19
Black with #C87A19
Text Example
Text Example
White with #C87A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A19; }
p { color: rgb(200,122,25); }
H1.HeaderClassName
{
color: #C87A19;
}
.AnyTagClassName
{
color: #C87A19;
}
</style>
background-color css
<style>
a { background-color: #C87A19; }
a { background-color: rgb(200,122,25); }
div.DivClassName
{
background-color: #C87A19;
}
.BgClassName
{
background-color: #C87A19;
}
</style>
border-color css
<style>
span { border-color: #C87A19; }
span { border-color: rgb(200,122,25); }
td.TdClassName
{
border-color: #C87A19;
}
.TagClassName
{
border-color: #C87A19;
}
</style>