Shades of Feldspar #C98C6E
Tints of Feldspar #C98C6E
RGB
CMYK
RGB Variations
Color information
#C98C6E (or 0xC98C6E) is known color: Feldspar. HEX triplet: C9, 8C and 6E. RGB value is (201,140,110). Sum of RGB (Red+Green+Blue) = 201+140+110=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C6E is #367391. Grayscale: #9A9A9A. Windows color (decimal): -3568530 or 7245001. OLE color: 7245001.
HSL color Cylindrical-coordinate representation of color #C98C6E: hue angle of 19.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C98C6E is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 110 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.21 |
| HSL | 19.78º | 0.46% | 0.61% | - |
| HSV(B) | 19.78º | 0.45% | 0.79% | - |
| XYZ | 36.28 | 32.3 | 19.07 | - |
| YUV | 154.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 110 | 0 | 0.30 | 0.45 | 0.21 | 19.78 | 0.46 | 0.61 |
| Hex | C9 | 8C | 6E | 0 | 1E | 2D | 15 | 14 | 2E | 3D |
| Octal | 311 | 214 | 156 | 0 | 36 | 55 | 25 | 24 | 56 | 75 |
| Binary | 11001001 | 10001100 | 1101110 | 0 | 11110 | 101101 | 10101 | 10100 | 101110 | 111101 |
Color Harmonies of #C98C6E
Complementary color
Monochromatic Colors of #C98C6E
Black with #C98C6E
Text Example
Text Example
White with #C98C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C6E; }
p { color: rgb(201,140,110); }
H1.HeaderClassName
{
color: #C98C6E;
}
.AnyTagClassName
{
color: #C98C6E;
}
</style>
background-color css
<style>
a { background-color: #C98C6E; }
a { background-color: rgb(201,140,110); }
div.DivClassName
{
background-color: #C98C6E;
}
.BgClassName
{
background-color: #C98C6E;
}
</style>
border-color css
<style>
span { border-color: #C98C6E; }
span { border-color: rgb(201,140,110); }
td.TdClassName
{
border-color: #C98C6E;
}
.TagClassName
{
border-color: #C98C6E;
}
</style>