Shades of Feldspar #CD977C
Tints of Feldspar #CD977C
RGB
CMYK
RGB Variations
Color information
#CD977C (or 0xCD977C) is known color: Feldspar. HEX triplet: CD, 97 and 7C. RGB value is (205,151,124). Sum of RGB (Red+Green+Blue) = 205+151+124=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD977C is #326883. Grayscale: #A4A4A4. Windows color (decimal): -3303556 or 8165325. OLE color: 8165325.
HSL color Cylindrical-coordinate representation of color #CD977C: hue angle of 20º 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 #CD977C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 151 | 124 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.20 |
| HSL | 20º | 0.45% | 0.65% | - |
| HSV(B) | 20º | 0.4% | 0.8% | - |
| XYZ | 39.88 | 36.57 | 24.03 | - |
| YUV | 164.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 151 | 124 | 0 | 0.26 | 0.40 | 0.20 | 20 | 0.45 | 0.65 |
| Hex | CD | 97 | 7C | 0 | 1A | 28 | 14 | 14 | 2D | 41 |
| Octal | 315 | 227 | 174 | 0 | 32 | 50 | 24 | 24 | 55 | 101 |
| Binary | 11001101 | 10010111 | 1111100 | 0 | 11010 | 101000 | 10100 | 10100 | 101101 | 1000001 |
Color Harmonies of #CD977C
Complementary color
Monochromatic Colors of #CD977C
Black with #CD977C
Text Example
Text Example
White with #CD977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD977C; }
p { color: rgb(205,151,124); }
H1.HeaderClassName
{
color: #CD977C;
}
.AnyTagClassName
{
color: #CD977C;
}
</style>
background-color css
<style>
a { background-color: #CD977C; }
a { background-color: rgb(205,151,124); }
div.DivClassName
{
background-color: #CD977C;
}
.BgClassName
{
background-color: #CD977C;
}
</style>
border-color css
<style>
span { border-color: #CD977C; }
span { border-color: rgb(205,151,124); }
td.TdClassName
{
border-color: #CD977C;
}
.TagClassName
{
border-color: #CD977C;
}
</style>