Shades of Ochre #C87218
Tints of Ochre #C87218
RGB
CMYK
RGB Variations
Color information
#C87218 (or 0xC87218) is known color: Ochre. HEX triplet: C8, 72 and 18. RGB value is (200,114,24). Sum of RGB (Red+Green+Blue) = 200+114+24=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C87218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87218 is #378DE7. Grayscale: #818181. Windows color (decimal): -3640808 or 1602248. OLE color: 1602248.
HSL color Cylindrical-coordinate representation of color #C87218: hue angle of 30.68º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C87218 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 24 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.22 |
| HSL | 30.68º | 0.79% | 0.44% | - |
| HSV(B) | 30.68º | 0.88% | 0.78% | - |
| XYZ | 30 | 24.38 | 3.99 | - |
| YUV | 129.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 24 | 0 | 0.43 | 0.88 | 0.22 | 30.68 | 0.79 | 0.44 |
| Hex | C8 | 72 | 18 | 0 | 2B | 58 | 16 | 1F | 4F | 2C |
| Octal | 310 | 162 | 30 | 0 | 53 | 130 | 26 | 37 | 117 | 54 |
| Binary | 11001000 | 1110010 | 11000 | 0 | 101011 | 1011000 | 10110 | 11111 | 1001111 | 101100 |
Color Harmonies of #C87218
Complementary color
Monochromatic Colors of #C87218
Black with #C87218
Text Example
Text Example
White with #C87218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87218; }
p { color: rgb(200,114,24); }
H1.HeaderClassName
{
color: #C87218;
}
.AnyTagClassName
{
color: #C87218;
}
</style>
background-color css
<style>
a { background-color: #C87218; }
a { background-color: rgb(200,114,24); }
div.DivClassName
{
background-color: #C87218;
}
.BgClassName
{
background-color: #C87218;
}
</style>
border-color css
<style>
span { border-color: #C87218; }
span { border-color: rgb(200,114,24); }
td.TdClassName
{
border-color: #C87218;
}
.TagClassName
{
border-color: #C87218;
}
</style>