Shades of Ochre #C07D18
Tints of Ochre #C07D18
RGB
CMYK
RGB Variations
Color information
#C07D18 (or 0xC07D18) is known color: Ochre. HEX triplet: C0, 7D and 18. RGB value is (192,125,24). Sum of RGB (Red+Green+Blue) = 192+125+24=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D18 is #3F82E7. Grayscale: #858585. Windows color (decimal): -4162280 or 1605056. OLE color: 1605056.
HSL color Cylindrical-coordinate representation of color #C07D18: hue angle of 36.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C07D18 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 24 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.25 |
| HSL | 36.07º | 0.78% | 0.42% | - |
| HSV(B) | 36.07º | 0.88% | 0.75% | - |
| XYZ | 29.24 | 25.94 | 4.33 | - |
| YUV | 133.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 24 | 0 | 0.35 | 0.88 | 0.25 | 36.07 | 0.78 | 0.42 |
| Hex | C0 | 7D | 18 | 0 | 23 | 58 | 19 | 24 | 4E | 2A |
| Octal | 300 | 175 | 30 | 0 | 43 | 130 | 31 | 44 | 116 | 52 |
| Binary | 11000000 | 1111101 | 11000 | 0 | 100011 | 1011000 | 11001 | 100100 | 1001110 | 101010 |
Color Harmonies of #C07D18
Complementary color
Monochromatic Colors of #C07D18
Black with #C07D18
Text Example
Text Example
White with #C07D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D18; }
p { color: rgb(192,125,24); }
H1.HeaderClassName
{
color: #C07D18;
}
.AnyTagClassName
{
color: #C07D18;
}
</style>
background-color css
<style>
a { background-color: #C07D18; }
a { background-color: rgb(192,125,24); }
div.DivClassName
{
background-color: #C07D18;
}
.BgClassName
{
background-color: #C07D18;
}
</style>
border-color css
<style>
span { border-color: #C07D18; }
span { border-color: rgb(192,125,24); }
td.TdClassName
{
border-color: #C07D18;
}
.TagClassName
{
border-color: #C07D18;
}
</style>