Shades of Ochre #C07116
Tints of Ochre #C07116
RGB
CMYK
RGB Variations
Color information
#C07116 (or 0xC07116) is known color: Ochre. HEX triplet: C0, 71 and 16. RGB value is (192,113,22). Sum of RGB (Red+Green+Blue) = 192+113+22=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07116 is #3F8EE9. Grayscale: #7E7E7E. Windows color (decimal): -4165354 or 1470912. OLE color: 1470912.
HSL color Cylindrical-coordinate representation of color #C07116: hue angle of 32.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C07116 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.25 |
| HSL | 32.12º | 0.79% | 0.42% | - |
| HSV(B) | 32.12º | 0.89% | 0.75% | - |
| XYZ | 27.79 | 23.07 | 3.75 | - |
| YUV | 126.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 22 | 0 | 0.41 | 0.89 | 0.25 | 32.12 | 0.79 | 0.42 |
| Hex | C0 | 71 | 16 | 0 | 29 | 59 | 19 | 20 | 4F | 2A |
| Octal | 300 | 161 | 26 | 0 | 51 | 131 | 31 | 40 | 117 | 52 |
| Binary | 11000000 | 1110001 | 10110 | 0 | 101001 | 1011001 | 11001 | 100000 | 1001111 | 101010 |
Color Harmonies of #C07116
Complementary color
Monochromatic Colors of #C07116
Black with #C07116
Text Example
Text Example
White with #C07116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07116; }
p { color: rgb(192,113,22); }
H1.HeaderClassName
{
color: #C07116;
}
.AnyTagClassName
{
color: #C07116;
}
</style>
background-color css
<style>
a { background-color: #C07116; }
a { background-color: rgb(192,113,22); }
div.DivClassName
{
background-color: #C07116;
}
.BgClassName
{
background-color: #C07116;
}
</style>
border-color css
<style>
span { border-color: #C07116; }
span { border-color: rgb(192,113,22); }
td.TdClassName
{
border-color: #C07116;
}
.TagClassName
{
border-color: #C07116;
}
</style>