Shades of Feldspar #CD9781
Tints of Feldspar #CD9781
RGB
CMYK
RGB Variations
Color information
#CD9781 (or 0xCD9781) is known color: Feldspar. HEX triplet: CD, 97 and 81. RGB value is (205,151,129). Sum of RGB (Red+Green+Blue) = 205+151+129=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9781 is #32687E. Grayscale: #A4A4A4. Windows color (decimal): -3303551 or 8493005. OLE color: 8493005.
HSL color Cylindrical-coordinate representation of color #CD9781: hue angle of 17.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD9781 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 151 | 129 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.20 |
| HSL | 17.37º | 0.43% | 0.65% | - |
| HSV(B) | 17.37º | 0.37% | 0.8% | - |
| XYZ | 40.21 | 36.7 | 25.73 | - |
| YUV | 164.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 151 | 129 | 0 | 0.26 | 0.37 | 0.20 | 17.37 | 0.43 | 0.65 |
| Hex | CD | 97 | 81 | 0 | 1A | 25 | 14 | 11 | 2B | 41 |
| Octal | 315 | 227 | 201 | 0 | 32 | 45 | 24 | 21 | 53 | 101 |
| Binary | 11001101 | 10010111 | 10000001 | 0 | 11010 | 100101 | 10100 | 10001 | 101011 | 1000001 |
Color Harmonies of #CD9781
Complementary color
Monochromatic Colors of #CD9781
Black with #CD9781
Text Example
Text Example
White with #CD9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9781; }
p { color: rgb(205,151,129); }
H1.HeaderClassName
{
color: #CD9781;
}
.AnyTagClassName
{
color: #CD9781;
}
</style>
background-color css
<style>
a { background-color: #CD9781; }
a { background-color: rgb(205,151,129); }
div.DivClassName
{
background-color: #CD9781;
}
.BgClassName
{
background-color: #CD9781;
}
</style>
border-color css
<style>
span { border-color: #CD9781; }
span { border-color: rgb(205,151,129); }
td.TdClassName
{
border-color: #CD9781;
}
.TagClassName
{
border-color: #CD9781;
}
</style>