Shades of Feldspar #CE987D
Tints of Feldspar #CE987D
RGB
CMYK
RGB Variations
Color information
#CE987D (or 0xCE987D) is known color: Feldspar. HEX triplet: CE, 98 and 7D. RGB value is (206,152,125). Sum of RGB (Red+Green+Blue) = 206+152+125=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE987D is #316782. Grayscale: #A5A5A5. Windows color (decimal): -3237763 or 8231118. OLE color: 8231118.
HSL color Cylindrical-coordinate representation of color #CE987D: hue angle of 20º 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 #CE987D is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 125 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.19 |
| HSL | 20º | 0.45% | 0.65% | - |
| HSV(B) | 20º | 0.39% | 0.81% | - |
| XYZ | 40.38 | 37.06 | 24.43 | - |
| YUV | 165.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 125 | 0 | 0.26 | 0.39 | 0.19 | 20 | 0.45 | 0.65 |
| Hex | CE | 98 | 7D | 0 | 1A | 27 | 13 | 14 | 2D | 41 |
| Octal | 316 | 230 | 175 | 0 | 32 | 47 | 23 | 24 | 55 | 101 |
| Binary | 11001110 | 10011000 | 1111101 | 0 | 11010 | 100111 | 10011 | 10100 | 101101 | 1000001 |
Color Harmonies of #CE987D
Complementary color
Monochromatic Colors of #CE987D
Black with #CE987D
Text Example
Text Example
White with #CE987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE987D; }
p { color: rgb(206,152,125); }
H1.HeaderClassName
{
color: #CE987D;
}
.AnyTagClassName
{
color: #CE987D;
}
</style>
background-color css
<style>
a { background-color: #CE987D; }
a { background-color: rgb(206,152,125); }
div.DivClassName
{
background-color: #CE987D;
}
.BgClassName
{
background-color: #CE987D;
}
</style>
border-color css
<style>
span { border-color: #CE987D; }
span { border-color: rgb(206,152,125); }
td.TdClassName
{
border-color: #CE987D;
}
.TagClassName
{
border-color: #CE987D;
}
</style>