Shades of Ochre #C87815
Tints of Ochre #C87815
RGB
CMYK
RGB Variations
Color information
#C87815 (or 0xC87815) is known color: Ochre. HEX triplet: C8, 78 and 15. RGB value is (200,120,21). Sum of RGB (Red+Green+Blue) = 200+120+21=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C87815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87815 is #3787EA. Grayscale: #858585. Windows color (decimal): -3639275 or 1407176. OLE color: 1407176.
HSL color Cylindrical-coordinate representation of color #C87815: hue angle of 33.18º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C87815 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 21 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.22 |
| HSL | 33.18º | 0.81% | 0.43% | - |
| HSV(B) | 33.18º | 0.9% | 0.78% | - |
| XYZ | 30.67 | 25.77 | 4.07 | - |
| YUV | 132.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 21 | 0 | 0.4 | 0.90 | 0.22 | 33.18 | 0.81 | 0.43 |
| Hex | C8 | 78 | 15 | 0 | 28 | 5A | 16 | 21 | 51 | 2B |
| Octal | 310 | 170 | 25 | 0 | 50 | 132 | 26 | 41 | 121 | 53 |
| Binary | 11001000 | 1111000 | 10101 | 0 | 101000 | 1011010 | 10110 | 100001 | 1010001 | 101011 |
Color Harmonies of #C87815
Complementary color
Monochromatic Colors of #C87815
Black with #C87815
Text Example
Text Example
White with #C87815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87815; }
p { color: rgb(200,120,21); }
H1.HeaderClassName
{
color: #C87815;
}
.AnyTagClassName
{
color: #C87815;
}
</style>
background-color css
<style>
a { background-color: #C87815; }
a { background-color: rgb(200,120,21); }
div.DivClassName
{
background-color: #C87815;
}
.BgClassName
{
background-color: #C87815;
}
</style>
border-color css
<style>
span { border-color: #C87815; }
span { border-color: rgb(200,120,21); }
td.TdClassName
{
border-color: #C87815;
}
.TagClassName
{
border-color: #C87815;
}
</style>