Shades of Feldspar #C58D6E
Tints of Feldspar #C58D6E
RGB
CMYK
RGB Variations
Color information
#C58D6E (or 0xC58D6E) is known color: Feldspar. HEX triplet: C5, 8D and 6E. RGB value is (197,141,110). Sum of RGB (Red+Green+Blue) = 197+141+110=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D6E is #3A7291. Grayscale: #9A9A9A. Windows color (decimal): -3830418 or 7245253. OLE color: 7245253.
HSL color Cylindrical-coordinate representation of color #C58D6E: hue angle of 21.38º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58D6E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 110 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.23 |
| HSL | 21.38º | 0.43% | 0.6% | - |
| HSV(B) | 21.38º | 0.44% | 0.77% | - |
| XYZ | 35.37 | 32.05 | 19.07 | - |
| YUV | 154.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 110 | 0 | 0.28 | 0.44 | 0.23 | 21.38 | 0.43 | 0.6 |
| Hex | C5 | 8D | 6E | 0 | 1C | 2C | 17 | 15 | 2B | 3C |
| Octal | 305 | 215 | 156 | 0 | 34 | 54 | 27 | 25 | 53 | 74 |
| Binary | 11000101 | 10001101 | 1101110 | 0 | 11100 | 101100 | 10111 | 10101 | 101011 | 111100 |
Color Harmonies of #C58D6E
Complementary color
Monochromatic Colors of #C58D6E
Black with #C58D6E
Text Example
Text Example
White with #C58D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D6E; }
p { color: rgb(197,141,110); }
H1.HeaderClassName
{
color: #C58D6E;
}
.AnyTagClassName
{
color: #C58D6E;
}
</style>
background-color css
<style>
a { background-color: #C58D6E; }
a { background-color: rgb(197,141,110); }
div.DivClassName
{
background-color: #C58D6E;
}
.BgClassName
{
background-color: #C58D6E;
}
</style>
border-color css
<style>
span { border-color: #C58D6E; }
span { border-color: rgb(197,141,110); }
td.TdClassName
{
border-color: #C58D6E;
}
.TagClassName
{
border-color: #C58D6E;
}
</style>