Shades of Feldspar #C98977
Tints of Feldspar #C98977
RGB
CMYK
RGB Variations
Color information
#C98977 (or 0xC98977) is known color: Feldspar. HEX triplet: C9, 89 and 77. RGB value is (201,137,119). Sum of RGB (Red+Green+Blue) = 201+137+119=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C98977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98977 is #367688. Grayscale: #9A9A9A. Windows color (decimal): -3569289 or 7834057. OLE color: 7834057.
HSL color Cylindrical-coordinate representation of color #C98977: hue angle of 13.17º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98977 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 119 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.21 |
| HSL | 13.17º | 0.43% | 0.63% | - |
| HSV(B) | 13.17º | 0.41% | 0.79% | - |
| XYZ | 36.36 | 31.64 | 21.64 | - |
| YUV | 154.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 119 | 0 | 0.32 | 0.41 | 0.21 | 13.17 | 0.43 | 0.63 |
| Hex | C9 | 89 | 77 | 0 | 20 | 29 | 15 | D | 2B | 3F |
| Octal | 311 | 211 | 167 | 0 | 40 | 51 | 25 | 15 | 53 | 77 |
| Binary | 11001001 | 10001001 | 1110111 | 0 | 100000 | 101001 | 10101 | 1101 | 101011 | 111111 |
Color Harmonies of #C98977
Complementary color
Monochromatic Colors of #C98977
Black with #C98977
Text Example
Text Example
White with #C98977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98977; }
p { color: rgb(201,137,119); }
H1.HeaderClassName
{
color: #C98977;
}
.AnyTagClassName
{
color: #C98977;
}
</style>
background-color css
<style>
a { background-color: #C98977; }
a { background-color: rgb(201,137,119); }
div.DivClassName
{
background-color: #C98977;
}
.BgClassName
{
background-color: #C98977;
}
</style>
border-color css
<style>
span { border-color: #C98977; }
span { border-color: rgb(201,137,119); }
td.TdClassName
{
border-color: #C98977;
}
.TagClassName
{
border-color: #C98977;
}
</style>