Shades of Feldspar #CF9278
Tints of Feldspar #CF9278
RGB
CMYK
RGB Variations
Color information
#CF9278 (or 0xCF9278) is known color: Feldspar. HEX triplet: CF, 92 and 78. RGB value is (207,146,120). Sum of RGB (Red+Green+Blue) = 207+146+120=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9278 is #306D87. Grayscale: #A1A1A1. Windows color (decimal): -3173768 or 7901903. OLE color: 7901903.
HSL color Cylindrical-coordinate representation of color #CF9278: hue angle of 17.93º 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 #CF9278 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 120 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.19 |
| HSL | 17.93º | 0.48% | 0.64% | - |
| HSV(B) | 17.93º | 0.42% | 0.81% | - |
| XYZ | 39.4 | 35.18 | 22.48 | - |
| YUV | 161.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 120 | 0 | 0.29 | 0.42 | 0.19 | 17.93 | 0.48 | 0.64 |
| Hex | CF | 92 | 78 | 0 | 1D | 2A | 13 | 12 | 30 | 40 |
| Octal | 317 | 222 | 170 | 0 | 35 | 52 | 23 | 22 | 60 | 100 |
| Binary | 11001111 | 10010010 | 1111000 | 0 | 11101 | 101010 | 10011 | 10010 | 110000 | 1000000 |
Color Harmonies of #CF9278
Complementary color
Monochromatic Colors of #CF9278
Black with #CF9278
Text Example
Text Example
White with #CF9278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9278; }
p { color: rgb(207,146,120); }
H1.HeaderClassName
{
color: #CF9278;
}
.AnyTagClassName
{
color: #CF9278;
}
</style>
background-color css
<style>
a { background-color: #CF9278; }
a { background-color: rgb(207,146,120); }
div.DivClassName
{
background-color: #CF9278;
}
.BgClassName
{
background-color: #CF9278;
}
</style>
border-color css
<style>
span { border-color: #CF9278; }
span { border-color: rgb(207,146,120); }
td.TdClassName
{
border-color: #CF9278;
}
.TagClassName
{
border-color: #CF9278;
}
</style>