Shades of Feldspar #C58D6C
Tints of Feldspar #C58D6C
RGB
CMYK
RGB Variations
Color information
#C58D6C (or 0xC58D6C) is known color: Feldspar. HEX triplet: C5, 8D and 6C. RGB value is (197,141,108). Sum of RGB (Red+Green+Blue) = 197+141+108=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D6C is #3A7293. Grayscale: #9A9A9A. Windows color (decimal): -3830420 or 7114181. OLE color: 7114181.
HSL color Cylindrical-coordinate representation of color #C58D6C: hue angle of 22.25º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C58D6C is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 108 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.23 |
| HSL | 22.25º | 0.43% | 0.6% | - |
| HSV(B) | 22.25º | 0.45% | 0.77% | - |
| XYZ | 35.26 | 32 | 18.51 | - |
| YUV | 153.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 108 | 0 | 0.28 | 0.45 | 0.23 | 22.25 | 0.43 | 0.6 |
| Hex | C5 | 8D | 6C | 0 | 1C | 2D | 17 | 16 | 2B | 3C |
| Octal | 305 | 215 | 154 | 0 | 34 | 55 | 27 | 26 | 53 | 74 |
| Binary | 11000101 | 10001101 | 1101100 | 0 | 11100 | 101101 | 10111 | 10110 | 101011 | 111100 |
Color Harmonies of #C58D6C
Complementary color
Monochromatic Colors of #C58D6C
Black with #C58D6C
Text Example
Text Example
White with #C58D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D6C; }
p { color: rgb(197,141,108); }
H1.HeaderClassName
{
color: #C58D6C;
}
.AnyTagClassName
{
color: #C58D6C;
}
</style>
background-color css
<style>
a { background-color: #C58D6C; }
a { background-color: rgb(197,141,108); }
div.DivClassName
{
background-color: #C58D6C;
}
.BgClassName
{
background-color: #C58D6C;
}
</style>
border-color css
<style>
span { border-color: #C58D6C; }
span { border-color: rgb(197,141,108); }
td.TdClassName
{
border-color: #C58D6C;
}
.TagClassName
{
border-color: #C58D6C;
}
</style>