Shades of Ochre #C16D11
Tints of Ochre #C16D11
RGB
CMYK
RGB Variations
Color information
#C16D11 (or 0xC16D11) is known color: Ochre. HEX triplet: C1, 6D and 11. RGB value is (193,109,17). Sum of RGB (Red+Green+Blue) = 193+109+17=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16D11 is #3E92EE. Grayscale: #7C7C7C. Windows color (decimal): -4100847 or 1142209. OLE color: 1142209.
HSL color Cylindrical-coordinate representation of color #C16D11: hue angle of 31.36º 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 #C16D11 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 17 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.24 |
| HSL | 31.36º | 0.84% | 0.41% | - |
| HSV(B) | 31.36º | 0.91% | 0.76% | - |
| XYZ | 27.56 | 22.32 | 3.38 | - |
| YUV | 123.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 17 | 0 | 0.44 | 0.91 | 0.24 | 31.36 | 0.84 | 0.41 |
| Hex | C1 | 6D | 11 | 0 | 2C | 5B | 18 | 1F | 54 | 29 |
| Octal | 301 | 155 | 21 | 0 | 54 | 133 | 30 | 37 | 124 | 51 |
| Binary | 11000001 | 1101101 | 10001 | 0 | 101100 | 1011011 | 11000 | 11111 | 1010100 | 101001 |
Color Harmonies of #C16D11
Complementary color
Monochromatic Colors of #C16D11
Black with #C16D11
Text Example
Text Example
White with #C16D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D11; }
p { color: rgb(193,109,17); }
H1.HeaderClassName
{
color: #C16D11;
}
.AnyTagClassName
{
color: #C16D11;
}
</style>
background-color css
<style>
a { background-color: #C16D11; }
a { background-color: rgb(193,109,17); }
div.DivClassName
{
background-color: #C16D11;
}
.BgClassName
{
background-color: #C16D11;
}
</style>
border-color css
<style>
span { border-color: #C16D11; }
span { border-color: rgb(193,109,17); }
td.TdClassName
{
border-color: #C16D11;
}
.TagClassName
{
border-color: #C16D11;
}
</style>