Shades of Feldspar #C9927F
Tints of Feldspar #C9927F
RGB
CMYK
RGB Variations
Color information
#C9927F (or 0xC9927F) is known color: Feldspar. HEX triplet: C9, 92 and 7F. RGB value is (201,146,127). Sum of RGB (Red+Green+Blue) = 201+146+127=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9927F is #366D80. Grayscale: #A0A0A0. Windows color (decimal): -3566977 or 8360649. OLE color: 8360649.
HSL color Cylindrical-coordinate representation of color #C9927F: hue angle of 15.41º 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 #C9927F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 127 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.21 |
| HSL | 15.41º | 0.41% | 0.64% | - |
| HSV(B) | 15.41º | 0.37% | 0.79% | - |
| XYZ | 38.2 | 34.51 | 24.73 | - |
| YUV | 160.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 127 | 0 | 0.27 | 0.37 | 0.21 | 15.41 | 0.41 | 0.64 |
| Hex | C9 | 92 | 7F | 0 | 1B | 25 | 15 | F | 29 | 40 |
| Octal | 311 | 222 | 177 | 0 | 33 | 45 | 25 | 17 | 51 | 100 |
| Binary | 11001001 | 10010010 | 1111111 | 0 | 11011 | 100101 | 10101 | 1111 | 101001 | 1000000 |
Color Harmonies of #C9927F
Complementary color
Monochromatic Colors of #C9927F
Black with #C9927F
Text Example
Text Example
White with #C9927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9927F; }
p { color: rgb(201,146,127); }
H1.HeaderClassName
{
color: #C9927F;
}
.AnyTagClassName
{
color: #C9927F;
}
</style>
background-color css
<style>
a { background-color: #C9927F; }
a { background-color: rgb(201,146,127); }
div.DivClassName
{
background-color: #C9927F;
}
.BgClassName
{
background-color: #C9927F;
}
</style>
border-color css
<style>
span { border-color: #C9927F; }
span { border-color: rgb(201,146,127); }
td.TdClassName
{
border-color: #C9927F;
}
.TagClassName
{
border-color: #C9927F;
}
</style>