Shades of Ochre #C87E15
Tints of Ochre #C87E15
RGB
CMYK
RGB Variations
Color information
#C87E15 (or 0xC87E15) is known color: Ochre. HEX triplet: C8, 7E and 15. RGB value is (200,126,21). Sum of RGB (Red+Green+Blue) = 200+126+21=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E15 is #3781EA. Grayscale: #888888. Windows color (decimal): -3637739 or 1408712. OLE color: 1408712.
HSL color Cylindrical-coordinate representation of color #C87E15: hue angle of 35.2º 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 #C87E15 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.22 |
| HSL | 35.2º | 0.81% | 0.43% | - |
| HSV(B) | 35.2º | 0.9% | 0.78% | - |
| XYZ | 31.42 | 27.26 | 4.31 | - |
| YUV | 136.16 | 63.02 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 21 | 0 | 0.37 | 0.90 | 0.22 | 35.2 | 0.81 | 0.43 |
| Hex | C8 | 7E | 15 | 0 | 25 | 5A | 16 | 23 | 51 | 2B |
| Octal | 310 | 176 | 25 | 0 | 45 | 132 | 26 | 43 | 121 | 53 |
| Binary | 11001000 | 1111110 | 10101 | 0 | 100101 | 1011010 | 10110 | 100011 | 1010001 | 101011 |
Color Harmonies of #C87E15
Complementary color
Monochromatic Colors of #C87E15
Black with #C87E15
Text Example
Text Example
White with #C87E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E15; }
p { color: rgb(200,126,21); }
H1.HeaderClassName
{
color: #C87E15;
}
.AnyTagClassName
{
color: #C87E15;
}
</style>
background-color css
<style>
a { background-color: #C87E15; }
a { background-color: rgb(200,126,21); }
div.DivClassName
{
background-color: #C87E15;
}
.BgClassName
{
background-color: #C87E15;
}
</style>
border-color css
<style>
span { border-color: #C87E15; }
span { border-color: rgb(200,126,21); }
td.TdClassName
{
border-color: #C87E15;
}
.TagClassName
{
border-color: #C87E15;
}
</style>