Shades of Feldspar #CD947C
Tints of Feldspar #CD947C
RGB
CMYK
RGB Variations
Color information
#CD947C (or 0xCD947C) is known color: Feldspar. HEX triplet: CD, 94 and 7C. RGB value is (205,148,124). Sum of RGB (Red+Green+Blue) = 205+148+124=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD947C is #326B83. Grayscale: #A2A2A2. Windows color (decimal): -3304324 or 8164557. OLE color: 8164557.
HSL color Cylindrical-coordinate representation of color #CD947C: hue angle of 17.78º 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 #CD947C is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 124 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.20 |
| HSL | 17.78º | 0.45% | 0.65% | - |
| HSV(B) | 17.78º | 0.4% | 0.8% | - |
| XYZ | 39.4 | 35.61 | 23.87 | - |
| YUV | 162.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 124 | 0 | 0.28 | 0.40 | 0.20 | 17.78 | 0.45 | 0.65 |
| Hex | CD | 94 | 7C | 0 | 1C | 28 | 14 | 12 | 2D | 41 |
| Octal | 315 | 224 | 174 | 0 | 34 | 50 | 24 | 22 | 55 | 101 |
| Binary | 11001101 | 10010100 | 1111100 | 0 | 11100 | 101000 | 10100 | 10010 | 101101 | 1000001 |
Color Harmonies of #CD947C
Complementary color
Monochromatic Colors of #CD947C
Black with #CD947C
Text Example
Text Example
White with #CD947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD947C; }
p { color: rgb(205,148,124); }
H1.HeaderClassName
{
color: #CD947C;
}
.AnyTagClassName
{
color: #CD947C;
}
</style>
background-color css
<style>
a { background-color: #CD947C; }
a { background-color: rgb(205,148,124); }
div.DivClassName
{
background-color: #CD947C;
}
.BgClassName
{
background-color: #CD947C;
}
</style>
border-color css
<style>
span { border-color: #CD947C; }
span { border-color: rgb(205,148,124); }
td.TdClassName
{
border-color: #CD947C;
}
.TagClassName
{
border-color: #CD947C;
}
</style>