Shades of Feldspar #CF946F
Tints of Feldspar #CF946F
RGB
CMYK
RGB Variations
Color information
#CF946F (or 0xCF946F) is known color: Feldspar. HEX triplet: CF, 94 and 6F. RGB value is (207,148,111). Sum of RGB (Red+Green+Blue) = 207+148+111=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF946F is #306B90. Grayscale: #A1A1A1. Windows color (decimal): -3173265 or 7312591. OLE color: 7312591.
HSL color Cylindrical-coordinate representation of color #CF946F: hue angle of 23.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF946F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 111 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.19 |
| HSL | 23.13º | 0.5% | 0.62% | - |
| HSV(B) | 23.13º | 0.46% | 0.81% | - |
| XYZ | 39.19 | 35.59 | 19.84 | - |
| YUV | 161.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 111 | 0 | 0.29 | 0.46 | 0.19 | 23.13 | 0.5 | 0.62 |
| Hex | CF | 94 | 6F | 0 | 1D | 2E | 13 | 17 | 32 | 3E |
| Octal | 317 | 224 | 157 | 0 | 35 | 56 | 23 | 27 | 62 | 76 |
| Binary | 11001111 | 10010100 | 1101111 | 0 | 11101 | 101110 | 10011 | 10111 | 110010 | 111110 |
Color Harmonies of #CF946F
Complementary color
Monochromatic Colors of #CF946F
Black with #CF946F
Text Example
Text Example
White with #CF946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF946F; }
p { color: rgb(207,148,111); }
H1.HeaderClassName
{
color: #CF946F;
}
.AnyTagClassName
{
color: #CF946F;
}
</style>
background-color css
<style>
a { background-color: #CF946F; }
a { background-color: rgb(207,148,111); }
div.DivClassName
{
background-color: #CF946F;
}
.BgClassName
{
background-color: #CF946F;
}
</style>
border-color css
<style>
span { border-color: #CF946F; }
span { border-color: rgb(207,148,111); }
td.TdClassName
{
border-color: #CF946F;
}
.TagClassName
{
border-color: #CF946F;
}
</style>