Shades of Ochre #C06F12
Tints of Ochre #C06F12
RGB
CMYK
RGB Variations
Color information
#C06F12 (or 0xC06F12) is known color: Ochre. HEX triplet: C0, 6F and 12. RGB value is (192,111,18). Sum of RGB (Red+Green+Blue) = 192+111+18=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F12 is #3F90ED. Grayscale: #7D7D7D. Windows color (decimal): -4165870 or 1208256. OLE color: 1208256.
HSL color Cylindrical-coordinate representation of color #C06F12: hue angle of 32.07º 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 #C06F12 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.25 |
| HSL | 32.07º | 0.83% | 0.41% | - |
| HSV(B) | 32.07º | 0.91% | 0.75% | - |
| XYZ | 27.53 | 22.62 | 3.49 | - |
| YUV | 124.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 18 | 0 | 0.42 | 0.91 | 0.25 | 32.07 | 0.83 | 0.41 |
| Hex | C0 | 6F | 12 | 0 | 2A | 5B | 19 | 20 | 53 | 29 |
| Octal | 300 | 157 | 22 | 0 | 52 | 133 | 31 | 40 | 123 | 51 |
| Binary | 11000000 | 1101111 | 10010 | 0 | 101010 | 1011011 | 11001 | 100000 | 1010011 | 101001 |
Color Harmonies of #C06F12
Complementary color
Monochromatic Colors of #C06F12
Black with #C06F12
Text Example
Text Example
White with #C06F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F12; }
p { color: rgb(192,111,18); }
H1.HeaderClassName
{
color: #C06F12;
}
.AnyTagClassName
{
color: #C06F12;
}
</style>
background-color css
<style>
a { background-color: #C06F12; }
a { background-color: rgb(192,111,18); }
div.DivClassName
{
background-color: #C06F12;
}
.BgClassName
{
background-color: #C06F12;
}
</style>
border-color css
<style>
span { border-color: #C06F12; }
span { border-color: rgb(192,111,18); }
td.TdClassName
{
border-color: #C06F12;
}
.TagClassName
{
border-color: #C06F12;
}
</style>