Shades of Feldspar #CF8E6F
Tints of Feldspar #CF8E6F
RGB
CMYK
RGB Variations
Color information
#CF8E6F (or 0xCF8E6F) is known color: Feldspar. HEX triplet: CF, 8E and 6F. RGB value is (207,142,111). Sum of RGB (Red+Green+Blue) = 207+142+111=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E6F is #307190. Grayscale: #9E9E9E. Windows color (decimal): -3174801 or 7311055. OLE color: 7311055.
HSL color Cylindrical-coordinate representation of color #CF8E6F: hue angle of 19.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF8E6F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 111 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.19 |
| HSL | 19.38º | 0.5% | 0.62% | - |
| HSV(B) | 19.38º | 0.46% | 0.81% | - |
| XYZ | 38.27 | 33.76 | 19.54 | - |
| YUV | 157.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 111 | 0 | 0.31 | 0.46 | 0.19 | 19.38 | 0.5 | 0.62 |
| Hex | CF | 8E | 6F | 0 | 1F | 2E | 13 | 13 | 32 | 3E |
| Octal | 317 | 216 | 157 | 0 | 37 | 56 | 23 | 23 | 62 | 76 |
| Binary | 11001111 | 10001110 | 1101111 | 0 | 11111 | 101110 | 10011 | 10011 | 110010 | 111110 |
Color Harmonies of #CF8E6F
Complementary color
Monochromatic Colors of #CF8E6F
Black with #CF8E6F
Text Example
Text Example
White with #CF8E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E6F; }
p { color: rgb(207,142,111); }
H1.HeaderClassName
{
color: #CF8E6F;
}
.AnyTagClassName
{
color: #CF8E6F;
}
</style>
background-color css
<style>
a { background-color: #CF8E6F; }
a { background-color: rgb(207,142,111); }
div.DivClassName
{
background-color: #CF8E6F;
}
.BgClassName
{
background-color: #CF8E6F;
}
</style>
border-color css
<style>
span { border-color: #CF8E6F; }
span { border-color: rgb(207,142,111); }
td.TdClassName
{
border-color: #CF8E6F;
}
.TagClassName
{
border-color: #CF8E6F;
}
</style>