Shades of Feldspar #CF9077
Tints of Feldspar #CF9077
RGB
CMYK
RGB Variations
Color information
#CF9077 (or 0xCF9077) is known color: Feldspar. HEX triplet: CF, 90 and 77. RGB value is (207,144,119). Sum of RGB (Red+Green+Blue) = 207+144+119=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9077 is #306F88. Grayscale: #A0A0A0. Windows color (decimal): -3174281 or 7835855. OLE color: 7835855.
HSL color Cylindrical-coordinate representation of color #CF9077: hue angle of 17.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF9077 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 119 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.19 |
| HSL | 17.05º | 0.48% | 0.64% | - |
| HSV(B) | 17.05º | 0.43% | 0.81% | - |
| XYZ | 39.04 | 34.54 | 22.06 | - |
| YUV | 159.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 119 | 0 | 0.30 | 0.43 | 0.19 | 17.05 | 0.48 | 0.64 |
| Hex | CF | 90 | 77 | 0 | 1E | 2B | 13 | 11 | 30 | 40 |
| Octal | 317 | 220 | 167 | 0 | 36 | 53 | 23 | 21 | 60 | 100 |
| Binary | 11001111 | 10010000 | 1110111 | 0 | 11110 | 101011 | 10011 | 10001 | 110000 | 1000000 |
Color Harmonies of #CF9077
Complementary color
Monochromatic Colors of #CF9077
Black with #CF9077
Text Example
Text Example
White with #CF9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9077; }
p { color: rgb(207,144,119); }
H1.HeaderClassName
{
color: #CF9077;
}
.AnyTagClassName
{
color: #CF9077;
}
</style>
background-color css
<style>
a { background-color: #CF9077; }
a { background-color: rgb(207,144,119); }
div.DivClassName
{
background-color: #CF9077;
}
.BgClassName
{
background-color: #CF9077;
}
</style>
border-color css
<style>
span { border-color: #CF9077; }
span { border-color: rgb(207,144,119); }
td.TdClassName
{
border-color: #CF9077;
}
.TagClassName
{
border-color: #CF9077;
}
</style>