Shades of Feldspar #CE9079
Tints of Feldspar #CE9079
RGB
CMYK
RGB Variations
Color information
#CE9079 (or 0xCE9079) is known color: Feldspar. HEX triplet: CE, 90 and 79. RGB value is (206,144,121). Sum of RGB (Red+Green+Blue) = 206+144+121=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9079 is #316F86. Grayscale: #A0A0A0. Windows color (decimal): -3239815 or 7966926. OLE color: 7966926.
HSL color Cylindrical-coordinate representation of color #CE9079: hue angle of 16.24º 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 #CE9079 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 121 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.19 |
| HSL | 16.24º | 0.46% | 0.64% | - |
| HSV(B) | 16.24º | 0.41% | 0.81% | - |
| XYZ | 38.88 | 34.45 | 22.69 | - |
| YUV | 159.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 121 | 0 | 0.30 | 0.41 | 0.19 | 16.24 | 0.46 | 0.64 |
| Hex | CE | 90 | 79 | 0 | 1E | 29 | 13 | 10 | 2E | 40 |
| Octal | 316 | 220 | 171 | 0 | 36 | 51 | 23 | 20 | 56 | 100 |
| Binary | 11001110 | 10010000 | 1111001 | 0 | 11110 | 101001 | 10011 | 10000 | 101110 | 1000000 |
Color Harmonies of #CE9079
Complementary color
Monochromatic Colors of #CE9079
Black with #CE9079
Text Example
Text Example
White with #CE9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9079; }
p { color: rgb(206,144,121); }
H1.HeaderClassName
{
color: #CE9079;
}
.AnyTagClassName
{
color: #CE9079;
}
</style>
background-color css
<style>
a { background-color: #CE9079; }
a { background-color: rgb(206,144,121); }
div.DivClassName
{
background-color: #CE9079;
}
.BgClassName
{
background-color: #CE9079;
}
</style>
border-color css
<style>
span { border-color: #CE9079; }
span { border-color: rgb(206,144,121); }
td.TdClassName
{
border-color: #CE9079;
}
.TagClassName
{
border-color: #CE9079;
}
</style>