Shades of Ochre #C17A17
Tints of Ochre #C17A17
RGB
CMYK
RGB Variations
Color information
#C17A17 (or 0xC17A17) is known color: Ochre. HEX triplet: C1, 7A and 17. RGB value is (193,122,23). Sum of RGB (Red+Green+Blue) = 193+122+23=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17A17 is #3E85E8. Grayscale: #848484. Windows color (decimal): -4097513 or 1538753. OLE color: 1538753.
HSL color Cylindrical-coordinate representation of color #C17A17: hue angle of 34.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C17A17 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 23 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.24 |
| HSL | 34.94º | 0.79% | 0.42% | - |
| HSV(B) | 34.94º | 0.88% | 0.76% | - |
| XYZ | 29.11 | 25.32 | 4.16 | - |
| YUV | 131.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 23 | 0 | 0.37 | 0.88 | 0.24 | 34.94 | 0.79 | 0.42 |
| Hex | C1 | 7A | 17 | 0 | 25 | 58 | 18 | 23 | 4F | 2A |
| Octal | 301 | 172 | 27 | 0 | 45 | 130 | 30 | 43 | 117 | 52 |
| Binary | 11000001 | 1111010 | 10111 | 0 | 100101 | 1011000 | 11000 | 100011 | 1001111 | 101010 |
Color Harmonies of #C17A17
Complementary color
Monochromatic Colors of #C17A17
Black with #C17A17
Text Example
Text Example
White with #C17A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A17; }
p { color: rgb(193,122,23); }
H1.HeaderClassName
{
color: #C17A17;
}
.AnyTagClassName
{
color: #C17A17;
}
</style>
background-color css
<style>
a { background-color: #C17A17; }
a { background-color: rgb(193,122,23); }
div.DivClassName
{
background-color: #C17A17;
}
.BgClassName
{
background-color: #C17A17;
}
</style>
border-color css
<style>
span { border-color: #C17A17; }
span { border-color: rgb(193,122,23); }
td.TdClassName
{
border-color: #C17A17;
}
.TagClassName
{
border-color: #C17A17;
}
</style>