Shades of Ochre #C87B11
Tints of Ochre #C87B11
RGB
CMYK
RGB Variations
Color information
#C87B11 (or 0xC87B11) is known color: Ochre. HEX triplet: C8, 7B and 11. RGB value is (200,123,17). Sum of RGB (Red+Green+Blue) = 200+123+17=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87B11 is #3784EE. Grayscale: #868686. Windows color (decimal): -3638511 or 1145800. OLE color: 1145800.
HSL color Cylindrical-coordinate representation of color #C87B11: hue angle of 34.75º 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 #C87B11 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 17 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.22 |
| HSL | 34.75º | 0.84% | 0.43% | - |
| HSV(B) | 34.75º | 0.92% | 0.78% | - |
| XYZ | 31 | 26.49 | 4.01 | - |
| YUV | 133.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 17 | 0 | 0.38 | 0.92 | 0.22 | 34.75 | 0.84 | 0.43 |
| Hex | C8 | 7B | 11 | 0 | 26 | 5C | 16 | 23 | 54 | 2B |
| Octal | 310 | 173 | 21 | 0 | 46 | 134 | 26 | 43 | 124 | 53 |
| Binary | 11001000 | 1111011 | 10001 | 0 | 100110 | 1011100 | 10110 | 100011 | 1010100 | 101011 |
Color Harmonies of #C87B11
Complementary color
Monochromatic Colors of #C87B11
Black with #C87B11
Text Example
Text Example
White with #C87B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B11; }
p { color: rgb(200,123,17); }
H1.HeaderClassName
{
color: #C87B11;
}
.AnyTagClassName
{
color: #C87B11;
}
</style>
background-color css
<style>
a { background-color: #C87B11; }
a { background-color: rgb(200,123,17); }
div.DivClassName
{
background-color: #C87B11;
}
.BgClassName
{
background-color: #C87B11;
}
</style>
border-color css
<style>
span { border-color: #C87B11; }
span { border-color: rgb(200,123,17); }
td.TdClassName
{
border-color: #C87B11;
}
.TagClassName
{
border-color: #C87B11;
}
</style>