Shades of Feldspar #CF9870
Tints of Feldspar #CF9870
RGB
CMYK
RGB Variations
Color information
#CF9870 (or 0xCF9870) is known color: Feldspar. HEX triplet: CF, 98 and 70. RGB value is (207,152,112). Sum of RGB (Red+Green+Blue) = 207+152+112=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9870 is #30678F. Grayscale: #A4A4A4. Windows color (decimal): -3172240 or 7379151. OLE color: 7379151.
HSL color Cylindrical-coordinate representation of color #CF9870: hue angle of 25.26º 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 #CF9870 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 112 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.19 |
| HSL | 25.26º | 0.5% | 0.63% | - |
| HSV(B) | 25.26º | 0.46% | 0.81% | - |
| XYZ | 39.88 | 36.89 | 20.35 | - |
| YUV | 163.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 112 | 0 | 0.27 | 0.46 | 0.19 | 25.26 | 0.5 | 0.63 |
| Hex | CF | 98 | 70 | 0 | 1B | 2E | 13 | 19 | 32 | 3F |
| Octal | 317 | 230 | 160 | 0 | 33 | 56 | 23 | 31 | 62 | 77 |
| Binary | 11001111 | 10011000 | 1110000 | 0 | 11011 | 101110 | 10011 | 11001 | 110010 | 111111 |
Color Harmonies of #CF9870
Complementary color
Monochromatic Colors of #CF9870
Black with #CF9870
Text Example
Text Example
White with #CF9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9870; }
p { color: rgb(207,152,112); }
H1.HeaderClassName
{
color: #CF9870;
}
.AnyTagClassName
{
color: #CF9870;
}
</style>
background-color css
<style>
a { background-color: #CF9870; }
a { background-color: rgb(207,152,112); }
div.DivClassName
{
background-color: #CF9870;
}
.BgClassName
{
background-color: #CF9870;
}
</style>
border-color css
<style>
span { border-color: #CF9870; }
span { border-color: rgb(207,152,112); }
td.TdClassName
{
border-color: #CF9870;
}
.TagClassName
{
border-color: #CF9870;
}
</style>