Shades of Feldspar #CE987B
Tints of Feldspar #CE987B
RGB
CMYK
RGB Variations
Color information
#CE987B (or 0xCE987B) is known color: Feldspar. HEX triplet: CE, 98 and 7B. RGB value is (206,152,123). Sum of RGB (Red+Green+Blue) = 206+152+123=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE987B is #316784. Grayscale: #A5A5A5. Windows color (decimal): -3237765 or 8100046. OLE color: 8100046.
HSL color Cylindrical-coordinate representation of color #CE987B: hue angle of 20.96º 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 #CE987B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 123 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.19 |
| HSL | 20.96º | 0.46% | 0.65% | - |
| HSV(B) | 20.96º | 0.4% | 0.81% | - |
| XYZ | 40.26 | 37.01 | 23.76 | - |
| YUV | 164.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 123 | 0 | 0.26 | 0.40 | 0.19 | 20.96 | 0.46 | 0.65 |
| Hex | CE | 98 | 7B | 0 | 1A | 28 | 13 | 15 | 2E | 41 |
| Octal | 316 | 230 | 173 | 0 | 32 | 50 | 23 | 25 | 56 | 101 |
| Binary | 11001110 | 10011000 | 1111011 | 0 | 11010 | 101000 | 10011 | 10101 | 101110 | 1000001 |
Color Harmonies of #CE987B
Complementary color
Monochromatic Colors of #CE987B
Black with #CE987B
Text Example
Text Example
White with #CE987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE987B; }
p { color: rgb(206,152,123); }
H1.HeaderClassName
{
color: #CE987B;
}
.AnyTagClassName
{
color: #CE987B;
}
</style>
background-color css
<style>
a { background-color: #CE987B; }
a { background-color: rgb(206,152,123); }
div.DivClassName
{
background-color: #CE987B;
}
.BgClassName
{
background-color: #CE987B;
}
</style>
border-color css
<style>
span { border-color: #CE987B; }
span { border-color: rgb(206,152,123); }
td.TdClassName
{
border-color: #CE987B;
}
.TagClassName
{
border-color: #CE987B;
}
</style>