Shades of Feldspar #C98C6D
Tints of Feldspar #C98C6D
RGB
CMYK
RGB Variations
Color information
#C98C6D (or 0xC98C6D) is known color: Feldspar. HEX triplet: C9, 8C and 6D. RGB value is (201,140,109). Sum of RGB (Red+Green+Blue) = 201+140+109=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C6D is #367392. Grayscale: #9A9A9A. Windows color (decimal): -3568531 or 7179465. OLE color: 7179465.
HSL color Cylindrical-coordinate representation of color #C98C6D: hue angle of 20.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C98C6D is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 109 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.21 |
| HSL | 20.22º | 0.46% | 0.61% | - |
| HSV(B) | 20.22º | 0.46% | 0.79% | - |
| XYZ | 36.23 | 32.28 | 18.79 | - |
| YUV | 154.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 109 | 0 | 0.30 | 0.46 | 0.21 | 20.22 | 0.46 | 0.61 |
| Hex | C9 | 8C | 6D | 0 | 1E | 2E | 15 | 14 | 2E | 3D |
| Octal | 311 | 214 | 155 | 0 | 36 | 56 | 25 | 24 | 56 | 75 |
| Binary | 11001001 | 10001100 | 1101101 | 0 | 11110 | 101110 | 10101 | 10100 | 101110 | 111101 |
Color Harmonies of #C98C6D
Complementary color
Monochromatic Colors of #C98C6D
Black with #C98C6D
Text Example
Text Example
White with #C98C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C6D; }
p { color: rgb(201,140,109); }
H1.HeaderClassName
{
color: #C98C6D;
}
.AnyTagClassName
{
color: #C98C6D;
}
</style>
background-color css
<style>
a { background-color: #C98C6D; }
a { background-color: rgb(201,140,109); }
div.DivClassName
{
background-color: #C98C6D;
}
.BgClassName
{
background-color: #C98C6D;
}
</style>
border-color css
<style>
span { border-color: #C98C6D; }
span { border-color: rgb(201,140,109); }
td.TdClassName
{
border-color: #C98C6D;
}
.TagClassName
{
border-color: #C98C6D;
}
</style>