Shades of Feldspar #CF996E
Tints of Feldspar #CF996E
RGB
CMYK
RGB Variations
Color information
#CF996E (or 0xCF996E) is known color: Feldspar. HEX triplet: CF, 99 and 6E. RGB value is (207,153,110). Sum of RGB (Red+Green+Blue) = 207+153+110=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF996E is #306691. Grayscale: #A4A4A4. Windows color (decimal): -3171986 or 7248335. OLE color: 7248335.
HSL color Cylindrical-coordinate representation of color #CF996E: hue angle of 26.6º 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 #CF996E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 110 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.19 |
| HSL | 26.6º | 0.5% | 0.62% | - |
| HSV(B) | 26.6º | 0.47% | 0.81% | - |
| XYZ | 39.94 | 37.17 | 19.82 | - |
| YUV | 164.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 110 | 0 | 0.26 | 0.47 | 0.19 | 26.6 | 0.5 | 0.62 |
| Hex | CF | 99 | 6E | 0 | 1A | 2F | 13 | 1B | 32 | 3E |
| Octal | 317 | 231 | 156 | 0 | 32 | 57 | 23 | 33 | 62 | 76 |
| Binary | 11001111 | 10011001 | 1101110 | 0 | 11010 | 101111 | 10011 | 11011 | 110010 | 111110 |
Color Harmonies of #CF996E
Complementary color
Monochromatic Colors of #CF996E
Black with #CF996E
Text Example
Text Example
White with #CF996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF996E; }
p { color: rgb(207,153,110); }
H1.HeaderClassName
{
color: #CF996E;
}
.AnyTagClassName
{
color: #CF996E;
}
</style>
background-color css
<style>
a { background-color: #CF996E; }
a { background-color: rgb(207,153,110); }
div.DivClassName
{
background-color: #CF996E;
}
.BgClassName
{
background-color: #CF996E;
}
</style>
border-color css
<style>
span { border-color: #CF996E; }
span { border-color: rgb(207,153,110); }
td.TdClassName
{
border-color: #CF996E;
}
.TagClassName
{
border-color: #CF996E;
}
</style>