Shades of Feldspar #CF986E
Tints of Feldspar #CF986E
RGB
CMYK
RGB Variations
Color information
#CF986E (or 0xCF986E) is known color: Feldspar. HEX triplet: CF, 98 and 6E. RGB value is (207,152,110). Sum of RGB (Red+Green+Blue) = 207+152+110=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF986E is #306791. Grayscale: #A3A3A3. Windows color (decimal): -3172242 or 7248079. OLE color: 7248079.
HSL color Cylindrical-coordinate representation of color #CF986E: hue angle of 25.98º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF986E is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 110 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.19 |
| HSL | 25.98º | 0.5% | 0.62% | - |
| HSV(B) | 25.98º | 0.47% | 0.81% | - |
| XYZ | 39.77 | 36.85 | 19.77 | - |
| YUV | 163.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 110 | 0 | 0.27 | 0.47 | 0.19 | 25.98 | 0.5 | 0.62 |
| Hex | CF | 98 | 6E | 0 | 1B | 2F | 13 | 1A | 32 | 3E |
| Octal | 317 | 230 | 156 | 0 | 33 | 57 | 23 | 32 | 62 | 76 |
| Binary | 11001111 | 10011000 | 1101110 | 0 | 11011 | 101111 | 10011 | 11010 | 110010 | 111110 |
Color Harmonies of #CF986E
Complementary color
Monochromatic Colors of #CF986E
Black with #CF986E
Text Example
Text Example
White with #CF986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF986E; }
p { color: rgb(207,152,110); }
H1.HeaderClassName
{
color: #CF986E;
}
.AnyTagClassName
{
color: #CF986E;
}
</style>
background-color css
<style>
a { background-color: #CF986E; }
a { background-color: rgb(207,152,110); }
div.DivClassName
{
background-color: #CF986E;
}
.BgClassName
{
background-color: #CF986E;
}
</style>
border-color css
<style>
span { border-color: #CF986E; }
span { border-color: rgb(207,152,110); }
td.TdClassName
{
border-color: #CF986E;
}
.TagClassName
{
border-color: #CF986E;
}
</style>