Shades of Feldspar #C9937B
Tints of Feldspar #C9937B
RGB
CMYK
RGB Variations
Color information
#C9937B (or 0xC9937B) is known color: Feldspar. HEX triplet: C9, 93 and 7B. RGB value is (201,147,123). Sum of RGB (Red+Green+Blue) = 201+147+123=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9937B is #366C84. Grayscale: #A0A0A0. Windows color (decimal): -3566725 or 8098761. OLE color: 8098761.
HSL color Cylindrical-coordinate representation of color #C9937B: hue angle of 18.46º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9937B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 123 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.21 |
| HSL | 18.46º | 0.42% | 0.64% | - |
| HSV(B) | 18.46º | 0.39% | 0.79% | - |
| XYZ | 38.1 | 34.72 | 23.43 | - |
| YUV | 160.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 123 | 0 | 0.27 | 0.39 | 0.21 | 18.46 | 0.42 | 0.64 |
| Hex | C9 | 93 | 7B | 0 | 1B | 27 | 15 | 12 | 2A | 40 |
| Octal | 311 | 223 | 173 | 0 | 33 | 47 | 25 | 22 | 52 | 100 |
| Binary | 11001001 | 10010011 | 1111011 | 0 | 11011 | 100111 | 10101 | 10010 | 101010 | 1000000 |
Color Harmonies of #C9937B
Complementary color
Monochromatic Colors of #C9937B
Black with #C9937B
Text Example
Text Example
White with #C9937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9937B; }
p { color: rgb(201,147,123); }
H1.HeaderClassName
{
color: #C9937B;
}
.AnyTagClassName
{
color: #C9937B;
}
</style>
background-color css
<style>
a { background-color: #C9937B; }
a { background-color: rgb(201,147,123); }
div.DivClassName
{
background-color: #C9937B;
}
.BgClassName
{
background-color: #C9937B;
}
</style>
border-color css
<style>
span { border-color: #C9937B; }
span { border-color: rgb(201,147,123); }
td.TdClassName
{
border-color: #C9937B;
}
.TagClassName
{
border-color: #C9937B;
}
</style>