Shades of Feldspar #CF8D78
Tints of Feldspar #CF8D78
RGB
CMYK
RGB Variations
Color information
#CF8D78 (or 0xCF8D78) is known color: Feldspar. HEX triplet: CF, 8D and 78. RGB value is (207,141,120). Sum of RGB (Red+Green+Blue) = 207+141+120=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D78 is #307287. Grayscale: #9E9E9E. Windows color (decimal): -3175048 or 7900623. OLE color: 7900623.
HSL color Cylindrical-coordinate representation of color #CF8D78: hue angle of 14.48º degrees, saturation: 0.48, 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 #CF8D78 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 120 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.19 |
| HSL | 14.48º | 0.48% | 0.64% | - |
| HSV(B) | 14.48º | 0.42% | 0.81% | - |
| XYZ | 38.65 | 33.67 | 22.23 | - |
| YUV | 158.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 120 | 0 | 0.32 | 0.42 | 0.19 | 14.48 | 0.48 | 0.64 |
| Hex | CF | 8D | 78 | 0 | 20 | 2A | 13 | E | 30 | 40 |
| Octal | 317 | 215 | 170 | 0 | 40 | 52 | 23 | 16 | 60 | 100 |
| Binary | 11001111 | 10001101 | 1111000 | 0 | 100000 | 101010 | 10011 | 1110 | 110000 | 1000000 |
Color Harmonies of #CF8D78
Complementary color
Monochromatic Colors of #CF8D78
Black with #CF8D78
Text Example
Text Example
White with #CF8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D78; }
p { color: rgb(207,141,120); }
H1.HeaderClassName
{
color: #CF8D78;
}
.AnyTagClassName
{
color: #CF8D78;
}
</style>
background-color css
<style>
a { background-color: #CF8D78; }
a { background-color: rgb(207,141,120); }
div.DivClassName
{
background-color: #CF8D78;
}
.BgClassName
{
background-color: #CF8D78;
}
</style>
border-color css
<style>
span { border-color: #CF8D78; }
span { border-color: rgb(207,141,120); }
td.TdClassName
{
border-color: #CF8D78;
}
.TagClassName
{
border-color: #CF8D78;
}
</style>