Shades of Feldspar #CE957B
Tints of Feldspar #CE957B
RGB
CMYK
RGB Variations
Color information
#CE957B (or 0xCE957B) is known color: Feldspar. HEX triplet: CE, 95 and 7B. RGB value is (206,149,123). Sum of RGB (Red+Green+Blue) = 206+149+123=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE957B is #316A84. Grayscale: #A3A3A3. Windows color (decimal): -3238533 or 8099278. OLE color: 8099278.
HSL color Cylindrical-coordinate representation of color #CE957B: hue angle of 18.8º 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 #CE957B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 123 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.19 |
| HSL | 18.8º | 0.46% | 0.65% | - |
| HSV(B) | 18.8º | 0.4% | 0.81% | - |
| XYZ | 39.78 | 36.05 | 23.6 | - |
| YUV | 163.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 123 | 0 | 0.28 | 0.40 | 0.19 | 18.8 | 0.46 | 0.65 |
| Hex | CE | 95 | 7B | 0 | 1C | 28 | 13 | 13 | 2E | 41 |
| Octal | 316 | 225 | 173 | 0 | 34 | 50 | 23 | 23 | 56 | 101 |
| Binary | 11001110 | 10010101 | 1111011 | 0 | 11100 | 101000 | 10011 | 10011 | 101110 | 1000001 |
Color Harmonies of #CE957B
Complementary color
Monochromatic Colors of #CE957B
Black with #CE957B
Text Example
Text Example
White with #CE957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE957B; }
p { color: rgb(206,149,123); }
H1.HeaderClassName
{
color: #CE957B;
}
.AnyTagClassName
{
color: #CE957B;
}
</style>
background-color css
<style>
a { background-color: #CE957B; }
a { background-color: rgb(206,149,123); }
div.DivClassName
{
background-color: #CE957B;
}
.BgClassName
{
background-color: #CE957B;
}
</style>
border-color css
<style>
span { border-color: #CE957B; }
span { border-color: rgb(206,149,123); }
td.TdClassName
{
border-color: #CE957B;
}
.TagClassName
{
border-color: #CE957B;
}
</style>