Shades of Feldspar #CE946E
Tints of Feldspar #CE946E
RGB
CMYK
RGB Variations
Color information
#CE946E (or 0xCE946E) is known color: Feldspar. HEX triplet: CE, 94 and 6E. RGB value is (206,148,110). Sum of RGB (Red+Green+Blue) = 206+148+110=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE946E is #316B91. Grayscale: #A1A1A1. Windows color (decimal): -3238802 or 7247054. OLE color: 7247054.
HSL color Cylindrical-coordinate representation of color #CE946E: hue angle of 23.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE946E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 110 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.19 |
| HSL | 23.75º | 0.49% | 0.62% | - |
| HSV(B) | 23.75º | 0.47% | 0.81% | - |
| XYZ | 38.86 | 35.43 | 19.54 | - |
| YUV | 161.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 110 | 0 | 0.28 | 0.47 | 0.19 | 23.75 | 0.49 | 0.62 |
| Hex | CE | 94 | 6E | 0 | 1C | 2F | 13 | 18 | 31 | 3E |
| Octal | 316 | 224 | 156 | 0 | 34 | 57 | 23 | 30 | 61 | 76 |
| Binary | 11001110 | 10010100 | 1101110 | 0 | 11100 | 101111 | 10011 | 11000 | 110001 | 111110 |
Color Harmonies of #CE946E
Complementary color
Monochromatic Colors of #CE946E
Black with #CE946E
Text Example
Text Example
White with #CE946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE946E; }
p { color: rgb(206,148,110); }
H1.HeaderClassName
{
color: #CE946E;
}
.AnyTagClassName
{
color: #CE946E;
}
</style>
background-color css
<style>
a { background-color: #CE946E; }
a { background-color: rgb(206,148,110); }
div.DivClassName
{
background-color: #CE946E;
}
.BgClassName
{
background-color: #CE946E;
}
</style>
border-color css
<style>
span { border-color: #CE946E; }
span { border-color: rgb(206,148,110); }
td.TdClassName
{
border-color: #CE946E;
}
.TagClassName
{
border-color: #CE946E;
}
</style>