Shades of Ochre #C17117
Tints of Ochre #C17117
RGB
CMYK
RGB Variations
Color information
#C17117 (or 0xC17117) is known color: Ochre. HEX triplet: C1, 71 and 17. RGB value is (193,113,23). Sum of RGB (Red+Green+Blue) = 193+113+23=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C17117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17117 is #3E8EE8. Grayscale: #7F7F7F. Windows color (decimal): -4099817 or 1536449. OLE color: 1536449.
HSL color Cylindrical-coordinate representation of color #C17117: hue angle of 31.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C17117 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.24 |
| HSL | 31.76º | 0.79% | 0.42% | - |
| HSV(B) | 31.76º | 0.88% | 0.76% | - |
| XYZ | 28.05 | 23.21 | 3.81 | - |
| YUV | 126.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 23 | 0 | 0.41 | 0.88 | 0.24 | 31.76 | 0.79 | 0.42 |
| Hex | C1 | 71 | 17 | 0 | 29 | 58 | 18 | 20 | 4F | 2A |
| Octal | 301 | 161 | 27 | 0 | 51 | 130 | 30 | 40 | 117 | 52 |
| Binary | 11000001 | 1110001 | 10111 | 0 | 101001 | 1011000 | 11000 | 100000 | 1001111 | 101010 |
Color Harmonies of #C17117
Complementary color
Monochromatic Colors of #C17117
Black with #C17117
Text Example
Text Example
White with #C17117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17117; }
p { color: rgb(193,113,23); }
H1.HeaderClassName
{
color: #C17117;
}
.AnyTagClassName
{
color: #C17117;
}
</style>
background-color css
<style>
a { background-color: #C17117; }
a { background-color: rgb(193,113,23); }
div.DivClassName
{
background-color: #C17117;
}
.BgClassName
{
background-color: #C17117;
}
</style>
border-color css
<style>
span { border-color: #C17117; }
span { border-color: rgb(193,113,23); }
td.TdClassName
{
border-color: #C17117;
}
.TagClassName
{
border-color: #C17117;
}
</style>