Shades of Feldspar #CF9881
Tints of Feldspar #CF9881
RGB
CMYK
RGB Variations
Color information
#CF9881 (or 0xCF9881) is known color: Feldspar. HEX triplet: CF, 98 and 81. RGB value is (207,152,129). Sum of RGB (Red+Green+Blue) = 207+152+129=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9881 is #30677E. Grayscale: #A5A5A5. Windows color (decimal): -3172223 or 8493263. OLE color: 8493263.
HSL color Cylindrical-coordinate representation of color #CF9881: hue angle of 17.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9881 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 129 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.19 |
| HSL | 17.69º | 0.45% | 0.66% | - |
| HSV(B) | 17.69º | 0.38% | 0.81% | - |
| XYZ | 40.92 | 37.31 | 25.81 | - |
| YUV | 165.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 129 | 0 | 0.27 | 0.38 | 0.19 | 17.69 | 0.45 | 0.66 |
| Hex | CF | 98 | 81 | 0 | 1B | 26 | 13 | 12 | 2D | 42 |
| Octal | 317 | 230 | 201 | 0 | 33 | 46 | 23 | 22 | 55 | 102 |
| Binary | 11001111 | 10011000 | 10000001 | 0 | 11011 | 100110 | 10011 | 10010 | 101101 | 1000010 |
Color Harmonies of #CF9881
Complementary color
Monochromatic Colors of #CF9881
Black with #CF9881
Text Example
Text Example
White with #CF9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9881; }
p { color: rgb(207,152,129); }
H1.HeaderClassName
{
color: #CF9881;
}
.AnyTagClassName
{
color: #CF9881;
}
</style>
background-color css
<style>
a { background-color: #CF9881; }
a { background-color: rgb(207,152,129); }
div.DivClassName
{
background-color: #CF9881;
}
.BgClassName
{
background-color: #CF9881;
}
</style>
border-color css
<style>
span { border-color: #CF9881; }
span { border-color: rgb(207,152,129); }
td.TdClassName
{
border-color: #CF9881;
}
.TagClassName
{
border-color: #CF9881;
}
</style>