Shades of Ochre #C37215
Tints of Ochre #C37215
RGB
CMYK
RGB Variations
Color information
#C37215 (or 0xC37215) is known color: Ochre. HEX triplet: C3, 72 and 15. RGB value is (195,114,21). Sum of RGB (Red+Green+Blue) = 195+114+21=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37215 is #3C8DEA. Grayscale: #808080. Windows color (decimal): -3968491 or 1405635. OLE color: 1405635.
HSL color Cylindrical-coordinate representation of color #C37215: hue angle of 32.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C37215 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 21 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.24 |
| HSL | 32.07º | 0.81% | 0.42% | - |
| HSV(B) | 32.07º | 0.89% | 0.76% | - |
| XYZ | 28.66 | 23.69 | 3.77 | - |
| YUV | 127.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 21 | 0 | 0.42 | 0.89 | 0.24 | 32.07 | 0.81 | 0.42 |
| Hex | C3 | 72 | 15 | 0 | 2A | 59 | 18 | 20 | 51 | 2A |
| Octal | 303 | 162 | 25 | 0 | 52 | 131 | 30 | 40 | 121 | 52 |
| Binary | 11000011 | 1110010 | 10101 | 0 | 101010 | 1011001 | 11000 | 100000 | 1010001 | 101010 |
Color Harmonies of #C37215
Complementary color
Monochromatic Colors of #C37215
Black with #C37215
Text Example
Text Example
White with #C37215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37215; }
p { color: rgb(195,114,21); }
H1.HeaderClassName
{
color: #C37215;
}
.AnyTagClassName
{
color: #C37215;
}
</style>
background-color css
<style>
a { background-color: #C37215; }
a { background-color: rgb(195,114,21); }
div.DivClassName
{
background-color: #C37215;
}
.BgClassName
{
background-color: #C37215;
}
</style>
border-color css
<style>
span { border-color: #C37215; }
span { border-color: rgb(195,114,21); }
td.TdClassName
{
border-color: #C37215;
}
.TagClassName
{
border-color: #C37215;
}
</style>