Shades of Feldspar #C9957C
Tints of Feldspar #C9957C
RGB
CMYK
RGB Variations
Color information
#C9957C (or 0xC9957C) is known color: Feldspar. HEX triplet: C9, 95 and 7C. RGB value is (201,149,124). Sum of RGB (Red+Green+Blue) = 201+149+124=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9957C is #366A83. Grayscale: #A1A1A1. Windows color (decimal): -3566212 or 8164809. OLE color: 8164809.
HSL color Cylindrical-coordinate representation of color #C9957C: hue angle of 19.48º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9957C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 124 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.21 |
| HSL | 19.48º | 0.42% | 0.64% | - |
| HSV(B) | 19.48º | 0.38% | 0.79% | - |
| XYZ | 38.47 | 35.37 | 23.87 | - |
| YUV | 161.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 124 | 0 | 0.26 | 0.38 | 0.21 | 19.48 | 0.42 | 0.64 |
| Hex | C9 | 95 | 7C | 0 | 1A | 26 | 15 | 13 | 2A | 40 |
| Octal | 311 | 225 | 174 | 0 | 32 | 46 | 25 | 23 | 52 | 100 |
| Binary | 11001001 | 10010101 | 1111100 | 0 | 11010 | 100110 | 10101 | 10011 | 101010 | 1000000 |
Color Harmonies of #C9957C
Complementary color
Monochromatic Colors of #C9957C
Black with #C9957C
Text Example
Text Example
White with #C9957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9957C; }
p { color: rgb(201,149,124); }
H1.HeaderClassName
{
color: #C9957C;
}
.AnyTagClassName
{
color: #C9957C;
}
</style>
background-color css
<style>
a { background-color: #C9957C; }
a { background-color: rgb(201,149,124); }
div.DivClassName
{
background-color: #C9957C;
}
.BgClassName
{
background-color: #C9957C;
}
</style>
border-color css
<style>
span { border-color: #C9957C; }
span { border-color: rgb(201,149,124); }
td.TdClassName
{
border-color: #C9957C;
}
.TagClassName
{
border-color: #C9957C;
}
</style>