Shades of Ochre #C57D1C
Tints of Ochre #C57D1C
RGB
CMYK
RGB Variations
Color information
#C57D1C (or 0xC57D1C) is known color: Ochre. HEX triplet: C5, 7D and 1C. RGB value is (197,125,28). Sum of RGB (Red+Green+Blue) = 197+125+28=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D1C is #3A82E3. Grayscale: #878787. Windows color (decimal): -3834596 or 1867205. OLE color: 1867205.
HSL color Cylindrical-coordinate representation of color #C57D1C: hue angle of 34.44º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C57D1C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 28 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.23 |
| HSL | 34.44º | 0.75% | 0.44% | - |
| HSV(B) | 34.44º | 0.86% | 0.77% | - |
| XYZ | 30.57 | 26.62 | 4.63 | - |
| YUV | 135.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 28 | 0 | 0.37 | 0.86 | 0.23 | 34.44 | 0.75 | 0.44 |
| Hex | C5 | 7D | 1C | 0 | 25 | 56 | 17 | 22 | 4B | 2C |
| Octal | 305 | 175 | 34 | 0 | 45 | 126 | 27 | 42 | 113 | 54 |
| Binary | 11000101 | 1111101 | 11100 | 0 | 100101 | 1010110 | 10111 | 100010 | 1001011 | 101100 |
Color Harmonies of #C57D1C
Complementary color
Monochromatic Colors of #C57D1C
Black with #C57D1C
Text Example
Text Example
White with #C57D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D1C; }
p { color: rgb(197,125,28); }
H1.HeaderClassName
{
color: #C57D1C;
}
.AnyTagClassName
{
color: #C57D1C;
}
</style>
background-color css
<style>
a { background-color: #C57D1C; }
a { background-color: rgb(197,125,28); }
div.DivClassName
{
background-color: #C57D1C;
}
.BgClassName
{
background-color: #C57D1C;
}
</style>
border-color css
<style>
span { border-color: #C57D1C; }
span { border-color: rgb(197,125,28); }
td.TdClassName
{
border-color: #C57D1C;
}
.TagClassName
{
border-color: #C57D1C;
}
</style>