Shades of Feldspar #C58C79
Tints of Feldspar #C58C79
RGB
CMYK
RGB Variations
Color information
#C58C79 (or 0xC58C79) is known color: Feldspar. HEX triplet: C5, 8C and 79. RGB value is (197,140,121). Sum of RGB (Red+Green+Blue) = 197+140+121=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C79 is #3A7386. Grayscale: #9B9B9B. Windows color (decimal): -3830663 or 7965893. OLE color: 7965893.
HSL color Cylindrical-coordinate representation of color #C58C79: hue angle of 15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C58C79 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 121 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.23 |
| HSL | 15º | 0.4% | 0.62% | - |
| HSV(B) | 15º | 0.39% | 0.77% | - |
| XYZ | 35.86 | 32.01 | 22.38 | - |
| YUV | 154.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 121 | 0 | 0.29 | 0.39 | 0.23 | 15 | 0.4 | 0.62 |
| Hex | C5 | 8C | 79 | 0 | 1D | 27 | 17 | F | 28 | 3E |
| Octal | 305 | 214 | 171 | 0 | 35 | 47 | 27 | 17 | 50 | 76 |
| Binary | 11000101 | 10001100 | 1111001 | 0 | 11101 | 100111 | 10111 | 1111 | 101000 | 111110 |
Color Harmonies of #C58C79
Complementary color
Monochromatic Colors of #C58C79
Black with #C58C79
Text Example
Text Example
White with #C58C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C79; }
p { color: rgb(197,140,121); }
H1.HeaderClassName
{
color: #C58C79;
}
.AnyTagClassName
{
color: #C58C79;
}
</style>
background-color css
<style>
a { background-color: #C58C79; }
a { background-color: rgb(197,140,121); }
div.DivClassName
{
background-color: #C58C79;
}
.BgClassName
{
background-color: #C58C79;
}
</style>
border-color css
<style>
span { border-color: #C58C79; }
span { border-color: rgb(197,140,121); }
td.TdClassName
{
border-color: #C58C79;
}
.TagClassName
{
border-color: #C58C79;
}
</style>