Shades of Feldspar #C99471
Tints of Feldspar #C99471
RGB
CMYK
RGB Variations
Color information
#C99471 (or 0xC99471) is known color: Feldspar. HEX triplet: C9, 94 and 71. RGB value is (201,148,113). Sum of RGB (Red+Green+Blue) = 201+148+113=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C99471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99471 is #366B8E. Grayscale: #A0A0A0. Windows color (decimal): -3566479 or 7443657. OLE color: 7443657.
HSL color Cylindrical-coordinate representation of color #C99471: hue angle of 23.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C99471 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 113 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.21 |
| HSL | 23.86º | 0.45% | 0.62% | - |
| HSV(B) | 23.86º | 0.44% | 0.79% | - |
| XYZ | 37.66 | 34.79 | 20.35 | - |
| YUV | 159.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 113 | 0 | 0.26 | 0.44 | 0.21 | 23.86 | 0.45 | 0.62 |
| Hex | C9 | 94 | 71 | 0 | 1A | 2C | 15 | 18 | 2D | 3E |
| Octal | 311 | 224 | 161 | 0 | 32 | 54 | 25 | 30 | 55 | 76 |
| Binary | 11001001 | 10010100 | 1110001 | 0 | 11010 | 101100 | 10101 | 11000 | 101101 | 111110 |
Color Harmonies of #C99471
Complementary color
Monochromatic Colors of #C99471
Black with #C99471
Text Example
Text Example
White with #C99471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99471; }
p { color: rgb(201,148,113); }
H1.HeaderClassName
{
color: #C99471;
}
.AnyTagClassName
{
color: #C99471;
}
</style>
background-color css
<style>
a { background-color: #C99471; }
a { background-color: rgb(201,148,113); }
div.DivClassName
{
background-color: #C99471;
}
.BgClassName
{
background-color: #C99471;
}
</style>
border-color css
<style>
span { border-color: #C99471; }
span { border-color: rgb(201,148,113); }
td.TdClassName
{
border-color: #C99471;
}
.TagClassName
{
border-color: #C99471;
}
</style>