Shades of Ochre #C07010
Tints of Ochre #C07010
RGB
CMYK
RGB Variations
Color information
#C07010 (or 0xC07010) is known color: Ochre. HEX triplet: C0, 70 and 10. RGB value is (192,112,16). Sum of RGB (Red+Green+Blue) = 192+112+16=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C07010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07010 is #3F8FEF. Grayscale: #7D7D7D. Windows color (decimal): -4165616 or 1077440. OLE color: 1077440.
HSL color Cylindrical-coordinate representation of color #C07010: hue angle of 32.73º 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 #C07010 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.25 |
| HSL | 32.73º | 0.85% | 0.41% | - |
| HSV(B) | 32.73º | 0.92% | 0.75% | - |
| XYZ | 27.63 | 22.83 | 3.44 | - |
| YUV | 124.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 16 | 0 | 0.42 | 0.92 | 0.25 | 32.73 | 0.85 | 0.41 |
| Hex | C0 | 70 | 10 | 0 | 2A | 5C | 19 | 21 | 55 | 29 |
| Octal | 300 | 160 | 20 | 0 | 52 | 134 | 31 | 41 | 125 | 51 |
| Binary | 11000000 | 1110000 | 10000 | 0 | 101010 | 1011100 | 11001 | 100001 | 1010101 | 101001 |
Color Harmonies of #C07010
Complementary color
Monochromatic Colors of #C07010
Black with #C07010
Text Example
Text Example
White with #C07010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07010; }
p { color: rgb(192,112,16); }
H1.HeaderClassName
{
color: #C07010;
}
.AnyTagClassName
{
color: #C07010;
}
</style>
background-color css
<style>
a { background-color: #C07010; }
a { background-color: rgb(192,112,16); }
div.DivClassName
{
background-color: #C07010;
}
.BgClassName
{
background-color: #C07010;
}
</style>
border-color css
<style>
span { border-color: #C07010; }
span { border-color: rgb(192,112,16); }
td.TdClassName
{
border-color: #C07010;
}
.TagClassName
{
border-color: #C07010;
}
</style>