Shades of Feldspar #CF997C
Tints of Feldspar #CF997C
RGB
CMYK
RGB Variations
Color information
#CF997C (or 0xCF997C) is known color: Feldspar. HEX triplet: CF, 99 and 7C. RGB value is (207,153,124). Sum of RGB (Red+Green+Blue) = 207+153+124=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF997C is #306683. Grayscale: #A6A6A6. Windows color (decimal): -3171972 or 8165839. OLE color: 8165839.
HSL color Cylindrical-coordinate representation of color #CF997C: hue angle of 20.96º 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 #CF997C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 124 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.19 |
| HSL | 20.96º | 0.46% | 0.65% | - |
| HSV(B) | 20.96º | 0.4% | 0.81% | - |
| XYZ | 40.76 | 37.5 | 24.16 | - |
| YUV | 165.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 124 | 0 | 0.26 | 0.40 | 0.19 | 20.96 | 0.46 | 0.65 |
| Hex | CF | 99 | 7C | 0 | 1A | 28 | 13 | 15 | 2E | 41 |
| Octal | 317 | 231 | 174 | 0 | 32 | 50 | 23 | 25 | 56 | 101 |
| Binary | 11001111 | 10011001 | 1111100 | 0 | 11010 | 101000 | 10011 | 10101 | 101110 | 1000001 |
Color Harmonies of #CF997C
Complementary color
Monochromatic Colors of #CF997C
Black with #CF997C
Text Example
Text Example
White with #CF997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF997C; }
p { color: rgb(207,153,124); }
H1.HeaderClassName
{
color: #CF997C;
}
.AnyTagClassName
{
color: #CF997C;
}
</style>
background-color css
<style>
a { background-color: #CF997C; }
a { background-color: rgb(207,153,124); }
div.DivClassName
{
background-color: #CF997C;
}
.BgClassName
{
background-color: #CF997C;
}
</style>
border-color css
<style>
span { border-color: #CF997C; }
span { border-color: rgb(207,153,124); }
td.TdClassName
{
border-color: #CF997C;
}
.TagClassName
{
border-color: #CF997C;
}
</style>