Shades of Feldspar #CD917C
Tints of Feldspar #CD917C
RGB
CMYK
RGB Variations
Color information
#CD917C (or 0xCD917C) is known color: Feldspar. HEX triplet: CD, 91 and 7C. RGB value is (205,145,124). Sum of RGB (Red+Green+Blue) = 205+145+124=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD917C is #326E83. Grayscale: #A0A0A0. Windows color (decimal): -3305092 or 8163789. OLE color: 8163789.
HSL color Cylindrical-coordinate representation of color #CD917C: hue angle of 15.56º 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 #CD917C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 124 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.20 |
| HSL | 15.56º | 0.45% | 0.65% | - |
| HSV(B) | 15.56º | 0.4% | 0.8% | - |
| XYZ | 38.94 | 34.69 | 23.71 | - |
| YUV | 160.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 124 | 0 | 0.29 | 0.40 | 0.20 | 15.56 | 0.45 | 0.65 |
| Hex | CD | 91 | 7C | 0 | 1D | 28 | 14 | 10 | 2D | 41 |
| Octal | 315 | 221 | 174 | 0 | 35 | 50 | 24 | 20 | 55 | 101 |
| Binary | 11001101 | 10010001 | 1111100 | 0 | 11101 | 101000 | 10100 | 10000 | 101101 | 1000001 |
Color Harmonies of #CD917C
Complementary color
Monochromatic Colors of #CD917C
Black with #CD917C
Text Example
Text Example
White with #CD917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD917C; }
p { color: rgb(205,145,124); }
H1.HeaderClassName
{
color: #CD917C;
}
.AnyTagClassName
{
color: #CD917C;
}
</style>
background-color css
<style>
a { background-color: #CD917C; }
a { background-color: rgb(205,145,124); }
div.DivClassName
{
background-color: #CD917C;
}
.BgClassName
{
background-color: #CD917C;
}
</style>
border-color css
<style>
span { border-color: #CD917C; }
span { border-color: rgb(205,145,124); }
td.TdClassName
{
border-color: #CD917C;
}
.TagClassName
{
border-color: #CD917C;
}
</style>