Shades of Feldspar #CF9A7E
Tints of Feldspar #CF9A7E
RGB
CMYK
RGB Variations
Color information
#CF9A7E (or 0xCF9A7E) is known color: Feldspar. HEX triplet: CF, 9A and 7E. RGB value is (207,154,126). Sum of RGB (Red+Green+Blue) = 207+154+126=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A7E is #306581. Grayscale: #A6A6A6. Windows color (decimal): -3171714 or 8297167. OLE color: 8297167.
HSL color Cylindrical-coordinate representation of color #CF9A7E: hue angle of 20.74º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF9A7E is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 126 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.19 |
| HSL | 20.74º | 0.46% | 0.65% | - |
| HSV(B) | 20.74º | 0.39% | 0.81% | - |
| XYZ | 41.05 | 37.88 | 24.89 | - |
| YUV | 166.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 126 | 0 | 0.26 | 0.39 | 0.19 | 20.74 | 0.46 | 0.65 |
| Hex | CF | 9A | 7E | 0 | 1A | 27 | 13 | 15 | 2E | 41 |
| Octal | 317 | 232 | 176 | 0 | 32 | 47 | 23 | 25 | 56 | 101 |
| Binary | 11001111 | 10011010 | 1111110 | 0 | 11010 | 100111 | 10011 | 10101 | 101110 | 1000001 |
Color Harmonies of #CF9A7E
Complementary color
Monochromatic Colors of #CF9A7E
Black with #CF9A7E
Text Example
Text Example
White with #CF9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A7E; }
p { color: rgb(207,154,126); }
H1.HeaderClassName
{
color: #CF9A7E;
}
.AnyTagClassName
{
color: #CF9A7E;
}
</style>
background-color css
<style>
a { background-color: #CF9A7E; }
a { background-color: rgb(207,154,126); }
div.DivClassName
{
background-color: #CF9A7E;
}
.BgClassName
{
background-color: #CF9A7E;
}
</style>
border-color css
<style>
span { border-color: #CF9A7E; }
span { border-color: rgb(207,154,126); }
td.TdClassName
{
border-color: #CF9A7E;
}
.TagClassName
{
border-color: #CF9A7E;
}
</style>