Shades of Feldspar #CF9872
Tints of Feldspar #CF9872
RGB
CMYK
RGB Variations
Color information
#CF9872 (or 0xCF9872) is known color: Feldspar. HEX triplet: CF, 98 and 72. RGB value is (207,152,114). Sum of RGB (Red+Green+Blue) = 207+152+114=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9872 is #30678D. Grayscale: #A4A4A4. Windows color (decimal): -3172238 or 7510223. OLE color: 7510223.
HSL color Cylindrical-coordinate representation of color #CF9872: hue angle of 24.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF9872 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 114 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.19 |
| HSL | 24.52º | 0.49% | 0.63% | - |
| HSV(B) | 24.52º | 0.45% | 0.81% | - |
| XYZ | 40 | 36.94 | 20.94 | - |
| YUV | 164.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 114 | 0 | 0.27 | 0.45 | 0.19 | 24.52 | 0.49 | 0.63 |
| Hex | CF | 98 | 72 | 0 | 1B | 2D | 13 | 19 | 31 | 3F |
| Octal | 317 | 230 | 162 | 0 | 33 | 55 | 23 | 31 | 61 | 77 |
| Binary | 11001111 | 10011000 | 1110010 | 0 | 11011 | 101101 | 10011 | 11001 | 110001 | 111111 |
Color Harmonies of #CF9872
Complementary color
Monochromatic Colors of #CF9872
Black with #CF9872
Text Example
Text Example
White with #CF9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9872; }
p { color: rgb(207,152,114); }
H1.HeaderClassName
{
color: #CF9872;
}
.AnyTagClassName
{
color: #CF9872;
}
</style>
background-color css
<style>
a { background-color: #CF9872; }
a { background-color: rgb(207,152,114); }
div.DivClassName
{
background-color: #CF9872;
}
.BgClassName
{
background-color: #CF9872;
}
</style>
border-color css
<style>
span { border-color: #CF9872; }
span { border-color: rgb(207,152,114); }
td.TdClassName
{
border-color: #CF9872;
}
.TagClassName
{
border-color: #CF9872;
}
</style>