Shades of Feldspar #C98D6D
Tints of Feldspar #C98D6D
RGB
CMYK
RGB Variations
Color information
#C98D6D (or 0xC98D6D) is known color: Feldspar. HEX triplet: C9, 8D and 6D. RGB value is (201,141,109). Sum of RGB (Red+Green+Blue) = 201+141+109=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D6D is #367292. Grayscale: #9B9B9B. Windows color (decimal): -3568275 or 7179721. OLE color: 7179721.
HSL color Cylindrical-coordinate representation of color #C98D6D: hue angle of 20.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C98D6D is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 109 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.21 |
| HSL | 20.87º | 0.46% | 0.61% | - |
| HSV(B) | 20.87º | 0.46% | 0.79% | - |
| XYZ | 36.37 | 32.57 | 18.84 | - |
| YUV | 155.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 109 | 0 | 0.30 | 0.46 | 0.21 | 20.87 | 0.46 | 0.61 |
| Hex | C9 | 8D | 6D | 0 | 1E | 2E | 15 | 15 | 2E | 3D |
| Octal | 311 | 215 | 155 | 0 | 36 | 56 | 25 | 25 | 56 | 75 |
| Binary | 11001001 | 10001101 | 1101101 | 0 | 11110 | 101110 | 10101 | 10101 | 101110 | 111101 |
Color Harmonies of #C98D6D
Complementary color
Monochromatic Colors of #C98D6D
Black with #C98D6D
Text Example
Text Example
White with #C98D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D6D; }
p { color: rgb(201,141,109); }
H1.HeaderClassName
{
color: #C98D6D;
}
.AnyTagClassName
{
color: #C98D6D;
}
</style>
background-color css
<style>
a { background-color: #C98D6D; }
a { background-color: rgb(201,141,109); }
div.DivClassName
{
background-color: #C98D6D;
}
.BgClassName
{
background-color: #C98D6D;
}
</style>
border-color css
<style>
span { border-color: #C98D6D; }
span { border-color: rgb(201,141,109); }
td.TdClassName
{
border-color: #C98D6D;
}
.TagClassName
{
border-color: #C98D6D;
}
</style>