Shades of Ochre #C17412
Tints of Ochre #C17412
RGB
CMYK
RGB Variations
Color information
#C17412 (or 0xC17412) is known color: Ochre. HEX triplet: C1, 74 and 12. RGB value is (193,116,18). Sum of RGB (Red+Green+Blue) = 193+116+18=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C17412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17412 is #3E8BED. Grayscale: #808080. Windows color (decimal): -4099054 or 1209537. OLE color: 1209537.
HSL color Cylindrical-coordinate representation of color #C17412: hue angle of 33.6º degrees, saturation: 0.83, 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 #C17412 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.24 |
| HSL | 33.6º | 0.83% | 0.41% | - |
| HSV(B) | 33.6º | 0.91% | 0.76% | - |
| XYZ | 28.35 | 23.87 | 3.69 | - |
| YUV | 127.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 18 | 0 | 0.40 | 0.91 | 0.24 | 33.6 | 0.83 | 0.41 |
| Hex | C1 | 74 | 12 | 0 | 28 | 5B | 18 | 22 | 53 | 29 |
| Octal | 301 | 164 | 22 | 0 | 50 | 133 | 30 | 42 | 123 | 51 |
| Binary | 11000001 | 1110100 | 10010 | 0 | 101000 | 1011011 | 11000 | 100010 | 1010011 | 101001 |
Color Harmonies of #C17412
Complementary color
Monochromatic Colors of #C17412
Black with #C17412
Text Example
Text Example
White with #C17412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17412; }
p { color: rgb(193,116,18); }
H1.HeaderClassName
{
color: #C17412;
}
.AnyTagClassName
{
color: #C17412;
}
</style>
background-color css
<style>
a { background-color: #C17412; }
a { background-color: rgb(193,116,18); }
div.DivClassName
{
background-color: #C17412;
}
.BgClassName
{
background-color: #C17412;
}
</style>
border-color css
<style>
span { border-color: #C17412; }
span { border-color: rgb(193,116,18); }
td.TdClassName
{
border-color: #C17412;
}
.TagClassName
{
border-color: #C17412;
}
</style>