Shades of Feldspar #C9957A
Tints of Feldspar #C9957A
RGB
CMYK
RGB Variations
Color information
#C9957A (or 0xC9957A) is known color: Feldspar. HEX triplet: C9, 95 and 7A. RGB value is (201,149,122). Sum of RGB (Red+Green+Blue) = 201+149+122=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9957A is #366A85. Grayscale: #A1A1A1. Windows color (decimal): -3566214 or 8033737. OLE color: 8033737.
HSL color Cylindrical-coordinate representation of color #C9957A: hue angle of 20.51º 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 #C9957A is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 122 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.21 |
| HSL | 20.51º | 0.42% | 0.63% | - |
| HSV(B) | 20.51º | 0.39% | 0.79% | - |
| XYZ | 38.35 | 35.32 | 23.21 | - |
| YUV | 161.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 122 | 0 | 0.26 | 0.39 | 0.21 | 20.51 | 0.42 | 0.63 |
| Hex | C9 | 95 | 7A | 0 | 1A | 27 | 15 | 15 | 2A | 3F |
| Octal | 311 | 225 | 172 | 0 | 32 | 47 | 25 | 25 | 52 | 77 |
| Binary | 11001001 | 10010101 | 1111010 | 0 | 11010 | 100111 | 10101 | 10101 | 101010 | 111111 |
Color Harmonies of #C9957A
Complementary color
Monochromatic Colors of #C9957A
Black with #C9957A
Text Example
Text Example
White with #C9957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9957A; }
p { color: rgb(201,149,122); }
H1.HeaderClassName
{
color: #C9957A;
}
.AnyTagClassName
{
color: #C9957A;
}
</style>
background-color css
<style>
a { background-color: #C9957A; }
a { background-color: rgb(201,149,122); }
div.DivClassName
{
background-color: #C9957A;
}
.BgClassName
{
background-color: #C9957A;
}
</style>
border-color css
<style>
span { border-color: #C9957A; }
span { border-color: rgb(201,149,122); }
td.TdClassName
{
border-color: #C9957A;
}
.TagClassName
{
border-color: #C9957A;
}
</style>