Shades of Feldspar #CE957D
Tints of Feldspar #CE957D
RGB
CMYK
RGB Variations
Color information
#CE957D (or 0xCE957D) is known color: Feldspar. HEX triplet: CE, 95 and 7D. RGB value is (206,149,125). Sum of RGB (Red+Green+Blue) = 206+149+125=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE957D is #316A82. Grayscale: #A3A3A3. Windows color (decimal): -3238531 or 8230350. OLE color: 8230350.
HSL color Cylindrical-coordinate representation of color #CE957D: hue angle of 17.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE957D is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 125 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.19 |
| HSL | 17.78º | 0.45% | 0.65% | - |
| HSV(B) | 17.78º | 0.39% | 0.81% | - |
| XYZ | 39.9 | 36.1 | 24.27 | - |
| YUV | 163.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 125 | 0 | 0.28 | 0.39 | 0.19 | 17.78 | 0.45 | 0.65 |
| Hex | CE | 95 | 7D | 0 | 1C | 27 | 13 | 12 | 2D | 41 |
| Octal | 316 | 225 | 175 | 0 | 34 | 47 | 23 | 22 | 55 | 101 |
| Binary | 11001110 | 10010101 | 1111101 | 0 | 11100 | 100111 | 10011 | 10010 | 101101 | 1000001 |
Color Harmonies of #CE957D
Complementary color
Monochromatic Colors of #CE957D
Black with #CE957D
Text Example
Text Example
White with #CE957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE957D; }
p { color: rgb(206,149,125); }
H1.HeaderClassName
{
color: #CE957D;
}
.AnyTagClassName
{
color: #CE957D;
}
</style>
background-color css
<style>
a { background-color: #CE957D; }
a { background-color: rgb(206,149,125); }
div.DivClassName
{
background-color: #CE957D;
}
.BgClassName
{
background-color: #CE957D;
}
</style>
border-color css
<style>
span { border-color: #CE957D; }
span { border-color: rgb(206,149,125); }
td.TdClassName
{
border-color: #CE957D;
}
.TagClassName
{
border-color: #CE957D;
}
</style>