Shades of Feldspar #CE986F
Tints of Feldspar #CE986F
RGB
CMYK
RGB Variations
Color information
#CE986F (or 0xCE986F) is known color: Feldspar. HEX triplet: CE, 98 and 6F. RGB value is (206,152,111). Sum of RGB (Red+Green+Blue) = 206+152+111=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE986F is #316790. Grayscale: #A3A3A3. Windows color (decimal): -3237777 or 7313614. OLE color: 7313614.
HSL color Cylindrical-coordinate representation of color #CE986F: hue angle of 25.89º degrees, saturation: 0.49, 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 #CE986F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 111 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.19 |
| HSL | 25.89º | 0.49% | 0.62% | - |
| HSV(B) | 25.89º | 0.46% | 0.81% | - |
| XYZ | 39.55 | 36.73 | 20.04 | - |
| YUV | 163.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 111 | 0 | 0.26 | 0.46 | 0.19 | 25.89 | 0.49 | 0.62 |
| Hex | CE | 98 | 6F | 0 | 1A | 2E | 13 | 1A | 31 | 3E |
| Octal | 316 | 230 | 157 | 0 | 32 | 56 | 23 | 32 | 61 | 76 |
| Binary | 11001110 | 10011000 | 1101111 | 0 | 11010 | 101110 | 10011 | 11010 | 110001 | 111110 |
Color Harmonies of #CE986F
Complementary color
Monochromatic Colors of #CE986F
Black with #CE986F
Text Example
Text Example
White with #CE986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE986F; }
p { color: rgb(206,152,111); }
H1.HeaderClassName
{
color: #CE986F;
}
.AnyTagClassName
{
color: #CE986F;
}
</style>
background-color css
<style>
a { background-color: #CE986F; }
a { background-color: rgb(206,152,111); }
div.DivClassName
{
background-color: #CE986F;
}
.BgClassName
{
background-color: #CE986F;
}
</style>
border-color css
<style>
span { border-color: #CE986F; }
span { border-color: rgb(206,152,111); }
td.TdClassName
{
border-color: #CE986F;
}
.TagClassName
{
border-color: #CE986F;
}
</style>