Shades of Ochre #C17A16
Tints of Ochre #C17A16
RGB
CMYK
RGB Variations
Color information
#C17A16 (or 0xC17A16) is known color: Ochre. HEX triplet: C1, 7A and 16. RGB value is (193,122,22). Sum of RGB (Red+Green+Blue) = 193+122+22=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17A16 is #3E85E9. Grayscale: #848484. Windows color (decimal): -4097514 or 1473217. OLE color: 1473217.
HSL color Cylindrical-coordinate representation of color #C17A16: hue angle of 35.09º 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 #C17A16 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 22 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.24 |
| HSL | 35.09º | 0.8% | 0.42% | - |
| HSV(B) | 35.09º | 0.89% | 0.76% | - |
| XYZ | 29.1 | 25.31 | 4.11 | - |
| YUV | 131.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 22 | 0 | 0.37 | 0.89 | 0.24 | 35.09 | 0.8 | 0.42 |
| Hex | C1 | 7A | 16 | 0 | 25 | 59 | 18 | 23 | 50 | 2A |
| Octal | 301 | 172 | 26 | 0 | 45 | 131 | 30 | 43 | 120 | 52 |
| Binary | 11000001 | 1111010 | 10110 | 0 | 100101 | 1011001 | 11000 | 100011 | 1010000 | 101010 |
Color Harmonies of #C17A16
Complementary color
Monochromatic Colors of #C17A16
Black with #C17A16
Text Example
Text Example
White with #C17A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A16; }
p { color: rgb(193,122,22); }
H1.HeaderClassName
{
color: #C17A16;
}
.AnyTagClassName
{
color: #C17A16;
}
</style>
background-color css
<style>
a { background-color: #C17A16; }
a { background-color: rgb(193,122,22); }
div.DivClassName
{
background-color: #C17A16;
}
.BgClassName
{
background-color: #C17A16;
}
</style>
border-color css
<style>
span { border-color: #C17A16; }
span { border-color: rgb(193,122,22); }
td.TdClassName
{
border-color: #C17A16;
}
.TagClassName
{
border-color: #C17A16;
}
</style>