Shades of Ochre #C87214
Tints of Ochre #C87214
RGB
CMYK
RGB Variations
Color information
#C87214 (or 0xC87214) is known color: Ochre. HEX triplet: C8, 72 and 14. RGB value is (200,114,20). Sum of RGB (Red+Green+Blue) = 200+114+20=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87214 is #378DEB. Grayscale: #818181. Windows color (decimal): -3640812 or 1340104. OLE color: 1340104.
HSL color Cylindrical-coordinate representation of color #C87214: hue angle of 31.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C87214 is Cyan = 0, Magento = 0.43, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 20 | - |
| CMYK | 0 | 0.43 | 0.9 | 0.22 |
| HSL | 31.33º | 0.82% | 0.43% | - |
| HSV(B) | 31.33º | 0.9% | 0.78% | - |
| XYZ | 29.96 | 24.36 | 3.79 | - |
| YUV | 129 | 66.49 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 20 | 0 | 0.43 | 0.9 | 0.22 | 31.33 | 0.82 | 0.43 |
| Hex | C8 | 72 | 14 | 0 | 2B | 5A | 16 | 1F | 52 | 2B |
| Octal | 310 | 162 | 24 | 0 | 53 | 132 | 26 | 37 | 122 | 53 |
| Binary | 11001000 | 1110010 | 10100 | 0 | 101011 | 1011010 | 10110 | 11111 | 1010010 | 101011 |
Color Harmonies of #C87214
Complementary color
Monochromatic Colors of #C87214
Black with #C87214
Text Example
Text Example
White with #C87214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87214; }
p { color: rgb(200,114,20); }
H1.HeaderClassName
{
color: #C87214;
}
.AnyTagClassName
{
color: #C87214;
}
</style>
background-color css
<style>
a { background-color: #C87214; }
a { background-color: rgb(200,114,20); }
div.DivClassName
{
background-color: #C87214;
}
.BgClassName
{
background-color: #C87214;
}
</style>
border-color css
<style>
span { border-color: #C87214; }
span { border-color: rgb(200,114,20); }
td.TdClassName
{
border-color: #C87214;
}
.TagClassName
{
border-color: #C87214;
}
</style>