Shades of Ochre #C17A14
Tints of Ochre #C17A14
RGB
CMYK
RGB Variations
Color information
#C17A14 (or 0xC17A14) is known color: Ochre. HEX triplet: C1, 7A and 14. RGB value is (193,122,20). Sum of RGB (Red+Green+Blue) = 193+122+20=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17A14 is #3E85EB. Grayscale: #848484. Windows color (decimal): -4097516 or 1342145. OLE color: 1342145.
HSL color Cylindrical-coordinate representation of color #C17A14: hue angle of 35.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17A14 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.24 |
| HSL | 35.38º | 0.81% | 0.42% | - |
| HSV(B) | 35.38º | 0.9% | 0.76% | - |
| XYZ | 29.08 | 25.31 | 4.01 | - |
| YUV | 131.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 20 | 0 | 0.37 | 0.90 | 0.24 | 35.38 | 0.81 | 0.42 |
| Hex | C1 | 7A | 14 | 0 | 25 | 5A | 18 | 23 | 51 | 2A |
| Octal | 301 | 172 | 24 | 0 | 45 | 132 | 30 | 43 | 121 | 52 |
| Binary | 11000001 | 1111010 | 10100 | 0 | 100101 | 1011010 | 11000 | 100011 | 1010001 | 101010 |
Color Harmonies of #C17A14
Complementary color
Monochromatic Colors of #C17A14
Black with #C17A14
Text Example
Text Example
White with #C17A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A14; }
p { color: rgb(193,122,20); }
H1.HeaderClassName
{
color: #C17A14;
}
.AnyTagClassName
{
color: #C17A14;
}
</style>
background-color css
<style>
a { background-color: #C17A14; }
a { background-color: rgb(193,122,20); }
div.DivClassName
{
background-color: #C17A14;
}
.BgClassName
{
background-color: #C17A14;
}
</style>
border-color css
<style>
span { border-color: #C17A14; }
span { border-color: rgb(193,122,20); }
td.TdClassName
{
border-color: #C17A14;
}
.TagClassName
{
border-color: #C17A14;
}
</style>