Shades of Ochre #C07A16
Tints of Ochre #C07A16
RGB
CMYK
RGB Variations
Color information
#C07A16 (or 0xC07A16) is known color: Ochre. HEX triplet: C0, 7A and 16. RGB value is (192,122,22). Sum of RGB (Red+Green+Blue) = 192+122+22=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A16 is #3F85E9. Grayscale: #838383. Windows color (decimal): -4163050 or 1473216. OLE color: 1473216.
HSL color Cylindrical-coordinate representation of color #C07A16: hue angle of 35.29º 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 #C07A16 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.25 |
| HSL | 35.29º | 0.79% | 0.42% | - |
| HSV(B) | 35.29º | 0.89% | 0.75% | - |
| XYZ | 28.84 | 25.18 | 4.1 | - |
| YUV | 131.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 22 | 0 | 0.36 | 0.89 | 0.25 | 35.29 | 0.79 | 0.42 |
| Hex | C0 | 7A | 16 | 0 | 24 | 59 | 19 | 23 | 4F | 2A |
| Octal | 300 | 172 | 26 | 0 | 44 | 131 | 31 | 43 | 117 | 52 |
| Binary | 11000000 | 1111010 | 10110 | 0 | 100100 | 1011001 | 11001 | 100011 | 1001111 | 101010 |
Color Harmonies of #C07A16
Complementary color
Monochromatic Colors of #C07A16
Black with #C07A16
Text Example
Text Example
White with #C07A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A16; }
p { color: rgb(192,122,22); }
H1.HeaderClassName
{
color: #C07A16;
}
.AnyTagClassName
{
color: #C07A16;
}
</style>
background-color css
<style>
a { background-color: #C07A16; }
a { background-color: rgb(192,122,22); }
div.DivClassName
{
background-color: #C07A16;
}
.BgClassName
{
background-color: #C07A16;
}
</style>
border-color css
<style>
span { border-color: #C07A16; }
span { border-color: rgb(192,122,22); }
td.TdClassName
{
border-color: #C07A16;
}
.TagClassName
{
border-color: #C07A16;
}
</style>