Shades of Feldspar #CF9673
Tints of Feldspar #CF9673
RGB
CMYK
RGB Variations
Color information
#CF9673 (or 0xCF9673) is known color: Feldspar. HEX triplet: CF, 96 and 73. RGB value is (207,150,115). Sum of RGB (Red+Green+Blue) = 207+150+115=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9673 is #30698C. Grayscale: #A3A3A3. Windows color (decimal): -3172749 or 7575247. OLE color: 7575247.
HSL color Cylindrical-coordinate representation of color #CF9673: hue angle of 22.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF9673 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 115 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.19 |
| HSL | 22.83º | 0.49% | 0.63% | - |
| HSV(B) | 22.83º | 0.44% | 0.81% | - |
| XYZ | 39.73 | 36.32 | 21.14 | - |
| YUV | 163.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 115 | 0 | 0.28 | 0.44 | 0.19 | 22.83 | 0.49 | 0.63 |
| Hex | CF | 96 | 73 | 0 | 1C | 2C | 13 | 17 | 31 | 3F |
| Octal | 317 | 226 | 163 | 0 | 34 | 54 | 23 | 27 | 61 | 77 |
| Binary | 11001111 | 10010110 | 1110011 | 0 | 11100 | 101100 | 10011 | 10111 | 110001 | 111111 |
Color Harmonies of #CF9673
Complementary color
Monochromatic Colors of #CF9673
Black with #CF9673
Text Example
Text Example
White with #CF9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9673; }
p { color: rgb(207,150,115); }
H1.HeaderClassName
{
color: #CF9673;
}
.AnyTagClassName
{
color: #CF9673;
}
</style>
background-color css
<style>
a { background-color: #CF9673; }
a { background-color: rgb(207,150,115); }
div.DivClassName
{
background-color: #CF9673;
}
.BgClassName
{
background-color: #CF9673;
}
</style>
border-color css
<style>
span { border-color: #CF9673; }
span { border-color: rgb(207,150,115); }
td.TdClassName
{
border-color: #CF9673;
}
.TagClassName
{
border-color: #CF9673;
}
</style>