Shades of Feldspar #C9946E
Tints of Feldspar #C9946E
RGB
CMYK
RGB Variations
Color information
#C9946E (or 0xC9946E) is known color: Feldspar. HEX triplet: C9, 94 and 6E. RGB value is (201,148,110). Sum of RGB (Red+Green+Blue) = 201+148+110=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9946E is #366B91. Grayscale: #9F9F9F. Windows color (decimal): -3566482 or 7247049. OLE color: 7247049.
HSL color Cylindrical-coordinate representation of color #C9946E: hue angle of 25.05º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9946E is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 110 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.21 |
| HSL | 25.05º | 0.46% | 0.61% | - |
| HSV(B) | 25.05º | 0.45% | 0.79% | - |
| XYZ | 37.49 | 34.72 | 19.48 | - |
| YUV | 159.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 110 | 0 | 0.26 | 0.45 | 0.21 | 25.05 | 0.46 | 0.61 |
| Hex | C9 | 94 | 6E | 0 | 1A | 2D | 15 | 19 | 2E | 3D |
| Octal | 311 | 224 | 156 | 0 | 32 | 55 | 25 | 31 | 56 | 75 |
| Binary | 11001001 | 10010100 | 1101110 | 0 | 11010 | 101101 | 10101 | 11001 | 101110 | 111101 |
Color Harmonies of #C9946E
Complementary color
Monochromatic Colors of #C9946E
Black with #C9946E
Text Example
Text Example
White with #C9946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9946E; }
p { color: rgb(201,148,110); }
H1.HeaderClassName
{
color: #C9946E;
}
.AnyTagClassName
{
color: #C9946E;
}
</style>
background-color css
<style>
a { background-color: #C9946E; }
a { background-color: rgb(201,148,110); }
div.DivClassName
{
background-color: #C9946E;
}
.BgClassName
{
background-color: #C9946E;
}
</style>
border-color css
<style>
span { border-color: #C9946E; }
span { border-color: rgb(201,148,110); }
td.TdClassName
{
border-color: #C9946E;
}
.TagClassName
{
border-color: #C9946E;
}
</style>