Shades of Feldspar #C59177
Tints of Feldspar #C59177
RGB
CMYK
RGB Variations
Color information
#C59177 (or 0xC59177) is known color: Feldspar. HEX triplet: C5, 91 and 77. RGB value is (197,145,119). Sum of RGB (Red+Green+Blue) = 197+145+119=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C59177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59177 is #3A6E88. Grayscale: #9D9D9D. Windows color (decimal): -3829385 or 7836101. OLE color: 7836101.
HSL color Cylindrical-coordinate representation of color #C59177: hue angle of 20º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C59177 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 119 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.23 |
| HSL | 20º | 0.4% | 0.62% | - |
| HSV(B) | 20º | 0.4% | 0.77% | - |
| XYZ | 36.48 | 33.45 | 21.99 | - |
| YUV | 157.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 119 | 0 | 0.26 | 0.40 | 0.23 | 20 | 0.4 | 0.62 |
| Hex | C5 | 91 | 77 | 0 | 1A | 28 | 17 | 14 | 28 | 3E |
| Octal | 305 | 221 | 167 | 0 | 32 | 50 | 27 | 24 | 50 | 76 |
| Binary | 11000101 | 10010001 | 1110111 | 0 | 11010 | 101000 | 10111 | 10100 | 101000 | 111110 |
Color Harmonies of #C59177
Complementary color
Monochromatic Colors of #C59177
Black with #C59177
Text Example
Text Example
White with #C59177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59177; }
p { color: rgb(197,145,119); }
H1.HeaderClassName
{
color: #C59177;
}
.AnyTagClassName
{
color: #C59177;
}
</style>
background-color css
<style>
a { background-color: #C59177; }
a { background-color: rgb(197,145,119); }
div.DivClassName
{
background-color: #C59177;
}
.BgClassName
{
background-color: #C59177;
}
</style>
border-color css
<style>
span { border-color: #C59177; }
span { border-color: rgb(197,145,119); }
td.TdClassName
{
border-color: #C59177;
}
.TagClassName
{
border-color: #C59177;
}
</style>