Shades of Feldspar #C98E79
Tints of Feldspar #C98E79
RGB
CMYK
RGB Variations
Color information
#C98E79 (or 0xC98E79) is known color: Feldspar. HEX triplet: C9, 8E and 79. RGB value is (201,142,121). Sum of RGB (Red+Green+Blue) = 201+142+121=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E79 is #367186. Grayscale: #9D9D9D. Windows color (decimal): -3568007 or 7966409. OLE color: 7966409.
HSL color Cylindrical-coordinate representation of color #C98E79: hue angle of 15.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98E79 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 121 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.21 |
| HSL | 15.75º | 0.43% | 0.63% | - |
| HSV(B) | 15.75º | 0.4% | 0.79% | - |
| XYZ | 37.21 | 33.14 | 22.53 | - |
| YUV | 157.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 121 | 0 | 0.29 | 0.40 | 0.21 | 15.75 | 0.43 | 0.63 |
| Hex | C9 | 8E | 79 | 0 | 1D | 28 | 15 | 10 | 2B | 3F |
| Octal | 311 | 216 | 171 | 0 | 35 | 50 | 25 | 20 | 53 | 77 |
| Binary | 11001001 | 10001110 | 1111001 | 0 | 11101 | 101000 | 10101 | 10000 | 101011 | 111111 |
Color Harmonies of #C98E79
Complementary color
Monochromatic Colors of #C98E79
Black with #C98E79
Text Example
Text Example
White with #C98E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E79; }
p { color: rgb(201,142,121); }
H1.HeaderClassName
{
color: #C98E79;
}
.AnyTagClassName
{
color: #C98E79;
}
</style>
background-color css
<style>
a { background-color: #C98E79; }
a { background-color: rgb(201,142,121); }
div.DivClassName
{
background-color: #C98E79;
}
.BgClassName
{
background-color: #C98E79;
}
</style>
border-color css
<style>
span { border-color: #C98E79; }
span { border-color: rgb(201,142,121); }
td.TdClassName
{
border-color: #C98E79;
}
.TagClassName
{
border-color: #C98E79;
}
</style>