Shades of Ochre #C87016
Tints of Ochre #C87016
RGB
CMYK
RGB Variations
Color information
#C87016 (or 0xC87016) is known color: Ochre. HEX triplet: C8, 70 and 16. RGB value is (200,112,22). Sum of RGB (Red+Green+Blue) = 200+112+22=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87016 is #378FE9. Grayscale: #808080. Windows color (decimal): -3641322 or 1470664. OLE color: 1470664.
HSL color Cylindrical-coordinate representation of color #C87016: hue angle of 30.34º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C87016 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 22 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.22 |
| HSL | 30.34º | 0.8% | 0.44% | - |
| HSV(B) | 30.34º | 0.89% | 0.78% | - |
| XYZ | 29.76 | 23.93 | 3.81 | - |
| YUV | 128.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 22 | 0 | 0.44 | 0.89 | 0.22 | 30.34 | 0.8 | 0.44 |
| Hex | C8 | 70 | 16 | 0 | 2C | 59 | 16 | 1E | 50 | 2C |
| Octal | 310 | 160 | 26 | 0 | 54 | 131 | 26 | 36 | 120 | 54 |
| Binary | 11001000 | 1110000 | 10110 | 0 | 101100 | 1011001 | 10110 | 11110 | 1010000 | 101100 |
Color Harmonies of #C87016
Complementary color
Monochromatic Colors of #C87016
Black with #C87016
Text Example
Text Example
White with #C87016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87016; }
p { color: rgb(200,112,22); }
H1.HeaderClassName
{
color: #C87016;
}
.AnyTagClassName
{
color: #C87016;
}
</style>
background-color css
<style>
a { background-color: #C87016; }
a { background-color: rgb(200,112,22); }
div.DivClassName
{
background-color: #C87016;
}
.BgClassName
{
background-color: #C87016;
}
</style>
border-color css
<style>
span { border-color: #C87016; }
span { border-color: rgb(200,112,22); }
td.TdClassName
{
border-color: #C87016;
}
.TagClassName
{
border-color: #C87016;
}
</style>