Shades of Feldspar #CD937C
Tints of Feldspar #CD937C
RGB
CMYK
RGB Variations
Color information
#CD937C (or 0xCD937C) is known color: Feldspar. HEX triplet: CD, 93 and 7C. RGB value is (205,147,124). Sum of RGB (Red+Green+Blue) = 205+147+124=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD937C is #326C83. Grayscale: #A1A1A1. Windows color (decimal): -3304580 or 8164301. OLE color: 8164301.
HSL color Cylindrical-coordinate representation of color #CD937C: hue angle of 17.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD937C is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 124 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.20 |
| HSL | 17.04º | 0.45% | 0.65% | - |
| HSV(B) | 17.04º | 0.4% | 0.8% | - |
| XYZ | 39.25 | 35.3 | 23.81 | - |
| YUV | 161.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 124 | 0 | 0.28 | 0.40 | 0.20 | 17.04 | 0.45 | 0.65 |
| Hex | CD | 93 | 7C | 0 | 1C | 28 | 14 | 11 | 2D | 41 |
| Octal | 315 | 223 | 174 | 0 | 34 | 50 | 24 | 21 | 55 | 101 |
| Binary | 11001101 | 10010011 | 1111100 | 0 | 11100 | 101000 | 10100 | 10001 | 101101 | 1000001 |
Color Harmonies of #CD937C
Complementary color
Monochromatic Colors of #CD937C
Black with #CD937C
Text Example
Text Example
White with #CD937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD937C; }
p { color: rgb(205,147,124); }
H1.HeaderClassName
{
color: #CD937C;
}
.AnyTagClassName
{
color: #CD937C;
}
</style>
background-color css
<style>
a { background-color: #CD937C; }
a { background-color: rgb(205,147,124); }
div.DivClassName
{
background-color: #CD937C;
}
.BgClassName
{
background-color: #CD937C;
}
</style>
border-color css
<style>
span { border-color: #CD937C; }
span { border-color: rgb(205,147,124); }
td.TdClassName
{
border-color: #CD937C;
}
.TagClassName
{
border-color: #CD937C;
}
</style>