Shades of Ochre #C16E0B
Tints of Ochre #C16E0B
RGB
CMYK
RGB Variations
Color information
#C16E0B (or 0xC16E0B) is known color: Ochre. HEX triplet: C1, 6E and 0B. RGB value is (193,110,11). Sum of RGB (Red+Green+Blue) = 193+110+11=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16E0B is #3E91F4. Grayscale: #7C7C7C. Windows color (decimal): -4100597 or 749249. OLE color: 749249.
HSL color Cylindrical-coordinate representation of color #C16E0B: hue angle of 32.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C16E0B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.24 |
| HSL | 32.64º | 0.89% | 0.4% | - |
| HSV(B) | 32.64º | 0.94% | 0.76% | - |
| XYZ | 27.63 | 22.51 | 3.21 | - |
| YUV | 123.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 11 | 0 | 0.43 | 0.94 | 0.24 | 32.64 | 0.89 | 0.4 |
| Hex | C1 | 6E | B | 0 | 2B | 5E | 18 | 21 | 59 | 28 |
| Octal | 301 | 156 | 13 | 0 | 53 | 136 | 30 | 41 | 131 | 50 |
| Binary | 11000001 | 1101110 | 1011 | 0 | 101011 | 1011110 | 11000 | 100001 | 1011001 | 101000 |
Color Harmonies of #C16E0B
Complementary color
Monochromatic Colors of #C16E0B
Black with #C16E0B
Text Example
Text Example
White with #C16E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E0B; }
p { color: rgb(193,110,11); }
H1.HeaderClassName
{
color: #C16E0B;
}
.AnyTagClassName
{
color: #C16E0B;
}
</style>
background-color css
<style>
a { background-color: #C16E0B; }
a { background-color: rgb(193,110,11); }
div.DivClassName
{
background-color: #C16E0B;
}
.BgClassName
{
background-color: #C16E0B;
}
</style>
border-color css
<style>
span { border-color: #C16E0B; }
span { border-color: rgb(193,110,11); }
td.TdClassName
{
border-color: #C16E0B;
}
.TagClassName
{
border-color: #C16E0B;
}
</style>