Shades of Ochre #C16D0F
Tints of Ochre #C16D0F
RGB
CMYK
RGB Variations
Color information
#C16D0F (or 0xC16D0F) is known color: Ochre. HEX triplet: C1, 6D and 0F. RGB value is (193,109,15). Sum of RGB (Red+Green+Blue) = 193+109+15=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16D0F is #3E92F0. Grayscale: #7B7B7B. Windows color (decimal): -4100849 or 1011137. OLE color: 1011137.
HSL color Cylindrical-coordinate representation of color #C16D0F: hue angle of 31.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C16D0F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 15 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.24 |
| HSL | 31.69º | 0.86% | 0.41% | - |
| HSV(B) | 31.69º | 0.92% | 0.76% | - |
| XYZ | 27.55 | 22.31 | 3.31 | - |
| YUV | 123.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 15 | 0 | 0.44 | 0.92 | 0.24 | 31.69 | 0.86 | 0.41 |
| Hex | C1 | 6D | F | 0 | 2C | 5C | 18 | 20 | 56 | 29 |
| Octal | 301 | 155 | 17 | 0 | 54 | 134 | 30 | 40 | 126 | 51 |
| Binary | 11000001 | 1101101 | 1111 | 0 | 101100 | 1011100 | 11000 | 100000 | 1010110 | 101001 |
Color Harmonies of #C16D0F
Complementary color
Monochromatic Colors of #C16D0F
Black with #C16D0F
Text Example
Text Example
White with #C16D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D0F; }
p { color: rgb(193,109,15); }
H1.HeaderClassName
{
color: #C16D0F;
}
.AnyTagClassName
{
color: #C16D0F;
}
</style>
background-color css
<style>
a { background-color: #C16D0F; }
a { background-color: rgb(193,109,15); }
div.DivClassName
{
background-color: #C16D0F;
}
.BgClassName
{
background-color: #C16D0F;
}
</style>
border-color css
<style>
span { border-color: #C16D0F; }
span { border-color: rgb(193,109,15); }
td.TdClassName
{
border-color: #C16D0F;
}
.TagClassName
{
border-color: #C16D0F;
}
</style>