Shades of Feldspar #CF9575
Tints of Feldspar #CF9575
RGB
CMYK
RGB Variations
Color information
#CF9575 (or 0xCF9575) is known color: Feldspar. HEX triplet: CF, 95 and 75. RGB value is (207,149,117). Sum of RGB (Red+Green+Blue) = 207+149+117=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9575 is #306A8A. Grayscale: #A2A2A2. Windows color (decimal): -3173003 or 7706063. OLE color: 7706063.
HSL color Cylindrical-coordinate representation of color #CF9575: hue angle of 21.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF9575 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 117 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.19 |
| HSL | 21.33º | 0.48% | 0.64% | - |
| HSV(B) | 21.33º | 0.43% | 0.81% | - |
| XYZ | 39.69 | 36.04 | 21.7 | - |
| YUV | 162.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 117 | 0 | 0.28 | 0.43 | 0.19 | 21.33 | 0.48 | 0.64 |
| Hex | CF | 95 | 75 | 0 | 1C | 2B | 13 | 15 | 30 | 40 |
| Octal | 317 | 225 | 165 | 0 | 34 | 53 | 23 | 25 | 60 | 100 |
| Binary | 11001111 | 10010101 | 1110101 | 0 | 11100 | 101011 | 10011 | 10101 | 110000 | 1000000 |
Color Harmonies of #CF9575
Complementary color
Monochromatic Colors of #CF9575
Black with #CF9575
Text Example
Text Example
White with #CF9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9575; }
p { color: rgb(207,149,117); }
H1.HeaderClassName
{
color: #CF9575;
}
.AnyTagClassName
{
color: #CF9575;
}
</style>
background-color css
<style>
a { background-color: #CF9575; }
a { background-color: rgb(207,149,117); }
div.DivClassName
{
background-color: #CF9575;
}
.BgClassName
{
background-color: #CF9575;
}
</style>
border-color css
<style>
span { border-color: #CF9575; }
span { border-color: rgb(207,149,117); }
td.TdClassName
{
border-color: #CF9575;
}
.TagClassName
{
border-color: #CF9575;
}
</style>