Shades of Ochre #C07012
Tints of Ochre #C07012
RGB
CMYK
RGB Variations
Color information
#C07012 (or 0xC07012) is known color: Ochre. HEX triplet: C0, 70 and 12. RGB value is (192,112,18). Sum of RGB (Red+Green+Blue) = 192+112+18=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C07012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07012 is #3F8FED. Grayscale: #7D7D7D. Windows color (decimal): -4165614 or 1208512. OLE color: 1208512.
HSL color Cylindrical-coordinate representation of color #C07012: hue angle of 32.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07012 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.25 |
| HSL | 32.41º | 0.83% | 0.41% | - |
| HSV(B) | 32.41º | 0.91% | 0.75% | - |
| XYZ | 27.64 | 22.84 | 3.52 | - |
| YUV | 125.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 18 | 0 | 0.42 | 0.91 | 0.25 | 32.41 | 0.83 | 0.41 |
| Hex | C0 | 70 | 12 | 0 | 2A | 5B | 19 | 20 | 53 | 29 |
| Octal | 300 | 160 | 22 | 0 | 52 | 133 | 31 | 40 | 123 | 51 |
| Binary | 11000000 | 1110000 | 10010 | 0 | 101010 | 1011011 | 11001 | 100000 | 1010011 | 101001 |
Color Harmonies of #C07012
Complementary color
Monochromatic Colors of #C07012
Black with #C07012
Text Example
Text Example
White with #C07012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07012; }
p { color: rgb(192,112,18); }
H1.HeaderClassName
{
color: #C07012;
}
.AnyTagClassName
{
color: #C07012;
}
</style>
background-color css
<style>
a { background-color: #C07012; }
a { background-color: rgb(192,112,18); }
div.DivClassName
{
background-color: #C07012;
}
.BgClassName
{
background-color: #C07012;
}
</style>
border-color css
<style>
span { border-color: #C07012; }
span { border-color: rgb(192,112,18); }
td.TdClassName
{
border-color: #C07012;
}
.TagClassName
{
border-color: #C07012;
}
</style>