Shades of Ochre #C87315
Tints of Ochre #C87315
RGB
CMYK
RGB Variations
Color information
#C87315 (or 0xC87315) is known color: Ochre. HEX triplet: C8, 73 and 15. RGB value is (200,115,21). Sum of RGB (Red+Green+Blue) = 200+115+21=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87315 is #378CEA. Grayscale: #828282. Windows color (decimal): -3640555 or 1405896. OLE color: 1405896.
HSL color Cylindrical-coordinate representation of color #C87315: hue angle of 31.51º 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 #C87315 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.22 |
| HSL | 31.51º | 0.81% | 0.43% | - |
| HSV(B) | 31.51º | 0.9% | 0.78% | - |
| XYZ | 30.09 | 24.59 | 3.87 | - |
| YUV | 129.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 21 | 0 | 0.42 | 0.90 | 0.22 | 31.51 | 0.81 | 0.43 |
| Hex | C8 | 73 | 15 | 0 | 2A | 5A | 16 | 20 | 51 | 2B |
| Octal | 310 | 163 | 25 | 0 | 52 | 132 | 26 | 40 | 121 | 53 |
| Binary | 11001000 | 1110011 | 10101 | 0 | 101010 | 1011010 | 10110 | 100000 | 1010001 | 101011 |
Color Harmonies of #C87315
Complementary color
Monochromatic Colors of #C87315
Black with #C87315
Text Example
Text Example
White with #C87315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87315; }
p { color: rgb(200,115,21); }
H1.HeaderClassName
{
color: #C87315;
}
.AnyTagClassName
{
color: #C87315;
}
</style>
background-color css
<style>
a { background-color: #C87315; }
a { background-color: rgb(200,115,21); }
div.DivClassName
{
background-color: #C87315;
}
.BgClassName
{
background-color: #C87315;
}
</style>
border-color css
<style>
span { border-color: #C87315; }
span { border-color: rgb(200,115,21); }
td.TdClassName
{
border-color: #C87315;
}
.TagClassName
{
border-color: #C87315;
}
</style>