Shades of Feldspar #C58C77
Tints of Feldspar #C58C77
RGB
CMYK
RGB Variations
Color information
#C58C77 (or 0xC58C77) is known color: Feldspar. HEX triplet: C5, 8C and 77. RGB value is (197,140,119). Sum of RGB (Red+Green+Blue) = 197+140+119=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C77 is #3A7388. Grayscale: #9A9A9A. Windows color (decimal): -3830665 or 7834821. OLE color: 7834821.
HSL color Cylindrical-coordinate representation of color #C58C77: hue angle of 16.15º 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 #C58C77 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 119 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.23 |
| HSL | 16.15º | 0.4% | 0.62% | - |
| HSV(B) | 16.15º | 0.4% | 0.77% | - |
| XYZ | 35.73 | 31.96 | 21.74 | - |
| YUV | 154.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 119 | 0 | 0.29 | 0.40 | 0.23 | 16.15 | 0.4 | 0.62 |
| Hex | C5 | 8C | 77 | 0 | 1D | 28 | 17 | 10 | 28 | 3E |
| Octal | 305 | 214 | 167 | 0 | 35 | 50 | 27 | 20 | 50 | 76 |
| Binary | 11000101 | 10001100 | 1110111 | 0 | 11101 | 101000 | 10111 | 10000 | 101000 | 111110 |
Color Harmonies of #C58C77
Complementary color
Monochromatic Colors of #C58C77
Black with #C58C77
Text Example
Text Example
White with #C58C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C77; }
p { color: rgb(197,140,119); }
H1.HeaderClassName
{
color: #C58C77;
}
.AnyTagClassName
{
color: #C58C77;
}
</style>
background-color css
<style>
a { background-color: #C58C77; }
a { background-color: rgb(197,140,119); }
div.DivClassName
{
background-color: #C58C77;
}
.BgClassName
{
background-color: #C58C77;
}
</style>
border-color css
<style>
span { border-color: #C58C77; }
span { border-color: rgb(197,140,119); }
td.TdClassName
{
border-color: #C58C77;
}
.TagClassName
{
border-color: #C58C77;
}
</style>