Shades of Feldspar #CE9981
Tints of Feldspar #CE9981
RGB
CMYK
RGB Variations
Color information
#CE9981 (or 0xCE9981) is known color: Feldspar. HEX triplet: CE, 99 and 81. RGB value is (206,153,129). Sum of RGB (Red+Green+Blue) = 206+153+129=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9981 is #31667E. Grayscale: #A6A6A6. Windows color (decimal): -3237503 or 8493518. OLE color: 8493518.
HSL color Cylindrical-coordinate representation of color #CE9981: hue angle of 18.7º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9981 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 129 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.19 |
| HSL | 18.7º | 0.44% | 0.66% | - |
| HSV(B) | 18.7º | 0.37% | 0.81% | - |
| XYZ | 40.81 | 37.49 | 25.85 | - |
| YUV | 166.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 129 | 0 | 0.26 | 0.37 | 0.19 | 18.7 | 0.44 | 0.66 |
| Hex | CE | 99 | 81 | 0 | 1A | 25 | 13 | 13 | 2C | 42 |
| Octal | 316 | 231 | 201 | 0 | 32 | 45 | 23 | 23 | 54 | 102 |
| Binary | 11001110 | 10011001 | 10000001 | 0 | 11010 | 100101 | 10011 | 10011 | 101100 | 1000010 |
Color Harmonies of #CE9981
Complementary color
Monochromatic Colors of #CE9981
Black with #CE9981
Text Example
Text Example
White with #CE9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9981; }
p { color: rgb(206,153,129); }
H1.HeaderClassName
{
color: #CE9981;
}
.AnyTagClassName
{
color: #CE9981;
}
</style>
background-color css
<style>
a { background-color: #CE9981; }
a { background-color: rgb(206,153,129); }
div.DivClassName
{
background-color: #CE9981;
}
.BgClassName
{
background-color: #CE9981;
}
</style>
border-color css
<style>
span { border-color: #CE9981; }
span { border-color: rgb(206,153,129); }
td.TdClassName
{
border-color: #CE9981;
}
.TagClassName
{
border-color: #CE9981;
}
</style>