Shades of Feldspar #CF9982
Tints of Feldspar #CF9982
RGB
CMYK
RGB Variations
Color information
#CF9982 (or 0xCF9982) is known color: Feldspar. HEX triplet: CF, 99 and 82. RGB value is (207,153,130). Sum of RGB (Red+Green+Blue) = 207+153+130=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9982 is #30667D. Grayscale: #A6A6A6. Windows color (decimal): -3171966 or 8559055. OLE color: 8559055.
HSL color Cylindrical-coordinate representation of color #CF9982: hue angle of 17.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9982 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 130 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.19 |
| HSL | 17.92º | 0.45% | 0.66% | - |
| HSV(B) | 17.92º | 0.37% | 0.81% | - |
| XYZ | 41.15 | 37.66 | 26.22 | - |
| YUV | 166.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 130 | 0 | 0.26 | 0.37 | 0.19 | 17.92 | 0.45 | 0.66 |
| Hex | CF | 99 | 82 | 0 | 1A | 25 | 13 | 12 | 2D | 42 |
| Octal | 317 | 231 | 202 | 0 | 32 | 45 | 23 | 22 | 55 | 102 |
| Binary | 11001111 | 10011001 | 10000010 | 0 | 11010 | 100101 | 10011 | 10010 | 101101 | 1000010 |
Color Harmonies of #CF9982
Complementary color
Monochromatic Colors of #CF9982
Black with #CF9982
Text Example
Text Example
White with #CF9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9982; }
p { color: rgb(207,153,130); }
H1.HeaderClassName
{
color: #CF9982;
}
.AnyTagClassName
{
color: #CF9982;
}
</style>
background-color css
<style>
a { background-color: #CF9982; }
a { background-color: rgb(207,153,130); }
div.DivClassName
{
background-color: #CF9982;
}
.BgClassName
{
background-color: #CF9982;
}
</style>
border-color css
<style>
span { border-color: #CF9982; }
span { border-color: rgb(207,153,130); }
td.TdClassName
{
border-color: #CF9982;
}
.TagClassName
{
border-color: #CF9982;
}
</style>