Shades of Feldspar #CF987C
Tints of Feldspar #CF987C
RGB
CMYK
RGB Variations
Color information
#CF987C (or 0xCF987C) is known color: Feldspar. HEX triplet: CF, 98 and 7C. RGB value is (207,152,124). Sum of RGB (Red+Green+Blue) = 207+152+124=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF987C is #306783. Grayscale: #A5A5A5. Windows color (decimal): -3172228 or 8165583. OLE color: 8165583.
HSL color Cylindrical-coordinate representation of color #CF987C: hue angle of 20.24º 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 #CF987C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 124 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.19 |
| HSL | 20.24º | 0.46% | 0.65% | - |
| HSV(B) | 20.24º | 0.4% | 0.81% | - |
| XYZ | 40.6 | 37.18 | 24.1 | - |
| YUV | 165.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 124 | 0 | 0.27 | 0.40 | 0.19 | 20.24 | 0.46 | 0.65 |
| Hex | CF | 98 | 7C | 0 | 1B | 28 | 13 | 14 | 2E | 41 |
| Octal | 317 | 230 | 174 | 0 | 33 | 50 | 23 | 24 | 56 | 101 |
| Binary | 11001111 | 10011000 | 1111100 | 0 | 11011 | 101000 | 10011 | 10100 | 101110 | 1000001 |
Color Harmonies of #CF987C
Complementary color
Monochromatic Colors of #CF987C
Black with #CF987C
Text Example
Text Example
White with #CF987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF987C; }
p { color: rgb(207,152,124); }
H1.HeaderClassName
{
color: #CF987C;
}
.AnyTagClassName
{
color: #CF987C;
}
</style>
background-color css
<style>
a { background-color: #CF987C; }
a { background-color: rgb(207,152,124); }
div.DivClassName
{
background-color: #CF987C;
}
.BgClassName
{
background-color: #CF987C;
}
</style>
border-color css
<style>
span { border-color: #CF987C; }
span { border-color: rgb(207,152,124); }
td.TdClassName
{
border-color: #CF987C;
}
.TagClassName
{
border-color: #CF987C;
}
</style>