Shades of Feldspar #CF9C73
Tints of Feldspar #CF9C73
RGB
CMYK
RGB Variations
Color information
#CF9C73 (or 0xCF9C73) is known color: Feldspar. HEX triplet: CF, 9C and 73. RGB value is (207,156,115). Sum of RGB (Red+Green+Blue) = 207+156+115=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C73 is #30638C. Grayscale: #A6A6A6. Windows color (decimal): -3171213 or 7576783. OLE color: 7576783.
HSL color Cylindrical-coordinate representation of color #CF9C73: hue angle of 26.74º 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 #CF9C73 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 115 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.19 |
| HSL | 26.74º | 0.49% | 0.63% | - |
| HSV(B) | 26.74º | 0.44% | 0.81% | - |
| XYZ | 40.72 | 38.28 | 21.46 | - |
| YUV | 166.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 115 | 0 | 0.25 | 0.44 | 0.19 | 26.74 | 0.49 | 0.63 |
| Hex | CF | 9C | 73 | 0 | 19 | 2C | 13 | 1B | 31 | 3F |
| Octal | 317 | 234 | 163 | 0 | 31 | 54 | 23 | 33 | 61 | 77 |
| Binary | 11001111 | 10011100 | 1110011 | 0 | 11001 | 101100 | 10011 | 11011 | 110001 | 111111 |
Color Harmonies of #CF9C73
Complementary color
Monochromatic Colors of #CF9C73
Black with #CF9C73
Text Example
Text Example
White with #CF9C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C73; }
p { color: rgb(207,156,115); }
H1.HeaderClassName
{
color: #CF9C73;
}
.AnyTagClassName
{
color: #CF9C73;
}
</style>
background-color css
<style>
a { background-color: #CF9C73; }
a { background-color: rgb(207,156,115); }
div.DivClassName
{
background-color: #CF9C73;
}
.BgClassName
{
background-color: #CF9C73;
}
</style>
border-color css
<style>
span { border-color: #CF9C73; }
span { border-color: rgb(207,156,115); }
td.TdClassName
{
border-color: #CF9C73;
}
.TagClassName
{
border-color: #CF9C73;
}
</style>