Shades of Feldspar #C58771
Tints of Feldspar #C58771
RGB
CMYK
RGB Variations
Color information
#C58771 (or 0xC58771) is known color: Feldspar. HEX triplet: C5, 87 and 71. RGB value is (197,135,113). Sum of RGB (Red+Green+Blue) = 197+135+113=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58771 is #3A788E. Grayscale: #979797. Windows color (decimal): -3831951 or 7440325. OLE color: 7440325.
HSL color Cylindrical-coordinate representation of color #C58771: hue angle of 15.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58771 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 113 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.23 |
| HSL | 15.71º | 0.42% | 0.61% | - |
| HSV(B) | 15.71º | 0.43% | 0.77% | - |
| XYZ | 34.67 | 30.39 | 19.66 | - |
| YUV | 151.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 113 | 0 | 0.31 | 0.43 | 0.23 | 15.71 | 0.42 | 0.61 |
| Hex | C5 | 87 | 71 | 0 | 1F | 2B | 17 | 10 | 2A | 3D |
| Octal | 305 | 207 | 161 | 0 | 37 | 53 | 27 | 20 | 52 | 75 |
| Binary | 11000101 | 10000111 | 1110001 | 0 | 11111 | 101011 | 10111 | 10000 | 101010 | 111101 |
Color Harmonies of #C58771
Complementary color
Monochromatic Colors of #C58771
Black with #C58771
Text Example
Text Example
White with #C58771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58771; }
p { color: rgb(197,135,113); }
H1.HeaderClassName
{
color: #C58771;
}
.AnyTagClassName
{
color: #C58771;
}
</style>
background-color css
<style>
a { background-color: #C58771; }
a { background-color: rgb(197,135,113); }
div.DivClassName
{
background-color: #C58771;
}
.BgClassName
{
background-color: #C58771;
}
</style>
border-color css
<style>
span { border-color: #C58771; }
span { border-color: rgb(197,135,113); }
td.TdClassName
{
border-color: #C58771;
}
.TagClassName
{
border-color: #C58771;
}
</style>