Shades of Feldspar #CE946F
Tints of Feldspar #CE946F
RGB
CMYK
RGB Variations
Color information
#CE946F (or 0xCE946F) is known color: Feldspar. HEX triplet: CE, 94 and 6F. RGB value is (206,148,111). Sum of RGB (Red+Green+Blue) = 206+148+111=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE946F is #316B90. Grayscale: #A1A1A1. Windows color (decimal): -3238801 or 7312590. OLE color: 7312590.
HSL color Cylindrical-coordinate representation of color #CE946F: hue angle of 23.37º 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 #CE946F is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 111 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.19 |
| HSL | 23.37º | 0.49% | 0.62% | - |
| HSV(B) | 23.37º | 0.46% | 0.81% | - |
| XYZ | 38.91 | 35.45 | 19.83 | - |
| YUV | 161.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 111 | 0 | 0.28 | 0.46 | 0.19 | 23.37 | 0.49 | 0.62 |
| Hex | CE | 94 | 6F | 0 | 1C | 2E | 13 | 17 | 31 | 3E |
| Octal | 316 | 224 | 157 | 0 | 34 | 56 | 23 | 27 | 61 | 76 |
| Binary | 11001110 | 10010100 | 1101111 | 0 | 11100 | 101110 | 10011 | 10111 | 110001 | 111110 |
Color Harmonies of #CE946F
Complementary color
Monochromatic Colors of #CE946F
Black with #CE946F
Text Example
Text Example
White with #CE946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE946F; }
p { color: rgb(206,148,111); }
H1.HeaderClassName
{
color: #CE946F;
}
.AnyTagClassName
{
color: #CE946F;
}
</style>
background-color css
<style>
a { background-color: #CE946F; }
a { background-color: rgb(206,148,111); }
div.DivClassName
{
background-color: #CE946F;
}
.BgClassName
{
background-color: #CE946F;
}
</style>
border-color css
<style>
span { border-color: #CE946F; }
span { border-color: rgb(206,148,111); }
td.TdClassName
{
border-color: #CE946F;
}
.TagClassName
{
border-color: #CE946F;
}
</style>