Shades of Ochre #C57D14
Tints of Ochre #C57D14
RGB
CMYK
RGB Variations
Color information
#C57D14 (or 0xC57D14) is known color: Ochre. HEX triplet: C5, 7D and 14. RGB value is (197,125,20). Sum of RGB (Red+Green+Blue) = 197+125+20=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D14 is #3A82EB. Grayscale: #878787. Windows color (decimal): -3834604 or 1342917. OLE color: 1342917.
HSL color Cylindrical-coordinate representation of color #C57D14: hue angle of 35.59º 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 #C57D14 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.23 |
| HSL | 35.59º | 0.82% | 0.43% | - |
| HSV(B) | 35.59º | 0.9% | 0.77% | - |
| XYZ | 30.49 | 26.59 | 4.19 | - |
| YUV | 134.56 | 63.35 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 20 | 0 | 0.37 | 0.90 | 0.23 | 35.59 | 0.82 | 0.43 |
| Hex | C5 | 7D | 14 | 0 | 25 | 5A | 17 | 24 | 52 | 2B |
| Octal | 305 | 175 | 24 | 0 | 45 | 132 | 27 | 44 | 122 | 53 |
| Binary | 11000101 | 1111101 | 10100 | 0 | 100101 | 1011010 | 10111 | 100100 | 1010010 | 101011 |
Color Harmonies of #C57D14
Complementary color
Monochromatic Colors of #C57D14
Black with #C57D14
Text Example
Text Example
White with #C57D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D14; }
p { color: rgb(197,125,20); }
H1.HeaderClassName
{
color: #C57D14;
}
.AnyTagClassName
{
color: #C57D14;
}
</style>
background-color css
<style>
a { background-color: #C57D14; }
a { background-color: rgb(197,125,20); }
div.DivClassName
{
background-color: #C57D14;
}
.BgClassName
{
background-color: #C57D14;
}
</style>
border-color css
<style>
span { border-color: #C57D14; }
span { border-color: rgb(197,125,20); }
td.TdClassName
{
border-color: #C57D14;
}
.TagClassName
{
border-color: #C57D14;
}
</style>