Shades of Feldspar #C9967A
Tints of Feldspar #C9967A
RGB
CMYK
RGB Variations
Color information
#C9967A (or 0xC9967A) is known color: Feldspar. HEX triplet: C9, 96 and 7A. RGB value is (201,150,122). Sum of RGB (Red+Green+Blue) = 201+150+122=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9967A is #366985. Grayscale: #A2A2A2. Windows color (decimal): -3565958 or 8033993. OLE color: 8033993.
HSL color Cylindrical-coordinate representation of color #C9967A: hue angle of 21.27º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9967A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 122 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.21 |
| HSL | 21.27º | 0.42% | 0.63% | - |
| HSV(B) | 21.27º | 0.39% | 0.79% | - |
| XYZ | 38.51 | 35.64 | 23.26 | - |
| YUV | 162.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 122 | 0 | 0.25 | 0.39 | 0.21 | 21.27 | 0.42 | 0.63 |
| Hex | C9 | 96 | 7A | 0 | 19 | 27 | 15 | 15 | 2A | 3F |
| Octal | 311 | 226 | 172 | 0 | 31 | 47 | 25 | 25 | 52 | 77 |
| Binary | 11001001 | 10010110 | 1111010 | 0 | 11001 | 100111 | 10101 | 10101 | 101010 | 111111 |
Color Harmonies of #C9967A
Complementary color
Monochromatic Colors of #C9967A
Black with #C9967A
Text Example
Text Example
White with #C9967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9967A; }
p { color: rgb(201,150,122); }
H1.HeaderClassName
{
color: #C9967A;
}
.AnyTagClassName
{
color: #C9967A;
}
</style>
background-color css
<style>
a { background-color: #C9967A; }
a { background-color: rgb(201,150,122); }
div.DivClassName
{
background-color: #C9967A;
}
.BgClassName
{
background-color: #C9967A;
}
</style>
border-color css
<style>
span { border-color: #C9967A; }
span { border-color: rgb(201,150,122); }
td.TdClassName
{
border-color: #C9967A;
}
.TagClassName
{
border-color: #C9967A;
}
</style>