Shades of Feldspar #CE9681
Tints of Feldspar #CE9681
RGB
CMYK
RGB Variations
Color information
#CE9681 (or 0xCE9681) is known color: Feldspar. HEX triplet: CE, 96 and 81. RGB value is (206,150,129). Sum of RGB (Red+Green+Blue) = 206+150+129=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9681 is #31697E. Grayscale: #A4A4A4. Windows color (decimal): -3238271 or 8492750. OLE color: 8492750.
HSL color Cylindrical-coordinate representation of color #CE9681: hue angle of 16.36º 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 #CE9681 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 129 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.19 |
| HSL | 16.36º | 0.44% | 0.66% | - |
| HSV(B) | 16.36º | 0.37% | 0.81% | - |
| XYZ | 40.32 | 36.52 | 25.69 | - |
| YUV | 164.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 129 | 0 | 0.27 | 0.37 | 0.19 | 16.36 | 0.44 | 0.66 |
| Hex | CE | 96 | 81 | 0 | 1B | 25 | 13 | 10 | 2C | 42 |
| Octal | 316 | 226 | 201 | 0 | 33 | 45 | 23 | 20 | 54 | 102 |
| Binary | 11001110 | 10010110 | 10000001 | 0 | 11011 | 100101 | 10011 | 10000 | 101100 | 1000010 |
Color Harmonies of #CE9681
Complementary color
Monochromatic Colors of #CE9681
Black with #CE9681
Text Example
Text Example
White with #CE9681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9681; }
p { color: rgb(206,150,129); }
H1.HeaderClassName
{
color: #CE9681;
}
.AnyTagClassName
{
color: #CE9681;
}
</style>
background-color css
<style>
a { background-color: #CE9681; }
a { background-color: rgb(206,150,129); }
div.DivClassName
{
background-color: #CE9681;
}
.BgClassName
{
background-color: #CE9681;
}
</style>
border-color css
<style>
span { border-color: #CE9681; }
span { border-color: rgb(206,150,129); }
td.TdClassName
{
border-color: #CE9681;
}
.TagClassName
{
border-color: #CE9681;
}
</style>