Shades of Feldspar #C98573
Tints of Feldspar #C98573
RGB
CMYK
RGB Variations
Color information
#C98573 (or 0xC98573) is known color: Feldspar. HEX triplet: C9, 85 and 73. RGB value is (201,133,115). Sum of RGB (Red+Green+Blue) = 201+133+115=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C98573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98573 is #367A8C. Grayscale: #979797. Windows color (decimal): -3570317 or 7570889. OLE color: 7570889.
HSL color Cylindrical-coordinate representation of color #C98573: hue angle of 12.56º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98573 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 115 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.21 |
| HSL | 12.56º | 0.44% | 0.62% | - |
| HSV(B) | 12.56º | 0.43% | 0.79% | - |
| XYZ | 35.57 | 30.43 | 20.22 | - |
| YUV | 151.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 115 | 0 | 0.34 | 0.43 | 0.21 | 12.56 | 0.44 | 0.62 |
| Hex | C9 | 85 | 73 | 0 | 22 | 2B | 15 | D | 2C | 3E |
| Octal | 311 | 205 | 163 | 0 | 42 | 53 | 25 | 15 | 54 | 76 |
| Binary | 11001001 | 10000101 | 1110011 | 0 | 100010 | 101011 | 10101 | 1101 | 101100 | 111110 |
Color Harmonies of #C98573
Complementary color
Monochromatic Colors of #C98573
Black with #C98573
Text Example
Text Example
White with #C98573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98573; }
p { color: rgb(201,133,115); }
H1.HeaderClassName
{
color: #C98573;
}
.AnyTagClassName
{
color: #C98573;
}
</style>
background-color css
<style>
a { background-color: #C98573; }
a { background-color: rgb(201,133,115); }
div.DivClassName
{
background-color: #C98573;
}
.BgClassName
{
background-color: #C98573;
}
</style>
border-color css
<style>
span { border-color: #C98573; }
span { border-color: rgb(201,133,115); }
td.TdClassName
{
border-color: #C98573;
}
.TagClassName
{
border-color: #C98573;
}
</style>