Shades of Feldspar #C9967F
Tints of Feldspar #C9967F
RGB
CMYK
RGB Variations
Color information
#C9967F (or 0xC9967F) is known color: Feldspar. HEX triplet: C9, 96 and 7F. RGB value is (201,150,127). Sum of RGB (Red+Green+Blue) = 201+150+127=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9967F is #366980. Grayscale: #A2A2A2. Windows color (decimal): -3565953 or 8361673. OLE color: 8361673.
HSL color Cylindrical-coordinate representation of color #C9967F: hue angle of 18.65º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9967F is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 127 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.21 |
| HSL | 18.65º | 0.41% | 0.64% | - |
| HSV(B) | 18.65º | 0.37% | 0.79% | - |
| XYZ | 38.82 | 35.76 | 24.94 | - |
| YUV | 162.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 127 | 0 | 0.25 | 0.37 | 0.21 | 18.65 | 0.41 | 0.64 |
| Hex | C9 | 96 | 7F | 0 | 19 | 25 | 15 | 13 | 29 | 40 |
| Octal | 311 | 226 | 177 | 0 | 31 | 45 | 25 | 23 | 51 | 100 |
| Binary | 11001001 | 10010110 | 1111111 | 0 | 11001 | 100101 | 10101 | 10011 | 101001 | 1000000 |
Color Harmonies of #C9967F
Complementary color
Monochromatic Colors of #C9967F
Black with #C9967F
Text Example
Text Example
White with #C9967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9967F; }
p { color: rgb(201,150,127); }
H1.HeaderClassName
{
color: #C9967F;
}
.AnyTagClassName
{
color: #C9967F;
}
</style>
background-color css
<style>
a { background-color: #C9967F; }
a { background-color: rgb(201,150,127); }
div.DivClassName
{
background-color: #C9967F;
}
.BgClassName
{
background-color: #C9967F;
}
</style>
border-color css
<style>
span { border-color: #C9967F; }
span { border-color: rgb(201,150,127); }
td.TdClassName
{
border-color: #C9967F;
}
.TagClassName
{
border-color: #C9967F;
}
</style>