Shades of Feldspar #C98E7B
Tints of Feldspar #C98E7B
RGB
CMYK
RGB Variations
Color information
#C98E7B (or 0xC98E7B) is known color: Feldspar. HEX triplet: C9, 8E and 7B. RGB value is (201,142,123). Sum of RGB (Red+Green+Blue) = 201+142+123=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E7B is #367184. Grayscale: #9D9D9D. Windows color (decimal): -3568005 or 8097481. OLE color: 8097481.
HSL color Cylindrical-coordinate representation of color #C98E7B: hue angle of 14.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98E7B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 123 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.21 |
| HSL | 14.62º | 0.42% | 0.64% | - |
| HSV(B) | 14.62º | 0.39% | 0.79% | - |
| XYZ | 37.34 | 33.19 | 23.18 | - |
| YUV | 157.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 123 | 0 | 0.29 | 0.39 | 0.21 | 14.62 | 0.42 | 0.64 |
| Hex | C9 | 8E | 7B | 0 | 1D | 27 | 15 | F | 2A | 40 |
| Octal | 311 | 216 | 173 | 0 | 35 | 47 | 25 | 17 | 52 | 100 |
| Binary | 11001001 | 10001110 | 1111011 | 0 | 11101 | 100111 | 10101 | 1111 | 101010 | 1000000 |
Color Harmonies of #C98E7B
Complementary color
Monochromatic Colors of #C98E7B
Black with #C98E7B
Text Example
Text Example
White with #C98E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E7B; }
p { color: rgb(201,142,123); }
H1.HeaderClassName
{
color: #C98E7B;
}
.AnyTagClassName
{
color: #C98E7B;
}
</style>
background-color css
<style>
a { background-color: #C98E7B; }
a { background-color: rgb(201,142,123); }
div.DivClassName
{
background-color: #C98E7B;
}
.BgClassName
{
background-color: #C98E7B;
}
</style>
border-color css
<style>
span { border-color: #C98E7B; }
span { border-color: rgb(201,142,123); }
td.TdClassName
{
border-color: #C98E7B;
}
.TagClassName
{
border-color: #C98E7B;
}
</style>