Shades of Ochre #C17215
Tints of Ochre #C17215
RGB
CMYK
RGB Variations
Color information
#C17215 (or 0xC17215) is known color: Ochre. HEX triplet: C1, 72 and 15. RGB value is (193,114,21). Sum of RGB (Red+Green+Blue) = 193+114+21=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C17215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17215 is #3E8DEA. Grayscale: #7F7F7F. Windows color (decimal): -4099563 or 1405633. OLE color: 1405633.
HSL color Cylindrical-coordinate representation of color #C17215: hue angle of 32.44º degrees, saturation: 0.8, 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 #C17215 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.24 |
| HSL | 32.44º | 0.8% | 0.42% | - |
| HSV(B) | 32.44º | 0.89% | 0.76% | - |
| XYZ | 28.14 | 23.43 | 3.75 | - |
| YUV | 127.02 | 68.17 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 21 | 0 | 0.41 | 0.89 | 0.24 | 32.44 | 0.8 | 0.42 |
| Hex | C1 | 72 | 15 | 0 | 29 | 59 | 18 | 20 | 50 | 2A |
| Octal | 301 | 162 | 25 | 0 | 51 | 131 | 30 | 40 | 120 | 52 |
| Binary | 11000001 | 1110010 | 10101 | 0 | 101001 | 1011001 | 11000 | 100000 | 1010000 | 101010 |
Color Harmonies of #C17215
Complementary color
Monochromatic Colors of #C17215
Black with #C17215
Text Example
Text Example
White with #C17215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17215; }
p { color: rgb(193,114,21); }
H1.HeaderClassName
{
color: #C17215;
}
.AnyTagClassName
{
color: #C17215;
}
</style>
background-color css
<style>
a { background-color: #C17215; }
a { background-color: rgb(193,114,21); }
div.DivClassName
{
background-color: #C17215;
}
.BgClassName
{
background-color: #C17215;
}
</style>
border-color css
<style>
span { border-color: #C17215; }
span { border-color: rgb(193,114,21); }
td.TdClassName
{
border-color: #C17215;
}
.TagClassName
{
border-color: #C17215;
}
</style>