Shades of Ochre #C07914
Tints of Ochre #C07914
RGB
CMYK
RGB Variations
Color information
#C07914 (or 0xC07914) is known color: Ochre. HEX triplet: C0, 79 and 14. RGB value is (192,121,20). Sum of RGB (Red+Green+Blue) = 192+121+20=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07914 is #3F86EB. Grayscale: #838383. Windows color (decimal): -4163308 or 1341888. OLE color: 1341888.
HSL color Cylindrical-coordinate representation of color #C07914: hue angle of 35.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07914 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.25 |
| HSL | 35.23º | 0.81% | 0.42% | - |
| HSV(B) | 35.23º | 0.9% | 0.75% | - |
| XYZ | 28.7 | 24.93 | 3.96 | - |
| YUV | 130.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 20 | 0 | 0.37 | 0.90 | 0.25 | 35.23 | 0.81 | 0.42 |
| Hex | C0 | 79 | 14 | 0 | 25 | 5A | 19 | 23 | 51 | 2A |
| Octal | 300 | 171 | 24 | 0 | 45 | 132 | 31 | 43 | 121 | 52 |
| Binary | 11000000 | 1111001 | 10100 | 0 | 100101 | 1011010 | 11001 | 100011 | 1010001 | 101010 |
Color Harmonies of #C07914
Complementary color
Monochromatic Colors of #C07914
Black with #C07914
Text Example
Text Example
White with #C07914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07914; }
p { color: rgb(192,121,20); }
H1.HeaderClassName
{
color: #C07914;
}
.AnyTagClassName
{
color: #C07914;
}
</style>
background-color css
<style>
a { background-color: #C07914; }
a { background-color: rgb(192,121,20); }
div.DivClassName
{
background-color: #C07914;
}
.BgClassName
{
background-color: #C07914;
}
</style>
border-color css
<style>
span { border-color: #C07914; }
span { border-color: rgb(192,121,20); }
td.TdClassName
{
border-color: #C07914;
}
.TagClassName
{
border-color: #C07914;
}
</style>