Shades of Ochre #C07D19
Tints of Ochre #C07D19
RGB
CMYK
RGB Variations
Color information
#C07D19 (or 0xC07D19) is known color: Ochre. HEX triplet: C0, 7D and 19. RGB value is (192,125,25). Sum of RGB (Red+Green+Blue) = 192+125+25=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D19 is #3F82E6. Grayscale: #868686. Windows color (decimal): -4162279 or 1670592. OLE color: 1670592.
HSL color Cylindrical-coordinate representation of color #C07D19: hue angle of 35.93º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C07D19 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 25 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.25 |
| HSL | 35.93º | 0.77% | 0.43% | - |
| HSV(B) | 35.93º | 0.87% | 0.75% | - |
| XYZ | 29.25 | 25.94 | 4.39 | - |
| YUV | 133.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 25 | 0 | 0.35 | 0.87 | 0.25 | 35.93 | 0.77 | 0.43 |
| Hex | C0 | 7D | 19 | 0 | 23 | 57 | 19 | 24 | 4D | 2B |
| Octal | 300 | 175 | 31 | 0 | 43 | 127 | 31 | 44 | 115 | 53 |
| Binary | 11000000 | 1111101 | 11001 | 0 | 100011 | 1010111 | 11001 | 100100 | 1001101 | 101011 |
Color Harmonies of #C07D19
Complementary color
Monochromatic Colors of #C07D19
Black with #C07D19
Text Example
Text Example
White with #C07D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D19; }
p { color: rgb(192,125,25); }
H1.HeaderClassName
{
color: #C07D19;
}
.AnyTagClassName
{
color: #C07D19;
}
</style>
background-color css
<style>
a { background-color: #C07D19; }
a { background-color: rgb(192,125,25); }
div.DivClassName
{
background-color: #C07D19;
}
.BgClassName
{
background-color: #C07D19;
}
</style>
border-color css
<style>
span { border-color: #C07D19; }
span { border-color: rgb(192,125,25); }
td.TdClassName
{
border-color: #C07D19;
}
.TagClassName
{
border-color: #C07D19;
}
</style>