Shades of Ochre #C07218
Tints of Ochre #C07218
RGB
CMYK
RGB Variations
Color information
#C07218 (or 0xC07218) is known color: Ochre. HEX triplet: C0, 72 and 18. RGB value is (192,114,24). Sum of RGB (Red+Green+Blue) = 192+114+24=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C07218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07218 is #3F8DE7. Grayscale: #7F7F7F. Windows color (decimal): -4165096 or 1602240. OLE color: 1602240.
HSL color Cylindrical-coordinate representation of color #C07218: hue angle of 32.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C07218 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 24 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.25 |
| HSL | 32.14º | 0.78% | 0.42% | - |
| HSV(B) | 32.14º | 0.88% | 0.75% | - |
| XYZ | 27.92 | 23.31 | 3.89 | - |
| YUV | 127.06 | 69.84 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 24 | 0 | 0.41 | 0.88 | 0.25 | 32.14 | 0.78 | 0.42 |
| Hex | C0 | 72 | 18 | 0 | 29 | 58 | 19 | 20 | 4E | 2A |
| Octal | 300 | 162 | 30 | 0 | 51 | 130 | 31 | 40 | 116 | 52 |
| Binary | 11000000 | 1110010 | 11000 | 0 | 101001 | 1011000 | 11001 | 100000 | 1001110 | 101010 |
Color Harmonies of #C07218
Complementary color
Monochromatic Colors of #C07218
Black with #C07218
Text Example
Text Example
White with #C07218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07218; }
p { color: rgb(192,114,24); }
H1.HeaderClassName
{
color: #C07218;
}
.AnyTagClassName
{
color: #C07218;
}
</style>
background-color css
<style>
a { background-color: #C07218; }
a { background-color: rgb(192,114,24); }
div.DivClassName
{
background-color: #C07218;
}
.BgClassName
{
background-color: #C07218;
}
</style>
border-color css
<style>
span { border-color: #C07218; }
span { border-color: rgb(192,114,24); }
td.TdClassName
{
border-color: #C07218;
}
.TagClassName
{
border-color: #C07218;
}
</style>