Shades of Feldspar #C98D6C
Tints of Feldspar #C98D6C
RGB
CMYK
RGB Variations
Color information
#C98D6C (or 0xC98D6C) is known color: Feldspar. HEX triplet: C9, 8D and 6C. RGB value is (201,141,108). Sum of RGB (Red+Green+Blue) = 201+141+108=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D6C is #367293. Grayscale: #9B9B9B. Windows color (decimal): -3568276 or 7114185. OLE color: 7114185.
HSL color Cylindrical-coordinate representation of color #C98D6C: hue angle of 21.29º 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 #C98D6C is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 108 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.21 |
| HSL | 21.29º | 0.46% | 0.61% | - |
| HSV(B) | 21.29º | 0.46% | 0.79% | - |
| XYZ | 36.32 | 32.55 | 18.56 | - |
| YUV | 155.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 108 | 0 | 0.30 | 0.46 | 0.21 | 21.29 | 0.46 | 0.61 |
| Hex | C9 | 8D | 6C | 0 | 1E | 2E | 15 | 15 | 2E | 3D |
| Octal | 311 | 215 | 154 | 0 | 36 | 56 | 25 | 25 | 56 | 75 |
| Binary | 11001001 | 10001101 | 1101100 | 0 | 11110 | 101110 | 10101 | 10101 | 101110 | 111101 |
Color Harmonies of #C98D6C
Complementary color
Monochromatic Colors of #C98D6C
Black with #C98D6C
Text Example
Text Example
White with #C98D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D6C; }
p { color: rgb(201,141,108); }
H1.HeaderClassName
{
color: #C98D6C;
}
.AnyTagClassName
{
color: #C98D6C;
}
</style>
background-color css
<style>
a { background-color: #C98D6C; }
a { background-color: rgb(201,141,108); }
div.DivClassName
{
background-color: #C98D6C;
}
.BgClassName
{
background-color: #C98D6C;
}
</style>
border-color css
<style>
span { border-color: #C98D6C; }
span { border-color: rgb(201,141,108); }
td.TdClassName
{
border-color: #C98D6C;
}
.TagClassName
{
border-color: #C98D6C;
}
</style>