Shades of Ochre #C8861B
Tints of Ochre #C8861B
RGB
CMYK
RGB Variations
Color information
#C8861B (or 0xC8861B) is known color: Ochre. HEX triplet: C8, 86 and 1B. RGB value is (200,134,27). Sum of RGB (Red+Green+Blue) = 200+134+27=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8861B is #3779E4. Grayscale: #8E8E8E. Windows color (decimal): -3635685 or 1803976. OLE color: 1803976.
HSL color Cylindrical-coordinate representation of color #C8861B: hue angle of 37.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8861B is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 27 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.22 |
| HSL | 37.11º | 0.76% | 0.45% | - |
| HSV(B) | 37.11º | 0.87% | 0.78% | - |
| XYZ | 32.54 | 29.41 | 5 | - |
| YUV | 141.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 27 | 0 | 0.33 | 0.86 | 0.22 | 37.11 | 0.76 | 0.45 |
| Hex | C8 | 86 | 1B | 0 | 21 | 56 | 16 | 25 | 4C | 2D |
| Octal | 310 | 206 | 33 | 0 | 41 | 126 | 26 | 45 | 114 | 55 |
| Binary | 11001000 | 10000110 | 11011 | 0 | 100001 | 1010110 | 10110 | 100101 | 1001100 | 101101 |
Color Harmonies of #C8861B
Complementary color
Monochromatic Colors of #C8861B
Black with #C8861B
Text Example
Text Example
White with #C8861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8861B; }
p { color: rgb(200,134,27); }
H1.HeaderClassName
{
color: #C8861B;
}
.AnyTagClassName
{
color: #C8861B;
}
</style>
background-color css
<style>
a { background-color: #C8861B; }
a { background-color: rgb(200,134,27); }
div.DivClassName
{
background-color: #C8861B;
}
.BgClassName
{
background-color: #C8861B;
}
</style>
border-color css
<style>
span { border-color: #C8861B; }
span { border-color: rgb(200,134,27); }
td.TdClassName
{
border-color: #C8861B;
}
.TagClassName
{
border-color: #C8861B;
}
</style>