Shades of Feldspar #CE9578
Tints of Feldspar #CE9578
RGB
CMYK
RGB Variations
Color information
#CE9578 (or 0xCE9578) is known color: Feldspar. HEX triplet: CE, 95 and 78. RGB value is (206,149,120). Sum of RGB (Red+Green+Blue) = 206+149+120=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9578 is #316A87. Grayscale: #A2A2A2. Windows color (decimal): -3238536 or 7902670. OLE color: 7902670.
HSL color Cylindrical-coordinate representation of color #CE9578: hue angle of 20.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE9578 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 120 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.19 |
| HSL | 20.23º | 0.47% | 0.64% | - |
| HSV(B) | 20.23º | 0.42% | 0.81% | - |
| XYZ | 39.59 | 35.97 | 22.63 | - |
| YUV | 162.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 120 | 0 | 0.28 | 0.42 | 0.19 | 20.23 | 0.47 | 0.64 |
| Hex | CE | 95 | 78 | 0 | 1C | 2A | 13 | 14 | 2F | 40 |
| Octal | 316 | 225 | 170 | 0 | 34 | 52 | 23 | 24 | 57 | 100 |
| Binary | 11001110 | 10010101 | 1111000 | 0 | 11100 | 101010 | 10011 | 10100 | 101111 | 1000000 |
Color Harmonies of #CE9578
Complementary color
Monochromatic Colors of #CE9578
Black with #CE9578
Text Example
Text Example
White with #CE9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9578; }
p { color: rgb(206,149,120); }
H1.HeaderClassName
{
color: #CE9578;
}
.AnyTagClassName
{
color: #CE9578;
}
</style>
background-color css
<style>
a { background-color: #CE9578; }
a { background-color: rgb(206,149,120); }
div.DivClassName
{
background-color: #CE9578;
}
.BgClassName
{
background-color: #CE9578;
}
</style>
border-color css
<style>
span { border-color: #CE9578; }
span { border-color: rgb(206,149,120); }
td.TdClassName
{
border-color: #CE9578;
}
.TagClassName
{
border-color: #CE9578;
}
</style>