Shades of Ochre #C07110
Tints of Ochre #C07110
RGB
CMYK
RGB Variations
Color information
#C07110 (or 0xC07110) is known color: Ochre. HEX triplet: C0, 71 and 10. RGB value is (192,113,16). Sum of RGB (Red+Green+Blue) = 192+113+16=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C07110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07110 is #3F8EEF. Grayscale: #7E7E7E. Windows color (decimal): -4165360 or 1077696. OLE color: 1077696.
HSL color Cylindrical-coordinate representation of color #C07110: hue angle of 33.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C07110 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.25 |
| HSL | 33.07º | 0.85% | 0.41% | - |
| HSV(B) | 33.07º | 0.92% | 0.75% | - |
| XYZ | 27.74 | 23.05 | 3.48 | - |
| YUV | 125.56 | 66.17 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 16 | 0 | 0.41 | 0.92 | 0.25 | 33.07 | 0.85 | 0.41 |
| Hex | C0 | 71 | 10 | 0 | 29 | 5C | 19 | 21 | 55 | 29 |
| Octal | 300 | 161 | 20 | 0 | 51 | 134 | 31 | 41 | 125 | 51 |
| Binary | 11000000 | 1110001 | 10000 | 0 | 101001 | 1011100 | 11001 | 100001 | 1010101 | 101001 |
Color Harmonies of #C07110
Complementary color
Monochromatic Colors of #C07110
Black with #C07110
Text Example
Text Example
White with #C07110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07110; }
p { color: rgb(192,113,16); }
H1.HeaderClassName
{
color: #C07110;
}
.AnyTagClassName
{
color: #C07110;
}
</style>
background-color css
<style>
a { background-color: #C07110; }
a { background-color: rgb(192,113,16); }
div.DivClassName
{
background-color: #C07110;
}
.BgClassName
{
background-color: #C07110;
}
</style>
border-color css
<style>
span { border-color: #C07110; }
span { border-color: rgb(192,113,16); }
td.TdClassName
{
border-color: #C07110;
}
.TagClassName
{
border-color: #C07110;
}
</style>