Shades of Feldspar #CD947A
Tints of Feldspar #CD947A
RGB
CMYK
RGB Variations
Color information
#CD947A (or 0xCD947A) is known color: Feldspar. HEX triplet: CD, 94 and 7A. RGB value is (205,148,122). Sum of RGB (Red+Green+Blue) = 205+148+122=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD947A is #326B85. Grayscale: #A2A2A2. Windows color (decimal): -3304326 or 8033485. OLE color: 8033485.
HSL color Cylindrical-coordinate representation of color #CD947A: hue angle of 18.8º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD947A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 122 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.20 |
| HSL | 18.8º | 0.45% | 0.64% | - |
| HSV(B) | 18.8º | 0.4% | 0.8% | - |
| XYZ | 39.28 | 35.56 | 23.21 | - |
| YUV | 162.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 122 | 0 | 0.28 | 0.40 | 0.20 | 18.8 | 0.45 | 0.64 |
| Hex | CD | 94 | 7A | 0 | 1C | 28 | 14 | 13 | 2D | 40 |
| Octal | 315 | 224 | 172 | 0 | 34 | 50 | 24 | 23 | 55 | 100 |
| Binary | 11001101 | 10010100 | 1111010 | 0 | 11100 | 101000 | 10100 | 10011 | 101101 | 1000000 |
Color Harmonies of #CD947A
Complementary color
Monochromatic Colors of #CD947A
Black with #CD947A
Text Example
Text Example
White with #CD947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD947A; }
p { color: rgb(205,148,122); }
H1.HeaderClassName
{
color: #CD947A;
}
.AnyTagClassName
{
color: #CD947A;
}
</style>
background-color css
<style>
a { background-color: #CD947A; }
a { background-color: rgb(205,148,122); }
div.DivClassName
{
background-color: #CD947A;
}
.BgClassName
{
background-color: #CD947A;
}
</style>
border-color css
<style>
span { border-color: #CD947A; }
span { border-color: rgb(205,148,122); }
td.TdClassName
{
border-color: #CD947A;
}
.TagClassName
{
border-color: #CD947A;
}
</style>