Shades of Feldspar #CF8F79
Tints of Feldspar #CF8F79
RGB
CMYK
RGB Variations
Color information
#CF8F79 (or 0xCF8F79) is known color: Feldspar. HEX triplet: CF, 8F and 79. RGB value is (207,143,121). Sum of RGB (Red+Green+Blue) = 207+143+121=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F79 is #307086. Grayscale: #9F9F9F. Windows color (decimal): -3174535 or 7966671. OLE color: 7966671.
HSL color Cylindrical-coordinate representation of color #CF8F79: hue angle of 15.35º 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 #CF8F79 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 121 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.19 |
| HSL | 15.35º | 0.47% | 0.64% | - |
| HSV(B) | 15.35º | 0.42% | 0.81% | - |
| XYZ | 39.01 | 34.29 | 22.65 | - |
| YUV | 159.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 121 | 0 | 0.31 | 0.42 | 0.19 | 15.35 | 0.47 | 0.64 |
| Hex | CF | 8F | 79 | 0 | 1F | 2A | 13 | F | 2F | 40 |
| Octal | 317 | 217 | 171 | 0 | 37 | 52 | 23 | 17 | 57 | 100 |
| Binary | 11001111 | 10001111 | 1111001 | 0 | 11111 | 101010 | 10011 | 1111 | 101111 | 1000000 |
Color Harmonies of #CF8F79
Complementary color
Monochromatic Colors of #CF8F79
Black with #CF8F79
Text Example
Text Example
White with #CF8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F79; }
p { color: rgb(207,143,121); }
H1.HeaderClassName
{
color: #CF8F79;
}
.AnyTagClassName
{
color: #CF8F79;
}
</style>
background-color css
<style>
a { background-color: #CF8F79; }
a { background-color: rgb(207,143,121); }
div.DivClassName
{
background-color: #CF8F79;
}
.BgClassName
{
background-color: #CF8F79;
}
</style>
border-color css
<style>
span { border-color: #CF8F79; }
span { border-color: rgb(207,143,121); }
td.TdClassName
{
border-color: #CF8F79;
}
.TagClassName
{
border-color: #CF8F79;
}
</style>