Shades of Feldspar #CF987D
Tints of Feldspar #CF987D
RGB
CMYK
RGB Variations
Color information
#CF987D (or 0xCF987D) is known color: Feldspar. HEX triplet: CF, 98 and 7D. RGB value is (207,152,125). Sum of RGB (Red+Green+Blue) = 207+152+125=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF987D is #306782. Grayscale: #A5A5A5. Windows color (decimal): -3172227 or 8231119. OLE color: 8231119.
HSL color Cylindrical-coordinate representation of color #CF987D: hue angle of 19.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF987D is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 125 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.19 |
| HSL | 19.76º | 0.46% | 0.65% | - |
| HSV(B) | 19.76º | 0.4% | 0.81% | - |
| XYZ | 40.66 | 37.2 | 24.44 | - |
| YUV | 165.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 125 | 0 | 0.27 | 0.40 | 0.19 | 19.76 | 0.46 | 0.65 |
| Hex | CF | 98 | 7D | 0 | 1B | 28 | 13 | 14 | 2E | 41 |
| Octal | 317 | 230 | 175 | 0 | 33 | 50 | 23 | 24 | 56 | 101 |
| Binary | 11001111 | 10011000 | 1111101 | 0 | 11011 | 101000 | 10011 | 10100 | 101110 | 1000001 |
Color Harmonies of #CF987D
Complementary color
Monochromatic Colors of #CF987D
Black with #CF987D
Text Example
Text Example
White with #CF987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF987D; }
p { color: rgb(207,152,125); }
H1.HeaderClassName
{
color: #CF987D;
}
.AnyTagClassName
{
color: #CF987D;
}
</style>
background-color css
<style>
a { background-color: #CF987D; }
a { background-color: rgb(207,152,125); }
div.DivClassName
{
background-color: #CF987D;
}
.BgClassName
{
background-color: #CF987D;
}
</style>
border-color css
<style>
span { border-color: #CF987D; }
span { border-color: rgb(207,152,125); }
td.TdClassName
{
border-color: #CF987D;
}
.TagClassName
{
border-color: #CF987D;
}
</style>