Shades of Ochre #C07215
Tints of Ochre #C07215
RGB
CMYK
RGB Variations
Color information
#C07215 (or 0xC07215) is known color: Ochre. HEX triplet: C0, 72 and 15. RGB value is (192,114,21). Sum of RGB (Red+Green+Blue) = 192+114+21=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07215 is #3F8DEA. Grayscale: #7F7F7F. Windows color (decimal): -4165099 or 1405632. OLE color: 1405632.
HSL color Cylindrical-coordinate representation of color #C07215: hue angle of 32.63º degrees, saturation: 0.8, 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 #C07215 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.25 |
| HSL | 32.63º | 0.8% | 0.42% | - |
| HSV(B) | 32.63º | 0.89% | 0.75% | - |
| XYZ | 27.89 | 23.3 | 3.74 | - |
| YUV | 126.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 21 | 0 | 0.41 | 0.89 | 0.25 | 32.63 | 0.8 | 0.42 |
| Hex | C0 | 72 | 15 | 0 | 29 | 59 | 19 | 21 | 50 | 2A |
| Octal | 300 | 162 | 25 | 0 | 51 | 131 | 31 | 41 | 120 | 52 |
| Binary | 11000000 | 1110010 | 10101 | 0 | 101001 | 1011001 | 11001 | 100001 | 1010000 | 101010 |
Color Harmonies of #C07215
Complementary color
Monochromatic Colors of #C07215
Black with #C07215
Text Example
Text Example
White with #C07215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07215; }
p { color: rgb(192,114,21); }
H1.HeaderClassName
{
color: #C07215;
}
.AnyTagClassName
{
color: #C07215;
}
</style>
background-color css
<style>
a { background-color: #C07215; }
a { background-color: rgb(192,114,21); }
div.DivClassName
{
background-color: #C07215;
}
.BgClassName
{
background-color: #C07215;
}
</style>
border-color css
<style>
span { border-color: #C07215; }
span { border-color: rgb(192,114,21); }
td.TdClassName
{
border-color: #C07215;
}
.TagClassName
{
border-color: #C07215;
}
</style>