Shades of Ochre #C0710E
Tints of Ochre #C0710E
RGB
CMYK
RGB Variations
Color information
#C0710E (or 0xC0710E) is known color: Ochre. HEX triplet: C0, 71 and 0E. RGB value is (192,113,14). Sum of RGB (Red+Green+Blue) = 192+113+14=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0710E is #3F8EF1. Grayscale: #7D7D7D. Windows color (decimal): -4165362 or 946624. OLE color: 946624.
HSL color Cylindrical-coordinate representation of color #C0710E: hue angle of 33.37º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0710E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.25 |
| HSL | 33.37º | 0.86% | 0.4% | - |
| HSV(B) | 33.37º | 0.93% | 0.75% | - |
| XYZ | 27.72 | 23.05 | 3.4 | - |
| YUV | 125.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 14 | 0 | 0.41 | 0.93 | 0.25 | 33.37 | 0.86 | 0.4 |
| Hex | C0 | 71 | E | 0 | 29 | 5D | 19 | 21 | 56 | 28 |
| Octal | 300 | 161 | 16 | 0 | 51 | 135 | 31 | 41 | 126 | 50 |
| Binary | 11000000 | 1110001 | 1110 | 0 | 101001 | 1011101 | 11001 | 100001 | 1010110 | 101000 |
Color Harmonies of #C0710E
Complementary color
Monochromatic Colors of #C0710E
Black with #C0710E
Text Example
Text Example
White with #C0710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0710E; }
p { color: rgb(192,113,14); }
H1.HeaderClassName
{
color: #C0710E;
}
.AnyTagClassName
{
color: #C0710E;
}
</style>
background-color css
<style>
a { background-color: #C0710E; }
a { background-color: rgb(192,113,14); }
div.DivClassName
{
background-color: #C0710E;
}
.BgClassName
{
background-color: #C0710E;
}
</style>
border-color css
<style>
span { border-color: #C0710E; }
span { border-color: rgb(192,113,14); }
td.TdClassName
{
border-color: #C0710E;
}
.TagClassName
{
border-color: #C0710E;
}
</style>