Shades of Ochre #C57F15
Tints of Ochre #C57F15
RGB
CMYK
RGB Variations
Color information
#C57F15 (or 0xC57F15) is known color: Ochre. HEX triplet: C5, 7F and 15. RGB value is (197,127,21). Sum of RGB (Red+Green+Blue) = 197+127+21=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F15 is #3A80EA. Grayscale: #888888. Windows color (decimal): -3834091 or 1408965. OLE color: 1408965.
HSL color Cylindrical-coordinate representation of color #C57F15: hue angle of 36.14º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C57F15 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 21 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.23 |
| HSL | 36.14º | 0.81% | 0.43% | - |
| HSV(B) | 36.14º | 0.89% | 0.77% | - |
| XYZ | 30.75 | 27.1 | 4.32 | - |
| YUV | 135.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 21 | 0 | 0.36 | 0.89 | 0.23 | 36.14 | 0.81 | 0.43 |
| Hex | C5 | 7F | 15 | 0 | 24 | 59 | 17 | 24 | 51 | 2B |
| Octal | 305 | 177 | 25 | 0 | 44 | 131 | 27 | 44 | 121 | 53 |
| Binary | 11000101 | 1111111 | 10101 | 0 | 100100 | 1011001 | 10111 | 100100 | 1010001 | 101011 |
Color Harmonies of #C57F15
Complementary color
Monochromatic Colors of #C57F15
Black with #C57F15
Text Example
Text Example
White with #C57F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F15; }
p { color: rgb(197,127,21); }
H1.HeaderClassName
{
color: #C57F15;
}
.AnyTagClassName
{
color: #C57F15;
}
</style>
background-color css
<style>
a { background-color: #C57F15; }
a { background-color: rgb(197,127,21); }
div.DivClassName
{
background-color: #C57F15;
}
.BgClassName
{
background-color: #C57F15;
}
</style>
border-color css
<style>
span { border-color: #C57F15; }
span { border-color: rgb(197,127,21); }
td.TdClassName
{
border-color: #C57F15;
}
.TagClassName
{
border-color: #C57F15;
}
</style>