Shades of Feldspar #C98974
Tints of Feldspar #C98974
RGB
CMYK
RGB Variations
Color information
#C98974 (or 0xC98974) is known color: Feldspar. HEX triplet: C9, 89 and 74. RGB value is (201,137,116). Sum of RGB (Red+Green+Blue) = 201+137+116=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C98974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98974 is #36768B. Grayscale: #999999. Windows color (decimal): -3569292 or 7637449. OLE color: 7637449.
HSL color Cylindrical-coordinate representation of color #C98974: hue angle of 14.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98974 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 116 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.21 |
| HSL | 14.82º | 0.44% | 0.62% | - |
| HSV(B) | 14.82º | 0.42% | 0.79% | - |
| XYZ | 36.19 | 31.57 | 20.71 | - |
| YUV | 153.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 116 | 0 | 0.32 | 0.42 | 0.21 | 14.82 | 0.44 | 0.62 |
| Hex | C9 | 89 | 74 | 0 | 20 | 2A | 15 | F | 2C | 3E |
| Octal | 311 | 211 | 164 | 0 | 40 | 52 | 25 | 17 | 54 | 76 |
| Binary | 11001001 | 10001001 | 1110100 | 0 | 100000 | 101010 | 10101 | 1111 | 101100 | 111110 |
Color Harmonies of #C98974
Complementary color
Monochromatic Colors of #C98974
Black with #C98974
Text Example
Text Example
White with #C98974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98974; }
p { color: rgb(201,137,116); }
H1.HeaderClassName
{
color: #C98974;
}
.AnyTagClassName
{
color: #C98974;
}
</style>
background-color css
<style>
a { background-color: #C98974; }
a { background-color: rgb(201,137,116); }
div.DivClassName
{
background-color: #C98974;
}
.BgClassName
{
background-color: #C98974;
}
</style>
border-color css
<style>
span { border-color: #C98974; }
span { border-color: rgb(201,137,116); }
td.TdClassName
{
border-color: #C98974;
}
.TagClassName
{
border-color: #C98974;
}
</style>