Shades of Ochre #C57F19
Tints of Ochre #C57F19
RGB
CMYK
RGB Variations
Color information
#C57F19 (or 0xC57F19) is known color: Ochre. HEX triplet: C5, 7F and 19. RGB value is (197,127,25). Sum of RGB (Red+Green+Blue) = 197+127+25=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F19 is #3A80E6. Grayscale: #888888. Windows color (decimal): -3834087 or 1671109. OLE color: 1671109.
HSL color Cylindrical-coordinate representation of color #C57F19: hue angle of 35.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C57F19 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 25 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.23 |
| HSL | 35.58º | 0.77% | 0.44% | - |
| HSV(B) | 35.58º | 0.87% | 0.77% | - |
| XYZ | 30.79 | 27.12 | 4.53 | - |
| YUV | 136.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 25 | 0 | 0.36 | 0.87 | 0.23 | 35.58 | 0.77 | 0.44 |
| Hex | C5 | 7F | 19 | 0 | 24 | 57 | 17 | 24 | 4D | 2C |
| Octal | 305 | 177 | 31 | 0 | 44 | 127 | 27 | 44 | 115 | 54 |
| Binary | 11000101 | 1111111 | 11001 | 0 | 100100 | 1010111 | 10111 | 100100 | 1001101 | 101100 |
Color Harmonies of #C57F19
Complementary color
Monochromatic Colors of #C57F19
Black with #C57F19
Text Example
Text Example
White with #C57F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F19; }
p { color: rgb(197,127,25); }
H1.HeaderClassName
{
color: #C57F19;
}
.AnyTagClassName
{
color: #C57F19;
}
</style>
background-color css
<style>
a { background-color: #C57F19; }
a { background-color: rgb(197,127,25); }
div.DivClassName
{
background-color: #C57F19;
}
.BgClassName
{
background-color: #C57F19;
}
</style>
border-color css
<style>
span { border-color: #C57F19; }
span { border-color: rgb(197,127,25); }
td.TdClassName
{
border-color: #C57F19;
}
.TagClassName
{
border-color: #C57F19;
}
</style>