Shades of Ochre #C57116
Tints of Ochre #C57116
RGB
CMYK
RGB Variations
Color information
#C57116 (or 0xC57116) is known color: Ochre. HEX triplet: C5, 71 and 16. RGB value is (197,113,22). Sum of RGB (Red+Green+Blue) = 197+113+22=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57116 is #3A8EE9. Grayscale: #808080. Windows color (decimal): -3837674 or 1470917. OLE color: 1470917.
HSL color Cylindrical-coordinate representation of color #C57116: hue angle of 31.2º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C57116 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 22 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.23 |
| HSL | 31.2º | 0.8% | 0.43% | - |
| HSV(B) | 31.2º | 0.89% | 0.77% | - |
| XYZ | 29.08 | 23.74 | 3.81 | - |
| YUV | 127.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 22 | 0 | 0.43 | 0.89 | 0.23 | 31.2 | 0.8 | 0.43 |
| Hex | C5 | 71 | 16 | 0 | 2B | 59 | 17 | 1F | 50 | 2B |
| Octal | 305 | 161 | 26 | 0 | 53 | 131 | 27 | 37 | 120 | 53 |
| Binary | 11000101 | 1110001 | 10110 | 0 | 101011 | 1011001 | 10111 | 11111 | 1010000 | 101011 |
Color Harmonies of #C57116
Complementary color
Monochromatic Colors of #C57116
Black with #C57116
Text Example
Text Example
White with #C57116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57116; }
p { color: rgb(197,113,22); }
H1.HeaderClassName
{
color: #C57116;
}
.AnyTagClassName
{
color: #C57116;
}
</style>
background-color css
<style>
a { background-color: #C57116; }
a { background-color: rgb(197,113,22); }
div.DivClassName
{
background-color: #C57116;
}
.BgClassName
{
background-color: #C57116;
}
</style>
border-color css
<style>
span { border-color: #C57116; }
span { border-color: rgb(197,113,22); }
td.TdClassName
{
border-color: #C57116;
}
.TagClassName
{
border-color: #C57116;
}
</style>