Shades of Feldspar #C98D71
Tints of Feldspar #C98D71
RGB
CMYK
RGB Variations
Color information
#C98D71 (or 0xC98D71) is known color: Feldspar. HEX triplet: C9, 8D and 71. RGB value is (201,141,113). Sum of RGB (Red+Green+Blue) = 201+141+113=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D71 is #36728E. Grayscale: #9B9B9B. Windows color (decimal): -3568271 or 7441865. OLE color: 7441865.
HSL color Cylindrical-coordinate representation of color #C98D71: hue angle of 19.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98D71 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 113 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.21 |
| HSL | 19.09º | 0.45% | 0.62% | - |
| HSV(B) | 19.09º | 0.44% | 0.79% | - |
| XYZ | 36.59 | 32.66 | 20 | - |
| YUV | 155.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 113 | 0 | 0.30 | 0.44 | 0.21 | 19.09 | 0.45 | 0.62 |
| Hex | C9 | 8D | 71 | 0 | 1E | 2C | 15 | 13 | 2D | 3E |
| Octal | 311 | 215 | 161 | 0 | 36 | 54 | 25 | 23 | 55 | 76 |
| Binary | 11001001 | 10001101 | 1110001 | 0 | 11110 | 101100 | 10101 | 10011 | 101101 | 111110 |
Color Harmonies of #C98D71
Complementary color
Monochromatic Colors of #C98D71
Black with #C98D71
Text Example
Text Example
White with #C98D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D71; }
p { color: rgb(201,141,113); }
H1.HeaderClassName
{
color: #C98D71;
}
.AnyTagClassName
{
color: #C98D71;
}
</style>
background-color css
<style>
a { background-color: #C98D71; }
a { background-color: rgb(201,141,113); }
div.DivClassName
{
background-color: #C98D71;
}
.BgClassName
{
background-color: #C98D71;
}
</style>
border-color css
<style>
span { border-color: #C98D71; }
span { border-color: rgb(201,141,113); }
td.TdClassName
{
border-color: #C98D71;
}
.TagClassName
{
border-color: #C98D71;
}
</style>