Shades of Feldspar #C98770
Tints of Feldspar #C98770
RGB
CMYK
RGB Variations
Color information
#C98770 (or 0xC98770) is known color: Feldspar. HEX triplet: C9, 87 and 70. RGB value is (201,135,112). Sum of RGB (Red+Green+Blue) = 201+135+112=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98770 is #36788F. Grayscale: #989898. Windows color (decimal): -3569808 or 7374793. OLE color: 7374793.
HSL color Cylindrical-coordinate representation of color #C98770: hue angle of 15.51º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98770 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 112 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.21 |
| HSL | 15.51º | 0.45% | 0.61% | - |
| HSV(B) | 15.51º | 0.44% | 0.79% | - |
| XYZ | 35.68 | 30.92 | 19.42 | - |
| YUV | 152.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 112 | 0 | 0.33 | 0.44 | 0.21 | 15.51 | 0.45 | 0.61 |
| Hex | C9 | 87 | 70 | 0 | 21 | 2C | 15 | 10 | 2D | 3D |
| Octal | 311 | 207 | 160 | 0 | 41 | 54 | 25 | 20 | 55 | 75 |
| Binary | 11001001 | 10000111 | 1110000 | 0 | 100001 | 101100 | 10101 | 10000 | 101101 | 111101 |
Color Harmonies of #C98770
Complementary color
Monochromatic Colors of #C98770
Black with #C98770
Text Example
Text Example
White with #C98770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98770; }
p { color: rgb(201,135,112); }
H1.HeaderClassName
{
color: #C98770;
}
.AnyTagClassName
{
color: #C98770;
}
</style>
background-color css
<style>
a { background-color: #C98770; }
a { background-color: rgb(201,135,112); }
div.DivClassName
{
background-color: #C98770;
}
.BgClassName
{
background-color: #C98770;
}
</style>
border-color css
<style>
span { border-color: #C98770; }
span { border-color: rgb(201,135,112); }
td.TdClassName
{
border-color: #C98770;
}
.TagClassName
{
border-color: #C98770;
}
</style>