Shades of Feldspar #CF9A77
Tints of Feldspar #CF9A77
RGB
CMYK
RGB Variations
Color information
#CF9A77 (or 0xCF9A77) is known color: Feldspar. HEX triplet: CF, 9A and 77. RGB value is (207,154,119). Sum of RGB (Red+Green+Blue) = 207+154+119=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A77 is #306588. Grayscale: #A6A6A6. Windows color (decimal): -3171721 or 7838415. OLE color: 7838415.
HSL color Cylindrical-coordinate representation of color #CF9A77: hue angle of 23.86º 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 #CF9A77 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 119 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.19 |
| HSL | 23.86º | 0.48% | 0.64% | - |
| HSV(B) | 23.86º | 0.43% | 0.81% | - |
| XYZ | 40.62 | 37.71 | 22.59 | - |
| YUV | 165.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 119 | 0 | 0.26 | 0.43 | 0.19 | 23.86 | 0.48 | 0.64 |
| Hex | CF | 9A | 77 | 0 | 1A | 2B | 13 | 18 | 30 | 40 |
| Octal | 317 | 232 | 167 | 0 | 32 | 53 | 23 | 30 | 60 | 100 |
| Binary | 11001111 | 10011010 | 1110111 | 0 | 11010 | 101011 | 10011 | 11000 | 110000 | 1000000 |
Color Harmonies of #CF9A77
Complementary color
Monochromatic Colors of #CF9A77
Black with #CF9A77
Text Example
Text Example
White with #CF9A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A77; }
p { color: rgb(207,154,119); }
H1.HeaderClassName
{
color: #CF9A77;
}
.AnyTagClassName
{
color: #CF9A77;
}
</style>
background-color css
<style>
a { background-color: #CF9A77; }
a { background-color: rgb(207,154,119); }
div.DivClassName
{
background-color: #CF9A77;
}
.BgClassName
{
background-color: #CF9A77;
}
</style>
border-color css
<style>
span { border-color: #CF9A77; }
span { border-color: rgb(207,154,119); }
td.TdClassName
{
border-color: #CF9A77;
}
.TagClassName
{
border-color: #CF9A77;
}
</style>