Shades of Feldspar #C98C73
Tints of Feldspar #C98C73
RGB
CMYK
RGB Variations
Color information
#C98C73 (or 0xC98C73) is known color: Feldspar. HEX triplet: C9, 8C and 73. RGB value is (201,140,115). Sum of RGB (Red+Green+Blue) = 201+140+115=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C73 is #36738C. Grayscale: #9B9B9B. Windows color (decimal): -3568525 or 7572681. OLE color: 7572681.
HSL color Cylindrical-coordinate representation of color #C98C73: hue angle of 17.44º 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 #C98C73 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 115 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.21 |
| HSL | 17.44º | 0.44% | 0.62% | - |
| HSV(B) | 17.44º | 0.43% | 0.79% | - |
| XYZ | 36.56 | 32.41 | 20.55 | - |
| YUV | 155.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 115 | 0 | 0.30 | 0.43 | 0.21 | 17.44 | 0.44 | 0.62 |
| Hex | C9 | 8C | 73 | 0 | 1E | 2B | 15 | 11 | 2C | 3E |
| Octal | 311 | 214 | 163 | 0 | 36 | 53 | 25 | 21 | 54 | 76 |
| Binary | 11001001 | 10001100 | 1110011 | 0 | 11110 | 101011 | 10101 | 10001 | 101100 | 111110 |
Color Harmonies of #C98C73
Complementary color
Monochromatic Colors of #C98C73
Black with #C98C73
Text Example
Text Example
White with #C98C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C73; }
p { color: rgb(201,140,115); }
H1.HeaderClassName
{
color: #C98C73;
}
.AnyTagClassName
{
color: #C98C73;
}
</style>
background-color css
<style>
a { background-color: #C98C73; }
a { background-color: rgb(201,140,115); }
div.DivClassName
{
background-color: #C98C73;
}
.BgClassName
{
background-color: #C98C73;
}
</style>
border-color css
<style>
span { border-color: #C98C73; }
span { border-color: rgb(201,140,115); }
td.TdClassName
{
border-color: #C98C73;
}
.TagClassName
{
border-color: #C98C73;
}
</style>