Shades of Feldspar #CD977B
Tints of Feldspar #CD977B
RGB
CMYK
RGB Variations
Color information
#CD977B (or 0xCD977B) is known color: Feldspar. HEX triplet: CD, 97 and 7B. RGB value is (205,151,123). Sum of RGB (Red+Green+Blue) = 205+151+123=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD977B is #326884. Grayscale: #A4A4A4. Windows color (decimal): -3303557 or 8099789. OLE color: 8099789.
HSL color Cylindrical-coordinate representation of color #CD977B: hue angle of 20.49º 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 #CD977B is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 151 | 123 | - |
| CMYK | 0 | 0.26 | 0.4 | 0.20 |
| HSL | 20.49º | 0.45% | 0.64% | - |
| HSV(B) | 20.49º | 0.4% | 0.8% | - |
| XYZ | 39.82 | 36.54 | 23.69 | - |
| YUV | 163.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 151 | 123 | 0 | 0.26 | 0.4 | 0.20 | 20.49 | 0.45 | 0.64 |
| Hex | CD | 97 | 7B | 0 | 1A | 28 | 14 | 14 | 2D | 40 |
| Octal | 315 | 227 | 173 | 0 | 32 | 50 | 24 | 24 | 55 | 100 |
| Binary | 11001101 | 10010111 | 1111011 | 0 | 11010 | 101000 | 10100 | 10100 | 101101 | 1000000 |
Color Harmonies of #CD977B
Complementary color
Monochromatic Colors of #CD977B
Black with #CD977B
Text Example
Text Example
White with #CD977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD977B; }
p { color: rgb(205,151,123); }
H1.HeaderClassName
{
color: #CD977B;
}
.AnyTagClassName
{
color: #CD977B;
}
</style>
background-color css
<style>
a { background-color: #CD977B; }
a { background-color: rgb(205,151,123); }
div.DivClassName
{
background-color: #CD977B;
}
.BgClassName
{
background-color: #CD977B;
}
</style>
border-color css
<style>
span { border-color: #CD977B; }
span { border-color: rgb(205,151,123); }
td.TdClassName
{
border-color: #CD977B;
}
.TagClassName
{
border-color: #CD977B;
}
</style>