Shades of Feldspar #CE987A
Tints of Feldspar #CE987A
RGB
CMYK
RGB Variations
Color information
#CE987A (or 0xCE987A) is known color: Feldspar. HEX triplet: CE, 98 and 7A. RGB value is (206,152,122). Sum of RGB (Red+Green+Blue) = 206+152+122=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE987A is #316785. Grayscale: #A4A4A4. Windows color (decimal): -3237766 or 8034510. OLE color: 8034510.
HSL color Cylindrical-coordinate representation of color #CE987A: hue angle of 21.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE987A is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 122 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.19 |
| HSL | 21.43º | 0.46% | 0.64% | - |
| HSV(B) | 21.43º | 0.41% | 0.81% | - |
| XYZ | 40.19 | 36.98 | 23.43 | - |
| YUV | 164.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 122 | 0 | 0.26 | 0.41 | 0.19 | 21.43 | 0.46 | 0.64 |
| Hex | CE | 98 | 7A | 0 | 1A | 29 | 13 | 15 | 2E | 40 |
| Octal | 316 | 230 | 172 | 0 | 32 | 51 | 23 | 25 | 56 | 100 |
| Binary | 11001110 | 10011000 | 1111010 | 0 | 11010 | 101001 | 10011 | 10101 | 101110 | 1000000 |
Color Harmonies of #CE987A
Complementary color
Monochromatic Colors of #CE987A
Black with #CE987A
Text Example
Text Example
White with #CE987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE987A; }
p { color: rgb(206,152,122); }
H1.HeaderClassName
{
color: #CE987A;
}
.AnyTagClassName
{
color: #CE987A;
}
</style>
background-color css
<style>
a { background-color: #CE987A; }
a { background-color: rgb(206,152,122); }
div.DivClassName
{
background-color: #CE987A;
}
.BgClassName
{
background-color: #CE987A;
}
</style>
border-color css
<style>
span { border-color: #CE987A; }
span { border-color: rgb(206,152,122); }
td.TdClassName
{
border-color: #CE987A;
}
.TagClassName
{
border-color: #CE987A;
}
</style>