Shades of Feldspar #CF8C76
Tints of Feldspar #CF8C76
RGB
CMYK
RGB Variations
Color information
#CF8C76 (or 0xCF8C76) is known color: Feldspar. HEX triplet: CF, 8C and 76. RGB value is (207,140,118). Sum of RGB (Red+Green+Blue) = 207+140+118=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C76 is #307389. Grayscale: #9D9D9D. Windows color (decimal): -3175306 or 7769295. OLE color: 7769295.
HSL color Cylindrical-coordinate representation of color #CF8C76: hue angle of 14.83º 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 #CF8C76 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 118 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.19 |
| HSL | 14.83º | 0.48% | 0.64% | - |
| HSV(B) | 14.83º | 0.43% | 0.81% | - |
| XYZ | 38.38 | 33.33 | 21.55 | - |
| YUV | 157.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 118 | 0 | 0.32 | 0.43 | 0.19 | 14.83 | 0.48 | 0.64 |
| Hex | CF | 8C | 76 | 0 | 20 | 2B | 13 | F | 30 | 40 |
| Octal | 317 | 214 | 166 | 0 | 40 | 53 | 23 | 17 | 60 | 100 |
| Binary | 11001111 | 10001100 | 1110110 | 0 | 100000 | 101011 | 10011 | 1111 | 110000 | 1000000 |
Color Harmonies of #CF8C76
Complementary color
Monochromatic Colors of #CF8C76
Black with #CF8C76
Text Example
Text Example
White with #CF8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C76; }
p { color: rgb(207,140,118); }
H1.HeaderClassName
{
color: #CF8C76;
}
.AnyTagClassName
{
color: #CF8C76;
}
</style>
background-color css
<style>
a { background-color: #CF8C76; }
a { background-color: rgb(207,140,118); }
div.DivClassName
{
background-color: #CF8C76;
}
.BgClassName
{
background-color: #CF8C76;
}
</style>
border-color css
<style>
span { border-color: #CF8C76; }
span { border-color: rgb(207,140,118); }
td.TdClassName
{
border-color: #CF8C76;
}
.TagClassName
{
border-color: #CF8C76;
}
</style>