Shades of Feldspar #C98E6D
Tints of Feldspar #C98E6D
RGB
CMYK
RGB Variations
Color information
#C98E6D (or 0xC98E6D) is known color: Feldspar. HEX triplet: C9, 8E and 6D. RGB value is (201,142,109). Sum of RGB (Red+Green+Blue) = 201+142+109=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E6D is #367192. Grayscale: #9C9C9C. Windows color (decimal): -3568019 or 7179977. OLE color: 7179977.
HSL color Cylindrical-coordinate representation of color #C98E6D: hue angle of 21.52º 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 #C98E6D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 109 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.21 |
| HSL | 21.52º | 0.46% | 0.61% | - |
| HSV(B) | 21.52º | 0.46% | 0.79% | - |
| XYZ | 36.52 | 32.87 | 18.89 | - |
| YUV | 155.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 109 | 0 | 0.29 | 0.46 | 0.21 | 21.52 | 0.46 | 0.61 |
| Hex | C9 | 8E | 6D | 0 | 1D | 2E | 15 | 16 | 2E | 3D |
| Octal | 311 | 216 | 155 | 0 | 35 | 56 | 25 | 26 | 56 | 75 |
| Binary | 11001001 | 10001110 | 1101101 | 0 | 11101 | 101110 | 10101 | 10110 | 101110 | 111101 |
Color Harmonies of #C98E6D
Complementary color
Monochromatic Colors of #C98E6D
Black with #C98E6D
Text Example
Text Example
White with #C98E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E6D; }
p { color: rgb(201,142,109); }
H1.HeaderClassName
{
color: #C98E6D;
}
.AnyTagClassName
{
color: #C98E6D;
}
</style>
background-color css
<style>
a { background-color: #C98E6D; }
a { background-color: rgb(201,142,109); }
div.DivClassName
{
background-color: #C98E6D;
}
.BgClassName
{
background-color: #C98E6D;
}
</style>
border-color css
<style>
span { border-color: #C98E6D; }
span { border-color: rgb(201,142,109); }
td.TdClassName
{
border-color: #C98E6D;
}
.TagClassName
{
border-color: #C98E6D;
}
</style>