Shades of Ochre #C57C14
Tints of Ochre #C57C14
RGB
CMYK
RGB Variations
Color information
#C57C14 (or 0xC57C14) is known color: Ochre. HEX triplet: C5, 7C and 14. RGB value is (197,124,20). Sum of RGB (Red+Green+Blue) = 197+124+20=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C14 is #3A83EB. Grayscale: #868686. Windows color (decimal): -3834860 or 1342661. OLE color: 1342661.
HSL color Cylindrical-coordinate representation of color #C57C14: hue angle of 35.25º 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 #C57C14 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.23 |
| HSL | 35.25º | 0.82% | 0.43% | - |
| HSV(B) | 35.25º | 0.9% | 0.77% | - |
| XYZ | 30.36 | 26.34 | 4.15 | - |
| YUV | 133.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 20 | 0 | 0.37 | 0.90 | 0.23 | 35.25 | 0.82 | 0.43 |
| Hex | C5 | 7C | 14 | 0 | 25 | 5A | 17 | 23 | 52 | 2B |
| Octal | 305 | 174 | 24 | 0 | 45 | 132 | 27 | 43 | 122 | 53 |
| Binary | 11000101 | 1111100 | 10100 | 0 | 100101 | 1011010 | 10111 | 100011 | 1010010 | 101011 |
Color Harmonies of #C57C14
Complementary color
Monochromatic Colors of #C57C14
Black with #C57C14
Text Example
Text Example
White with #C57C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C14; }
p { color: rgb(197,124,20); }
H1.HeaderClassName
{
color: #C57C14;
}
.AnyTagClassName
{
color: #C57C14;
}
</style>
background-color css
<style>
a { background-color: #C57C14; }
a { background-color: rgb(197,124,20); }
div.DivClassName
{
background-color: #C57C14;
}
.BgClassName
{
background-color: #C57C14;
}
</style>
border-color css
<style>
span { border-color: #C57C14; }
span { border-color: rgb(197,124,20); }
td.TdClassName
{
border-color: #C57C14;
}
.TagClassName
{
border-color: #C57C14;
}
</style>