Shades of Feldspar #CE9380
Tints of Feldspar #CE9380
RGB
CMYK
RGB Variations
Color information
#CE9380 (or 0xCE9380) is known color: Feldspar. HEX triplet: CE, 93 and 80. RGB value is (206,147,128). Sum of RGB (Red+Green+Blue) = 206+147+128=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9380 is #316C7F. Grayscale: #A2A2A2. Windows color (decimal): -3239040 or 8426446. OLE color: 8426446.
HSL color Cylindrical-coordinate representation of color #CE9380: hue angle of 14.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9380 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 128 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.19 |
| HSL | 14.62º | 0.44% | 0.65% | - |
| HSV(B) | 14.62º | 0.38% | 0.81% | - |
| XYZ | 39.78 | 35.55 | 25.19 | - |
| YUV | 162.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 128 | 0 | 0.29 | 0.38 | 0.19 | 14.62 | 0.44 | 0.65 |
| Hex | CE | 93 | 80 | 0 | 1D | 26 | 13 | F | 2C | 41 |
| Octal | 316 | 223 | 200 | 0 | 35 | 46 | 23 | 17 | 54 | 101 |
| Binary | 11001110 | 10010011 | 10000000 | 0 | 11101 | 100110 | 10011 | 1111 | 101100 | 1000001 |
Color Harmonies of #CE9380
Complementary color
Monochromatic Colors of #CE9380
Black with #CE9380
Text Example
Text Example
White with #CE9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9380; }
p { color: rgb(206,147,128); }
H1.HeaderClassName
{
color: #CE9380;
}
.AnyTagClassName
{
color: #CE9380;
}
</style>
background-color css
<style>
a { background-color: #CE9380; }
a { background-color: rgb(206,147,128); }
div.DivClassName
{
background-color: #CE9380;
}
.BgClassName
{
background-color: #CE9380;
}
</style>
border-color css
<style>
span { border-color: #CE9380; }
span { border-color: rgb(206,147,128); }
td.TdClassName
{
border-color: #CE9380;
}
.TagClassName
{
border-color: #CE9380;
}
</style>