Shades of Ochre #C17416
Tints of Ochre #C17416
RGB
CMYK
RGB Variations
Color information
#C17416 (or 0xC17416) is known color: Ochre. HEX triplet: C1, 74 and 16. RGB value is (193,116,22). Sum of RGB (Red+Green+Blue) = 193+116+22=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17416 is #3E8BE9. Grayscale: #808080. Windows color (decimal): -4099050 or 1471681. OLE color: 1471681.
HSL color Cylindrical-coordinate representation of color #C17416: hue angle of 32.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C17416 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.24 |
| HSL | 32.98º | 0.8% | 0.42% | - |
| HSV(B) | 32.98º | 0.89% | 0.76% | - |
| XYZ | 28.38 | 23.89 | 3.87 | - |
| YUV | 128.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 22 | 0 | 0.40 | 0.89 | 0.24 | 32.98 | 0.8 | 0.42 |
| Hex | C1 | 74 | 16 | 0 | 28 | 59 | 18 | 21 | 50 | 2A |
| Octal | 301 | 164 | 26 | 0 | 50 | 131 | 30 | 41 | 120 | 52 |
| Binary | 11000001 | 1110100 | 10110 | 0 | 101000 | 1011001 | 11000 | 100001 | 1010000 | 101010 |
Color Harmonies of #C17416
Complementary color
Monochromatic Colors of #C17416
Black with #C17416
Text Example
Text Example
White with #C17416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17416; }
p { color: rgb(193,116,22); }
H1.HeaderClassName
{
color: #C17416;
}
.AnyTagClassName
{
color: #C17416;
}
</style>
background-color css
<style>
a { background-color: #C17416; }
a { background-color: rgb(193,116,22); }
div.DivClassName
{
background-color: #C17416;
}
.BgClassName
{
background-color: #C17416;
}
</style>
border-color css
<style>
span { border-color: #C17416; }
span { border-color: rgb(193,116,22); }
td.TdClassName
{
border-color: #C17416;
}
.TagClassName
{
border-color: #C17416;
}
</style>