Shades of Ochre #C17516
Tints of Ochre #C17516
RGB
CMYK
RGB Variations
Color information
#C17516 (or 0xC17516) is known color: Ochre. HEX triplet: C1, 75 and 16. RGB value is (193,117,22). Sum of RGB (Red+Green+Blue) = 193+117+22=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C17516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17516 is #3E8AE9. Grayscale: #818181. Windows color (decimal): -4098794 or 1471937. OLE color: 1471937.
HSL color Cylindrical-coordinate representation of color #C17516: hue angle of 33.33º 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 #C17516 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 22 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.24 |
| HSL | 33.33º | 0.8% | 0.42% | - |
| HSV(B) | 33.33º | 0.89% | 0.76% | - |
| XYZ | 28.5 | 24.12 | 3.91 | - |
| YUV | 128.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 22 | 0 | 0.39 | 0.89 | 0.24 | 33.33 | 0.8 | 0.42 |
| Hex | C1 | 75 | 16 | 0 | 27 | 59 | 18 | 21 | 50 | 2A |
| Octal | 301 | 165 | 26 | 0 | 47 | 131 | 30 | 41 | 120 | 52 |
| Binary | 11000001 | 1110101 | 10110 | 0 | 100111 | 1011001 | 11000 | 100001 | 1010000 | 101010 |
Color Harmonies of #C17516
Complementary color
Monochromatic Colors of #C17516
Black with #C17516
Text Example
Text Example
White with #C17516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17516; }
p { color: rgb(193,117,22); }
H1.HeaderClassName
{
color: #C17516;
}
.AnyTagClassName
{
color: #C17516;
}
</style>
background-color css
<style>
a { background-color: #C17516; }
a { background-color: rgb(193,117,22); }
div.DivClassName
{
background-color: #C17516;
}
.BgClassName
{
background-color: #C17516;
}
</style>
border-color css
<style>
span { border-color: #C17516; }
span { border-color: rgb(193,117,22); }
td.TdClassName
{
border-color: #C17516;
}
.TagClassName
{
border-color: #C17516;
}
</style>