Shades of Ochre #C87A11
Tints of Ochre #C87A11
RGB
CMYK
RGB Variations
Color information
#C87A11 (or 0xC87A11) is known color: Ochre. HEX triplet: C8, 7A and 11. RGB value is (200,122,17). Sum of RGB (Red+Green+Blue) = 200+122+17=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A11 is #3785EE. Grayscale: #858585. Windows color (decimal): -3638767 or 1145544. OLE color: 1145544.
HSL color Cylindrical-coordinate representation of color #C87A11: hue angle of 34.43º 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 #C87A11 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 17 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.22 |
| HSL | 34.43º | 0.84% | 0.43% | - |
| HSV(B) | 34.43º | 0.92% | 0.78% | - |
| XYZ | 30.88 | 26.24 | 3.97 | - |
| YUV | 133.35 | 62.34 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 17 | 0 | 0.39 | 0.92 | 0.22 | 34.43 | 0.84 | 0.43 |
| Hex | C8 | 7A | 11 | 0 | 27 | 5C | 16 | 22 | 54 | 2B |
| Octal | 310 | 172 | 21 | 0 | 47 | 134 | 26 | 42 | 124 | 53 |
| Binary | 11001000 | 1111010 | 10001 | 0 | 100111 | 1011100 | 10110 | 100010 | 1010100 | 101011 |
Color Harmonies of #C87A11
Complementary color
Monochromatic Colors of #C87A11
Black with #C87A11
Text Example
Text Example
White with #C87A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A11; }
p { color: rgb(200,122,17); }
H1.HeaderClassName
{
color: #C87A11;
}
.AnyTagClassName
{
color: #C87A11;
}
</style>
background-color css
<style>
a { background-color: #C87A11; }
a { background-color: rgb(200,122,17); }
div.DivClassName
{
background-color: #C87A11;
}
.BgClassName
{
background-color: #C87A11;
}
</style>
border-color css
<style>
span { border-color: #C87A11; }
span { border-color: rgb(200,122,17); }
td.TdClassName
{
border-color: #C87A11;
}
.TagClassName
{
border-color: #C87A11;
}
</style>