Shades of Feldspar #C98F7E
Tints of Feldspar #C98F7E
RGB
CMYK
RGB Variations
Color information
#C98F7E (or 0xC98F7E) is known color: Feldspar. HEX triplet: C9, 8F and 7E. RGB value is (201,143,126). Sum of RGB (Red+Green+Blue) = 201+143+126=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F7E is #367081. Grayscale: #9E9E9E. Windows color (decimal): -3567746 or 8294345. OLE color: 8294345.
HSL color Cylindrical-coordinate representation of color #C98F7E: hue angle of 13.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98F7E is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 126 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.21 |
| HSL | 13.6º | 0.41% | 0.64% | - |
| HSV(B) | 13.6º | 0.37% | 0.79% | - |
| XYZ | 37.68 | 33.57 | 24.23 | - |
| YUV | 158.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 126 | 0 | 0.29 | 0.37 | 0.21 | 13.6 | 0.41 | 0.64 |
| Hex | C9 | 8F | 7E | 0 | 1D | 25 | 15 | E | 29 | 40 |
| Octal | 311 | 217 | 176 | 0 | 35 | 45 | 25 | 16 | 51 | 100 |
| Binary | 11001001 | 10001111 | 1111110 | 0 | 11101 | 100101 | 10101 | 1110 | 101001 | 1000000 |
Color Harmonies of #C98F7E
Complementary color
Monochromatic Colors of #C98F7E
Black with #C98F7E
Text Example
Text Example
White with #C98F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F7E; }
p { color: rgb(201,143,126); }
H1.HeaderClassName
{
color: #C98F7E;
}
.AnyTagClassName
{
color: #C98F7E;
}
</style>
background-color css
<style>
a { background-color: #C98F7E; }
a { background-color: rgb(201,143,126); }
div.DivClassName
{
background-color: #C98F7E;
}
.BgClassName
{
background-color: #C98F7E;
}
</style>
border-color css
<style>
span { border-color: #C98F7E; }
span { border-color: rgb(201,143,126); }
td.TdClassName
{
border-color: #C98F7E;
}
.TagClassName
{
border-color: #C98F7E;
}
</style>