Shades of Ochre #C57114
Tints of Ochre #C57114
RGB
CMYK
RGB Variations
Color information
#C57114 (or 0xC57114) is known color: Ochre. HEX triplet: C5, 71 and 14. RGB value is (197,113,20). Sum of RGB (Red+Green+Blue) = 197+113+20=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C57114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57114 is #3A8EEB. Grayscale: #7F7F7F. Windows color (decimal): -3837676 or 1339845. OLE color: 1339845.
HSL color Cylindrical-coordinate representation of color #C57114: hue angle of 31.53º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C57114 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 20 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.23 |
| HSL | 31.53º | 0.82% | 0.43% | - |
| HSV(B) | 31.53º | 0.9% | 0.77% | - |
| XYZ | 29.06 | 23.73 | 3.71 | - |
| YUV | 127.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 20 | 0 | 0.43 | 0.90 | 0.23 | 31.53 | 0.82 | 0.43 |
| Hex | C5 | 71 | 14 | 0 | 2B | 5A | 17 | 20 | 52 | 2B |
| Octal | 305 | 161 | 24 | 0 | 53 | 132 | 27 | 40 | 122 | 53 |
| Binary | 11000101 | 1110001 | 10100 | 0 | 101011 | 1011010 | 10111 | 100000 | 1010010 | 101011 |
Color Harmonies of #C57114
Complementary color
Monochromatic Colors of #C57114
Black with #C57114
Text Example
Text Example
White with #C57114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57114; }
p { color: rgb(197,113,20); }
H1.HeaderClassName
{
color: #C57114;
}
.AnyTagClassName
{
color: #C57114;
}
</style>
background-color css
<style>
a { background-color: #C57114; }
a { background-color: rgb(197,113,20); }
div.DivClassName
{
background-color: #C57114;
}
.BgClassName
{
background-color: #C57114;
}
</style>
border-color css
<style>
span { border-color: #C57114; }
span { border-color: rgb(197,113,20); }
td.TdClassName
{
border-color: #C57114;
}
.TagClassName
{
border-color: #C57114;
}
</style>