Shades of Feldspar #C98671
Tints of Feldspar #C98671
RGB
CMYK
RGB Variations
Color information
#C98671 (or 0xC98671) is known color: Feldspar. HEX triplet: C9, 86 and 71. RGB value is (201,134,113). Sum of RGB (Red+Green+Blue) = 201+134+113=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98671 is #36798E. Grayscale: #979797. Windows color (decimal): -3570063 or 7440073. OLE color: 7440073.
HSL color Cylindrical-coordinate representation of color #C98671: hue angle of 14.32º 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 #C98671 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 113 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.21 |
| HSL | 14.32º | 0.45% | 0.62% | - |
| HSV(B) | 14.32º | 0.44% | 0.79% | - |
| XYZ | 35.59 | 30.66 | 19.66 | - |
| YUV | 151.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 113 | 0 | 0.33 | 0.44 | 0.21 | 14.32 | 0.45 | 0.62 |
| Hex | C9 | 86 | 71 | 0 | 21 | 2C | 15 | E | 2D | 3E |
| Octal | 311 | 206 | 161 | 0 | 41 | 54 | 25 | 16 | 55 | 76 |
| Binary | 11001001 | 10000110 | 1110001 | 0 | 100001 | 101100 | 10101 | 1110 | 101101 | 111110 |
Color Harmonies of #C98671
Complementary color
Monochromatic Colors of #C98671
Black with #C98671
Text Example
Text Example
White with #C98671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98671; }
p { color: rgb(201,134,113); }
H1.HeaderClassName
{
color: #C98671;
}
.AnyTagClassName
{
color: #C98671;
}
</style>
background-color css
<style>
a { background-color: #C98671; }
a { background-color: rgb(201,134,113); }
div.DivClassName
{
background-color: #C98671;
}
.BgClassName
{
background-color: #C98671;
}
</style>
border-color css
<style>
span { border-color: #C98671; }
span { border-color: rgb(201,134,113); }
td.TdClassName
{
border-color: #C98671;
}
.TagClassName
{
border-color: #C98671;
}
</style>