Shades of Feldspar #CE947B
Tints of Feldspar #CE947B
RGB
CMYK
RGB Variations
Color information
#CE947B (or 0xCE947B) is known color: Feldspar. HEX triplet: CE, 94 and 7B. RGB value is (206,148,123). Sum of RGB (Red+Green+Blue) = 206+148+123=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE947B is #316B84. Grayscale: #A2A2A2. Windows color (decimal): -3238789 or 8099022. OLE color: 8099022.
HSL color Cylindrical-coordinate representation of color #CE947B: hue angle of 18.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE947B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 123 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.19 |
| HSL | 18.07º | 0.46% | 0.65% | - |
| HSV(B) | 18.07º | 0.4% | 0.81% | - |
| XYZ | 39.62 | 35.73 | 23.55 | - |
| YUV | 162.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 123 | 0 | 0.28 | 0.40 | 0.19 | 18.07 | 0.46 | 0.65 |
| Hex | CE | 94 | 7B | 0 | 1C | 28 | 13 | 12 | 2E | 41 |
| Octal | 316 | 224 | 173 | 0 | 34 | 50 | 23 | 22 | 56 | 101 |
| Binary | 11001110 | 10010100 | 1111011 | 0 | 11100 | 101000 | 10011 | 10010 | 101110 | 1000001 |
Color Harmonies of #CE947B
Complementary color
Monochromatic Colors of #CE947B
Black with #CE947B
Text Example
Text Example
White with #CE947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE947B; }
p { color: rgb(206,148,123); }
H1.HeaderClassName
{
color: #CE947B;
}
.AnyTagClassName
{
color: #CE947B;
}
</style>
background-color css
<style>
a { background-color: #CE947B; }
a { background-color: rgb(206,148,123); }
div.DivClassName
{
background-color: #CE947B;
}
.BgClassName
{
background-color: #CE947B;
}
</style>
border-color css
<style>
span { border-color: #CE947B; }
span { border-color: rgb(206,148,123); }
td.TdClassName
{
border-color: #CE947B;
}
.TagClassName
{
border-color: #CE947B;
}
</style>