Shades of Feldspar #C98E7A
Tints of Feldspar #C98E7A
RGB
CMYK
RGB Variations
Color information
#C98E7A (or 0xC98E7A) is known color: Feldspar. HEX triplet: C9, 8E and 7A. RGB value is (201,142,122). Sum of RGB (Red+Green+Blue) = 201+142+122=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E7A is #367185. Grayscale: #9D9D9D. Windows color (decimal): -3568006 or 8031945. OLE color: 8031945.
HSL color Cylindrical-coordinate representation of color #C98E7A: hue angle of 15.19º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98E7A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 122 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.21 |
| HSL | 15.19º | 0.42% | 0.63% | - |
| HSV(B) | 15.19º | 0.39% | 0.79% | - |
| XYZ | 37.27 | 33.17 | 22.85 | - |
| YUV | 157.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 122 | 0 | 0.29 | 0.39 | 0.21 | 15.19 | 0.42 | 0.63 |
| Hex | C9 | 8E | 7A | 0 | 1D | 27 | 15 | F | 2A | 3F |
| Octal | 311 | 216 | 172 | 0 | 35 | 47 | 25 | 17 | 52 | 77 |
| Binary | 11001001 | 10001110 | 1111010 | 0 | 11101 | 100111 | 10101 | 1111 | 101010 | 111111 |
Color Harmonies of #C98E7A
Complementary color
Monochromatic Colors of #C98E7A
Black with #C98E7A
Text Example
Text Example
White with #C98E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E7A; }
p { color: rgb(201,142,122); }
H1.HeaderClassName
{
color: #C98E7A;
}
.AnyTagClassName
{
color: #C98E7A;
}
</style>
background-color css
<style>
a { background-color: #C98E7A; }
a { background-color: rgb(201,142,122); }
div.DivClassName
{
background-color: #C98E7A;
}
.BgClassName
{
background-color: #C98E7A;
}
</style>
border-color css
<style>
span { border-color: #C98E7A; }
span { border-color: rgb(201,142,122); }
td.TdClassName
{
border-color: #C98E7A;
}
.TagClassName
{
border-color: #C98E7A;
}
</style>