Shades of Ochre #C87E12
Tints of Ochre #C87E12
RGB
CMYK
RGB Variations
Color information
#C87E12 (or 0xC87E12) is known color: Ochre. HEX triplet: C8, 7E and 12. RGB value is (200,126,18). Sum of RGB (Red+Green+Blue) = 200+126+18=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E12 is #3781ED. Grayscale: #888888. Windows color (decimal): -3637742 or 1212104. OLE color: 1212104.
HSL color Cylindrical-coordinate representation of color #C87E12: hue angle of 35.6º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C87E12 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 18 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.22 |
| HSL | 35.6º | 0.83% | 0.43% | - |
| HSV(B) | 35.6º | 0.91% | 0.78% | - |
| XYZ | 31.39 | 27.24 | 4.18 | - |
| YUV | 135.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 18 | 0 | 0.37 | 0.91 | 0.22 | 35.6 | 0.83 | 0.43 |
| Hex | C8 | 7E | 12 | 0 | 25 | 5B | 16 | 24 | 53 | 2B |
| Octal | 310 | 176 | 22 | 0 | 45 | 133 | 26 | 44 | 123 | 53 |
| Binary | 11001000 | 1111110 | 10010 | 0 | 100101 | 1011011 | 10110 | 100100 | 1010011 | 101011 |
Color Harmonies of #C87E12
Complementary color
Monochromatic Colors of #C87E12
Black with #C87E12
Text Example
Text Example
White with #C87E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E12; }
p { color: rgb(200,126,18); }
H1.HeaderClassName
{
color: #C87E12;
}
.AnyTagClassName
{
color: #C87E12;
}
</style>
background-color css
<style>
a { background-color: #C87E12; }
a { background-color: rgb(200,126,18); }
div.DivClassName
{
background-color: #C87E12;
}
.BgClassName
{
background-color: #C87E12;
}
</style>
border-color css
<style>
span { border-color: #C87E12; }
span { border-color: rgb(200,126,18); }
td.TdClassName
{
border-color: #C87E12;
}
.TagClassName
{
border-color: #C87E12;
}
</style>