Shades of Feldspar #C9967C
Tints of Feldspar #C9967C
RGB
CMYK
RGB Variations
Color information
#C9967C (or 0xC9967C) is known color: Feldspar. HEX triplet: C9, 96 and 7C. RGB value is (201,150,124). Sum of RGB (Red+Green+Blue) = 201+150+124=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9967C is #366983. Grayscale: #A2A2A2. Windows color (decimal): -3565956 or 8165065. OLE color: 8165065.
HSL color Cylindrical-coordinate representation of color #C9967C: hue angle of 20.26º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9967C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 124 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.21 |
| HSL | 20.26º | 0.42% | 0.64% | - |
| HSV(B) | 20.26º | 0.38% | 0.79% | - |
| XYZ | 38.63 | 35.69 | 23.92 | - |
| YUV | 162.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 124 | 0 | 0.25 | 0.38 | 0.21 | 20.26 | 0.42 | 0.64 |
| Hex | C9 | 96 | 7C | 0 | 19 | 26 | 15 | 14 | 2A | 40 |
| Octal | 311 | 226 | 174 | 0 | 31 | 46 | 25 | 24 | 52 | 100 |
| Binary | 11001001 | 10010110 | 1111100 | 0 | 11001 | 100110 | 10101 | 10100 | 101010 | 1000000 |
Color Harmonies of #C9967C
Complementary color
Monochromatic Colors of #C9967C
Black with #C9967C
Text Example
Text Example
White with #C9967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9967C; }
p { color: rgb(201,150,124); }
H1.HeaderClassName
{
color: #C9967C;
}
.AnyTagClassName
{
color: #C9967C;
}
</style>
background-color css
<style>
a { background-color: #C9967C; }
a { background-color: rgb(201,150,124); }
div.DivClassName
{
background-color: #C9967C;
}
.BgClassName
{
background-color: #C9967C;
}
</style>
border-color css
<style>
span { border-color: #C9967C; }
span { border-color: rgb(201,150,124); }
td.TdClassName
{
border-color: #C9967C;
}
.TagClassName
{
border-color: #C9967C;
}
</style>