Shades of Feldspar #CF9C76
Tints of Feldspar #CF9C76
RGB
CMYK
RGB Variations
Color information
#CF9C76 (or 0xCF9C76) is known color: Feldspar. HEX triplet: CF, 9C and 76. RGB value is (207,156,118). Sum of RGB (Red+Green+Blue) = 207+156+118=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C76 is #306389. Grayscale: #A7A7A7. Windows color (decimal): -3171210 or 7773391. OLE color: 7773391.
HSL color Cylindrical-coordinate representation of color #CF9C76: hue angle of 25.62º 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 #CF9C76 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 118 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.19 |
| HSL | 25.62º | 0.48% | 0.64% | - |
| HSV(B) | 25.62º | 0.43% | 0.81% | - |
| XYZ | 40.89 | 38.35 | 22.39 | - |
| YUV | 166.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 118 | 0 | 0.25 | 0.43 | 0.19 | 25.62 | 0.48 | 0.64 |
| Hex | CF | 9C | 76 | 0 | 19 | 2B | 13 | 1A | 30 | 40 |
| Octal | 317 | 234 | 166 | 0 | 31 | 53 | 23 | 32 | 60 | 100 |
| Binary | 11001111 | 10011100 | 1110110 | 0 | 11001 | 101011 | 10011 | 11010 | 110000 | 1000000 |
Color Harmonies of #CF9C76
Complementary color
Monochromatic Colors of #CF9C76
Black with #CF9C76
Text Example
Text Example
White with #CF9C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C76; }
p { color: rgb(207,156,118); }
H1.HeaderClassName
{
color: #CF9C76;
}
.AnyTagClassName
{
color: #CF9C76;
}
</style>
background-color css
<style>
a { background-color: #CF9C76; }
a { background-color: rgb(207,156,118); }
div.DivClassName
{
background-color: #CF9C76;
}
.BgClassName
{
background-color: #CF9C76;
}
</style>
border-color css
<style>
span { border-color: #CF9C76; }
span { border-color: rgb(207,156,118); }
td.TdClassName
{
border-color: #CF9C76;
}
.TagClassName
{
border-color: #CF9C76;
}
</style>