Shades of Ochre #C87E11
Tints of Ochre #C87E11
RGB
CMYK
RGB Variations
Color information
#C87E11 (or 0xC87E11) is known color: Ochre. HEX triplet: C8, 7E and 11. RGB value is (200,126,17). Sum of RGB (Red+Green+Blue) = 200+126+17=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E11 is #3781EE. Grayscale: #888888. Windows color (decimal): -3637743 or 1146568. OLE color: 1146568.
HSL color Cylindrical-coordinate representation of color #C87E11: hue angle of 35.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C87E11 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.22 |
| HSL | 35.74º | 0.84% | 0.43% | - |
| HSV(B) | 35.74º | 0.92% | 0.78% | - |
| XYZ | 31.38 | 27.24 | 4.13 | - |
| YUV | 135.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 17 | 0 | 0.37 | 0.92 | 0.22 | 35.74 | 0.84 | 0.43 |
| Hex | C8 | 7E | 11 | 0 | 25 | 5C | 16 | 24 | 54 | 2B |
| Octal | 310 | 176 | 21 | 0 | 45 | 134 | 26 | 44 | 124 | 53 |
| Binary | 11001000 | 1111110 | 10001 | 0 | 100101 | 1011100 | 10110 | 100100 | 1010100 | 101011 |
Color Harmonies of #C87E11
Complementary color
Monochromatic Colors of #C87E11
Black with #C87E11
Text Example
Text Example
White with #C87E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E11; }
p { color: rgb(200,126,17); }
H1.HeaderClassName
{
color: #C87E11;
}
.AnyTagClassName
{
color: #C87E11;
}
</style>
background-color css
<style>
a { background-color: #C87E11; }
a { background-color: rgb(200,126,17); }
div.DivClassName
{
background-color: #C87E11;
}
.BgClassName
{
background-color: #C87E11;
}
</style>
border-color css
<style>
span { border-color: #C87E11; }
span { border-color: rgb(200,126,17); }
td.TdClassName
{
border-color: #C87E11;
}
.TagClassName
{
border-color: #C87E11;
}
</style>