Shades of Ochre #C17111
Tints of Ochre #C17111
RGB
CMYK
RGB Variations
Color information
#C17111 (or 0xC17111) is known color: Ochre. HEX triplet: C1, 71 and 11. RGB value is (193,113,17). Sum of RGB (Red+Green+Blue) = 193+113+17=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C17111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17111 is #3E8EEE. Grayscale: #7E7E7E. Windows color (decimal): -4099823 or 1143233. OLE color: 1143233.
HSL color Cylindrical-coordinate representation of color #C17111: hue angle of 32.73º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C17111 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 17 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.24 |
| HSL | 32.73º | 0.84% | 0.41% | - |
| HSV(B) | 32.73º | 0.91% | 0.76% | - |
| XYZ | 28 | 23.19 | 3.53 | - |
| YUV | 125.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 17 | 0 | 0.41 | 0.91 | 0.24 | 32.73 | 0.84 | 0.41 |
| Hex | C1 | 71 | 11 | 0 | 29 | 5B | 18 | 21 | 54 | 29 |
| Octal | 301 | 161 | 21 | 0 | 51 | 133 | 30 | 41 | 124 | 51 |
| Binary | 11000001 | 1110001 | 10001 | 0 | 101001 | 1011011 | 11000 | 100001 | 1010100 | 101001 |
Color Harmonies of #C17111
Complementary color
Monochromatic Colors of #C17111
Black with #C17111
Text Example
Text Example
White with #C17111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17111; }
p { color: rgb(193,113,17); }
H1.HeaderClassName
{
color: #C17111;
}
.AnyTagClassName
{
color: #C17111;
}
</style>
background-color css
<style>
a { background-color: #C17111; }
a { background-color: rgb(193,113,17); }
div.DivClassName
{
background-color: #C17111;
}
.BgClassName
{
background-color: #C17111;
}
</style>
border-color css
<style>
span { border-color: #C17111; }
span { border-color: rgb(193,113,17); }
td.TdClassName
{
border-color: #C17111;
}
.TagClassName
{
border-color: #C17111;
}
</style>