Shades of Feldspar #C98F76
Tints of Feldspar #C98F76
RGB
CMYK
RGB Variations
Color information
#C98F76 (or 0xC98F76) is known color: Feldspar. HEX triplet: C9, 8F and 76. RGB value is (201,143,118). Sum of RGB (Red+Green+Blue) = 201+143+118=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F76 is #367089. Grayscale: #9D9D9D. Windows color (decimal): -3567754 or 7770057. OLE color: 7770057.
HSL color Cylindrical-coordinate representation of color #C98F76: hue angle of 18.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98F76 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 118 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.21 |
| HSL | 18.07º | 0.43% | 0.63% | - |
| HSV(B) | 18.07º | 0.41% | 0.79% | - |
| XYZ | 37.18 | 33.37 | 21.62 | - |
| YUV | 157.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 118 | 0 | 0.29 | 0.41 | 0.21 | 18.07 | 0.43 | 0.63 |
| Hex | C9 | 8F | 76 | 0 | 1D | 29 | 15 | 12 | 2B | 3F |
| Octal | 311 | 217 | 166 | 0 | 35 | 51 | 25 | 22 | 53 | 77 |
| Binary | 11001001 | 10001111 | 1110110 | 0 | 11101 | 101001 | 10101 | 10010 | 101011 | 111111 |
Color Harmonies of #C98F76
Complementary color
Monochromatic Colors of #C98F76
Black with #C98F76
Text Example
Text Example
White with #C98F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F76; }
p { color: rgb(201,143,118); }
H1.HeaderClassName
{
color: #C98F76;
}
.AnyTagClassName
{
color: #C98F76;
}
</style>
background-color css
<style>
a { background-color: #C98F76; }
a { background-color: rgb(201,143,118); }
div.DivClassName
{
background-color: #C98F76;
}
.BgClassName
{
background-color: #C98F76;
}
</style>
border-color css
<style>
span { border-color: #C98F76; }
span { border-color: rgb(201,143,118); }
td.TdClassName
{
border-color: #C98F76;
}
.TagClassName
{
border-color: #C98F76;
}
</style>