Shades of Feldspar #CF8D79
Tints of Feldspar #CF8D79
RGB
CMYK
RGB Variations
Color information
#CF8D79 (or 0xCF8D79) is known color: Feldspar. HEX triplet: CF, 8D and 79. RGB value is (207,141,121). Sum of RGB (Red+Green+Blue) = 207+141+121=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D79 is #307286. Grayscale: #9E9E9E. Windows color (decimal): -3175047 or 7966159. OLE color: 7966159.
HSL color Cylindrical-coordinate representation of color #CF8D79: hue angle of 13.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8D79 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 121 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.19 |
| HSL | 13.95º | 0.47% | 0.64% | - |
| HSV(B) | 13.95º | 0.42% | 0.81% | - |
| XYZ | 38.71 | 33.7 | 22.55 | - |
| YUV | 158.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 121 | 0 | 0.32 | 0.42 | 0.19 | 13.95 | 0.47 | 0.64 |
| Hex | CF | 8D | 79 | 0 | 20 | 2A | 13 | E | 2F | 40 |
| Octal | 317 | 215 | 171 | 0 | 40 | 52 | 23 | 16 | 57 | 100 |
| Binary | 11001111 | 10001101 | 1111001 | 0 | 100000 | 101010 | 10011 | 1110 | 101111 | 1000000 |
Color Harmonies of #CF8D79
Complementary color
Monochromatic Colors of #CF8D79
Black with #CF8D79
Text Example
Text Example
White with #CF8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D79; }
p { color: rgb(207,141,121); }
H1.HeaderClassName
{
color: #CF8D79;
}
.AnyTagClassName
{
color: #CF8D79;
}
</style>
background-color css
<style>
a { background-color: #CF8D79; }
a { background-color: rgb(207,141,121); }
div.DivClassName
{
background-color: #CF8D79;
}
.BgClassName
{
background-color: #CF8D79;
}
</style>
border-color css
<style>
span { border-color: #CF8D79; }
span { border-color: rgb(207,141,121); }
td.TdClassName
{
border-color: #CF8D79;
}
.TagClassName
{
border-color: #CF8D79;
}
</style>