Shades of Feldspar #C98E74
Tints of Feldspar #C98E74
RGB
CMYK
RGB Variations
Color information
#C98E74 (or 0xC98E74) is known color: Feldspar. HEX triplet: C9, 8E and 74. RGB value is (201,142,116). Sum of RGB (Red+Green+Blue) = 201+142+116=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E74 is #36718B. Grayscale: #9C9C9C. Windows color (decimal): -3568012 or 7638729. OLE color: 7638729.
HSL color Cylindrical-coordinate representation of color #C98E74: hue angle of 18.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98E74 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 116 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.21 |
| HSL | 18.35º | 0.44% | 0.62% | - |
| HSV(B) | 18.35º | 0.42% | 0.79% | - |
| XYZ | 36.91 | 33.02 | 20.95 | - |
| YUV | 156.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 116 | 0 | 0.29 | 0.42 | 0.21 | 18.35 | 0.44 | 0.62 |
| Hex | C9 | 8E | 74 | 0 | 1D | 2A | 15 | 12 | 2C | 3E |
| Octal | 311 | 216 | 164 | 0 | 35 | 52 | 25 | 22 | 54 | 76 |
| Binary | 11001001 | 10001110 | 1110100 | 0 | 11101 | 101010 | 10101 | 10010 | 101100 | 111110 |
Color Harmonies of #C98E74
Complementary color
Monochromatic Colors of #C98E74
Black with #C98E74
Text Example
Text Example
White with #C98E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E74; }
p { color: rgb(201,142,116); }
H1.HeaderClassName
{
color: #C98E74;
}
.AnyTagClassName
{
color: #C98E74;
}
</style>
background-color css
<style>
a { background-color: #C98E74; }
a { background-color: rgb(201,142,116); }
div.DivClassName
{
background-color: #C98E74;
}
.BgClassName
{
background-color: #C98E74;
}
</style>
border-color css
<style>
span { border-color: #C98E74; }
span { border-color: rgb(201,142,116); }
td.TdClassName
{
border-color: #C98E74;
}
.TagClassName
{
border-color: #C98E74;
}
</style>