Shades of Feldspar #C98F73
Tints of Feldspar #C98F73
RGB
CMYK
RGB Variations
Color information
#C98F73 (or 0xC98F73) is known color: Feldspar. HEX triplet: C9, 8F and 73. RGB value is (201,143,115). Sum of RGB (Red+Green+Blue) = 201+143+115=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F73 is #36708C. Grayscale: #9D9D9D. Windows color (decimal): -3567757 or 7573449. OLE color: 7573449.
HSL color Cylindrical-coordinate representation of color #C98F73: hue angle of 19.53º 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 #C98F73 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 115 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.21 |
| HSL | 19.53º | 0.44% | 0.62% | - |
| HSV(B) | 19.53º | 0.43% | 0.79% | - |
| XYZ | 37 | 33.3 | 20.7 | - |
| YUV | 157.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 115 | 0 | 0.29 | 0.43 | 0.21 | 19.53 | 0.44 | 0.62 |
| Hex | C9 | 8F | 73 | 0 | 1D | 2B | 15 | 14 | 2C | 3E |
| Octal | 311 | 217 | 163 | 0 | 35 | 53 | 25 | 24 | 54 | 76 |
| Binary | 11001001 | 10001111 | 1110011 | 0 | 11101 | 101011 | 10101 | 10100 | 101100 | 111110 |
Color Harmonies of #C98F73
Complementary color
Monochromatic Colors of #C98F73
Black with #C98F73
Text Example
Text Example
White with #C98F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F73; }
p { color: rgb(201,143,115); }
H1.HeaderClassName
{
color: #C98F73;
}
.AnyTagClassName
{
color: #C98F73;
}
</style>
background-color css
<style>
a { background-color: #C98F73; }
a { background-color: rgb(201,143,115); }
div.DivClassName
{
background-color: #C98F73;
}
.BgClassName
{
background-color: #C98F73;
}
</style>
border-color css
<style>
span { border-color: #C98F73; }
span { border-color: rgb(201,143,115); }
td.TdClassName
{
border-color: #C98F73;
}
.TagClassName
{
border-color: #C98F73;
}
</style>