Shades of Feldspar #C58E7C
Tints of Feldspar #C58E7C
RGB
CMYK
RGB Variations
Color information
#C58E7C (or 0xC58E7C) is known color: Feldspar. HEX triplet: C5, 8E and 7C. RGB value is (197,142,124). Sum of RGB (Red+Green+Blue) = 197+142+124=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E7C is #3A7183. Grayscale: #9C9C9C. Windows color (decimal): -3830148 or 8163013. OLE color: 8163013.
HSL color Cylindrical-coordinate representation of color #C58E7C: hue angle of 14.79º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C58E7C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 124 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.23 |
| HSL | 14.79º | 0.39% | 0.63% | - |
| HSV(B) | 14.79º | 0.37% | 0.77% | - |
| XYZ | 36.34 | 32.67 | 23.46 | - |
| YUV | 156.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 124 | 0 | 0.28 | 0.37 | 0.23 | 14.79 | 0.39 | 0.63 |
| Hex | C5 | 8E | 7C | 0 | 1C | 25 | 17 | F | 27 | 3F |
| Octal | 305 | 216 | 174 | 0 | 34 | 45 | 27 | 17 | 47 | 77 |
| Binary | 11000101 | 10001110 | 1111100 | 0 | 11100 | 100101 | 10111 | 1111 | 100111 | 111111 |
Color Harmonies of #C58E7C
Complementary color
Monochromatic Colors of #C58E7C
Black with #C58E7C
Text Example
Text Example
White with #C58E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E7C; }
p { color: rgb(197,142,124); }
H1.HeaderClassName
{
color: #C58E7C;
}
.AnyTagClassName
{
color: #C58E7C;
}
</style>
background-color css
<style>
a { background-color: #C58E7C; }
a { background-color: rgb(197,142,124); }
div.DivClassName
{
background-color: #C58E7C;
}
.BgClassName
{
background-color: #C58E7C;
}
</style>
border-color css
<style>
span { border-color: #C58E7C; }
span { border-color: rgb(197,142,124); }
td.TdClassName
{
border-color: #C58E7C;
}
.TagClassName
{
border-color: #C58E7C;
}
</style>