Shades of Feldspar #CF9970
Tints of Feldspar #CF9970
RGB
CMYK
RGB Variations
Color information
#CF9970 (or 0xCF9970) is known color: Feldspar. HEX triplet: CF, 99 and 70. RGB value is (207,153,112). Sum of RGB (Red+Green+Blue) = 207+153+112=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9970 is #30668F. Grayscale: #A4A4A4. Windows color (decimal): -3171984 or 7379407. OLE color: 7379407.
HSL color Cylindrical-coordinate representation of color #CF9970: hue angle of 25.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF9970 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 112 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.19 |
| HSL | 25.89º | 0.5% | 0.63% | - |
| HSV(B) | 25.89º | 0.46% | 0.81% | - |
| XYZ | 40.05 | 37.22 | 20.4 | - |
| YUV | 164.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 112 | 0 | 0.26 | 0.46 | 0.19 | 25.89 | 0.5 | 0.63 |
| Hex | CF | 99 | 70 | 0 | 1A | 2E | 13 | 1A | 32 | 3F |
| Octal | 317 | 231 | 160 | 0 | 32 | 56 | 23 | 32 | 62 | 77 |
| Binary | 11001111 | 10011001 | 1110000 | 0 | 11010 | 101110 | 10011 | 11010 | 110010 | 111111 |
Color Harmonies of #CF9970
Complementary color
Monochromatic Colors of #CF9970
Black with #CF9970
Text Example
Text Example
White with #CF9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9970; }
p { color: rgb(207,153,112); }
H1.HeaderClassName
{
color: #CF9970;
}
.AnyTagClassName
{
color: #CF9970;
}
</style>
background-color css
<style>
a { background-color: #CF9970; }
a { background-color: rgb(207,153,112); }
div.DivClassName
{
background-color: #CF9970;
}
.BgClassName
{
background-color: #CF9970;
}
</style>
border-color css
<style>
span { border-color: #CF9970; }
span { border-color: rgb(207,153,112); }
td.TdClassName
{
border-color: #CF9970;
}
.TagClassName
{
border-color: #CF9970;
}
</style>