Shades of Feldspar #C9977C
Tints of Feldspar #C9977C
RGB
CMYK
RGB Variations
Color information
#C9977C (or 0xC9977C) is known color: Feldspar. HEX triplet: C9, 97 and 7C. RGB value is (201,151,124). Sum of RGB (Red+Green+Blue) = 201+151+124=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9977C is #366883. Grayscale: #A3A3A3. Windows color (decimal): -3565700 or 8165321. OLE color: 8165321.
HSL color Cylindrical-coordinate representation of color #C9977C: hue angle of 21.04º 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 #C9977C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 124 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.21 |
| HSL | 21.04º | 0.42% | 0.64% | - |
| HSV(B) | 21.04º | 0.38% | 0.79% | - |
| XYZ | 38.79 | 36.01 | 23.97 | - |
| YUV | 162.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 124 | 0 | 0.25 | 0.38 | 0.21 | 21.04 | 0.42 | 0.64 |
| Hex | C9 | 97 | 7C | 0 | 19 | 26 | 15 | 15 | 2A | 40 |
| Octal | 311 | 227 | 174 | 0 | 31 | 46 | 25 | 25 | 52 | 100 |
| Binary | 11001001 | 10010111 | 1111100 | 0 | 11001 | 100110 | 10101 | 10101 | 101010 | 1000000 |
Color Harmonies of #C9977C
Complementary color
Monochromatic Colors of #C9977C
Black with #C9977C
Text Example
Text Example
White with #C9977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9977C; }
p { color: rgb(201,151,124); }
H1.HeaderClassName
{
color: #C9977C;
}
.AnyTagClassName
{
color: #C9977C;
}
</style>
background-color css
<style>
a { background-color: #C9977C; }
a { background-color: rgb(201,151,124); }
div.DivClassName
{
background-color: #C9977C;
}
.BgClassName
{
background-color: #C9977C;
}
</style>
border-color css
<style>
span { border-color: #C9977C; }
span { border-color: rgb(201,151,124); }
td.TdClassName
{
border-color: #C9977C;
}
.TagClassName
{
border-color: #C9977C;
}
</style>