Shades of Feldspar #C9926D
Tints of Feldspar #C9926D
RGB
CMYK
RGB Variations
Color information
#C9926D (or 0xC9926D) is known color: Feldspar. HEX triplet: C9, 92 and 6D. RGB value is (201,146,109). Sum of RGB (Red+Green+Blue) = 201+146+109=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9926D is #366D92. Grayscale: #9E9E9E. Windows color (decimal): -3566995 or 7181001. OLE color: 7181001.
HSL color Cylindrical-coordinate representation of color #C9926D: hue angle of 24.13º 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 #C9926D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 109 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.21 |
| HSL | 24.13º | 0.46% | 0.61% | - |
| HSV(B) | 24.13º | 0.46% | 0.79% | - |
| XYZ | 37.13 | 34.08 | 19.09 | - |
| YUV | 158.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 109 | 0 | 0.27 | 0.46 | 0.21 | 24.13 | 0.46 | 0.61 |
| Hex | C9 | 92 | 6D | 0 | 1B | 2E | 15 | 18 | 2E | 3D |
| Octal | 311 | 222 | 155 | 0 | 33 | 56 | 25 | 30 | 56 | 75 |
| Binary | 11001001 | 10010010 | 1101101 | 0 | 11011 | 101110 | 10101 | 11000 | 101110 | 111101 |
Color Harmonies of #C9926D
Complementary color
Monochromatic Colors of #C9926D
Black with #C9926D
Text Example
Text Example
White with #C9926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9926D; }
p { color: rgb(201,146,109); }
H1.HeaderClassName
{
color: #C9926D;
}
.AnyTagClassName
{
color: #C9926D;
}
</style>
background-color css
<style>
a { background-color: #C9926D; }
a { background-color: rgb(201,146,109); }
div.DivClassName
{
background-color: #C9926D;
}
.BgClassName
{
background-color: #C9926D;
}
</style>
border-color css
<style>
span { border-color: #C9926D; }
span { border-color: rgb(201,146,109); }
td.TdClassName
{
border-color: #C9926D;
}
.TagClassName
{
border-color: #C9926D;
}
</style>