Shades of Feldspar #CF886F
Tints of Feldspar #CF886F
RGB
CMYK
RGB Variations
Color information
#CF886F (or 0xCF886F) is known color: Feldspar. HEX triplet: CF, 88 and 6F. RGB value is (207,136,111). Sum of RGB (Red+Green+Blue) = 207+136+111=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF886F is #307790. Grayscale: #9A9A9A. Windows color (decimal): -3176337 or 7309519. OLE color: 7309519.
HSL color Cylindrical-coordinate representation of color #CF886F: hue angle of 15.62º 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 #CF886F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 111 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.19 |
| HSL | 15.63º | 0.5% | 0.62% | - |
| HSV(B) | 15.63º | 0.46% | 0.81% | - |
| XYZ | 37.41 | 32.02 | 19.25 | - |
| YUV | 154.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 111 | 0 | 0.34 | 0.46 | 0.19 | 15.63 | 0.5 | 0.62 |
| Hex | CF | 88 | 6F | 0 | 22 | 2E | 13 | 10 | 32 | 3E |
| Octal | 317 | 210 | 157 | 0 | 42 | 56 | 23 | 20 | 62 | 76 |
| Binary | 11001111 | 10001000 | 1101111 | 0 | 100010 | 101110 | 10011 | 10000 | 110010 | 111110 |
Color Harmonies of #CF886F
Complementary color
Monochromatic Colors of #CF886F
Black with #CF886F
Text Example
Text Example
White with #CF886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF886F; }
p { color: rgb(207,136,111); }
H1.HeaderClassName
{
color: #CF886F;
}
.AnyTagClassName
{
color: #CF886F;
}
</style>
background-color css
<style>
a { background-color: #CF886F; }
a { background-color: rgb(207,136,111); }
div.DivClassName
{
background-color: #CF886F;
}
.BgClassName
{
background-color: #CF886F;
}
</style>
border-color css
<style>
span { border-color: #CF886F; }
span { border-color: rgb(207,136,111); }
td.TdClassName
{
border-color: #CF886F;
}
.TagClassName
{
border-color: #CF886F;
}
</style>