Shades of Ochre #C87E26
Tints of Ochre #C87E26
RGB
CMYK
RGB Variations
Color information
#C87E26 (or 0xC87E26) is known color: Ochre. HEX triplet: C8, 7E and 26. RGB value is (200,126,38). Sum of RGB (Red+Green+Blue) = 200+126+38=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E26 is #3781D9. Grayscale: #8A8A8A. Windows color (decimal): -3637722 or 2522824. OLE color: 2522824.
HSL color Cylindrical-coordinate representation of color #C87E26: hue angle of 32.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C87E26 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 38 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.22 |
| HSL | 32.59º | 0.68% | 0.47% | - |
| HSV(B) | 32.59º | 0.81% | 0.78% | - |
| XYZ | 31.63 | 27.34 | 5.44 | - |
| YUV | 138.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 38 | 0 | 0.37 | 0.81 | 0.22 | 32.59 | 0.68 | 0.47 |
| Hex | C8 | 7E | 26 | 0 | 25 | 51 | 16 | 21 | 44 | 2F |
| Octal | 310 | 176 | 46 | 0 | 45 | 121 | 26 | 41 | 104 | 57 |
| Binary | 11001000 | 1111110 | 100110 | 0 | 100101 | 1010001 | 10110 | 100001 | 1000100 | 101111 |
Color Harmonies of #C87E26
Complementary color
Monochromatic Colors of #C87E26
Black with #C87E26
Text Example
Text Example
White with #C87E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E26; }
p { color: rgb(200,126,38); }
H1.HeaderClassName
{
color: #C87E26;
}
.AnyTagClassName
{
color: #C87E26;
}
</style>
background-color css
<style>
a { background-color: #C87E26; }
a { background-color: rgb(200,126,38); }
div.DivClassName
{
background-color: #C87E26;
}
.BgClassName
{
background-color: #C87E26;
}
</style>
border-color css
<style>
span { border-color: #C87E26; }
span { border-color: rgb(200,126,38); }
td.TdClassName
{
border-color: #C87E26;
}
.TagClassName
{
border-color: #C87E26;
}
</style>