Shades of Feldspar #C98F6E
Tints of Feldspar #C98F6E
RGB
CMYK
RGB Variations
Color information
#C98F6E (or 0xC98F6E) is known color: Feldspar. HEX triplet: C9, 8F and 6E. RGB value is (201,143,110). Sum of RGB (Red+Green+Blue) = 201+143+110=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F6E is #367091. Grayscale: #9C9C9C. Windows color (decimal): -3567762 or 7245769. OLE color: 7245769.
HSL color Cylindrical-coordinate representation of color #C98F6E: hue angle of 21.76º 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 #C98F6E is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 110 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.21 |
| HSL | 21.76º | 0.46% | 0.61% | - |
| HSV(B) | 21.76º | 0.45% | 0.79% | - |
| XYZ | 36.72 | 33.19 | 19.22 | - |
| YUV | 156.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 110 | 0 | 0.29 | 0.45 | 0.21 | 21.76 | 0.46 | 0.61 |
| Hex | C9 | 8F | 6E | 0 | 1D | 2D | 15 | 16 | 2E | 3D |
| Octal | 311 | 217 | 156 | 0 | 35 | 55 | 25 | 26 | 56 | 75 |
| Binary | 11001001 | 10001111 | 1101110 | 0 | 11101 | 101101 | 10101 | 10110 | 101110 | 111101 |
Color Harmonies of #C98F6E
Complementary color
Monochromatic Colors of #C98F6E
Black with #C98F6E
Text Example
Text Example
White with #C98F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F6E; }
p { color: rgb(201,143,110); }
H1.HeaderClassName
{
color: #C98F6E;
}
.AnyTagClassName
{
color: #C98F6E;
}
</style>
background-color css
<style>
a { background-color: #C98F6E; }
a { background-color: rgb(201,143,110); }
div.DivClassName
{
background-color: #C98F6E;
}
.BgClassName
{
background-color: #C98F6E;
}
</style>
border-color css
<style>
span { border-color: #C98F6E; }
span { border-color: rgb(201,143,110); }
td.TdClassName
{
border-color: #C98F6E;
}
.TagClassName
{
border-color: #C98F6E;
}
</style>