Shades of Feldspar #CF9078
Tints of Feldspar #CF9078
RGB
CMYK
RGB Variations
Color information
#CF9078 (or 0xCF9078) is known color: Feldspar. HEX triplet: CF, 90 and 78. RGB value is (207,144,120). Sum of RGB (Red+Green+Blue) = 207+144+120=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9078 is #306F87. Grayscale: #A0A0A0. Windows color (decimal): -3174280 or 7901391. OLE color: 7901391.
HSL color Cylindrical-coordinate representation of color #CF9078: hue angle of 16.55º 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 #CF9078 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 120 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.19 |
| HSL | 16.55º | 0.48% | 0.64% | - |
| HSV(B) | 16.55º | 0.42% | 0.81% | - |
| XYZ | 39.1 | 34.57 | 22.38 | - |
| YUV | 160.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 120 | 0 | 0.30 | 0.42 | 0.19 | 16.55 | 0.48 | 0.64 |
| Hex | CF | 90 | 78 | 0 | 1E | 2A | 13 | 11 | 30 | 40 |
| Octal | 317 | 220 | 170 | 0 | 36 | 52 | 23 | 21 | 60 | 100 |
| Binary | 11001111 | 10010000 | 1111000 | 0 | 11110 | 101010 | 10011 | 10001 | 110000 | 1000000 |
Color Harmonies of #CF9078
Complementary color
Monochromatic Colors of #CF9078
Black with #CF9078
Text Example
Text Example
White with #CF9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9078; }
p { color: rgb(207,144,120); }
H1.HeaderClassName
{
color: #CF9078;
}
.AnyTagClassName
{
color: #CF9078;
}
</style>
background-color css
<style>
a { background-color: #CF9078; }
a { background-color: rgb(207,144,120); }
div.DivClassName
{
background-color: #CF9078;
}
.BgClassName
{
background-color: #CF9078;
}
</style>
border-color css
<style>
span { border-color: #CF9078; }
span { border-color: rgb(207,144,120); }
td.TdClassName
{
border-color: #CF9078;
}
.TagClassName
{
border-color: #CF9078;
}
</style>