Shades of Feldspar #CE9874
Tints of Feldspar #CE9874
RGB
CMYK
RGB Variations
Color information
#CE9874 (or 0xCE9874) is known color: Feldspar. HEX triplet: CE, 98 and 74. RGB value is (206,152,116). Sum of RGB (Red+Green+Blue) = 206+152+116=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9874 is #31678B. Grayscale: #A4A4A4. Windows color (decimal): -3237772 or 7641294. OLE color: 7641294.
HSL color Cylindrical-coordinate representation of color #CE9874: hue angle of 24º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE9874 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 116 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.19 |
| HSL | 24º | 0.48% | 0.63% | - |
| HSV(B) | 24º | 0.44% | 0.81% | - |
| XYZ | 39.83 | 36.84 | 21.53 | - |
| YUV | 164.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 116 | 0 | 0.26 | 0.44 | 0.19 | 24 | 0.48 | 0.63 |
| Hex | CE | 98 | 74 | 0 | 1A | 2C | 13 | 18 | 30 | 3F |
| Octal | 316 | 230 | 164 | 0 | 32 | 54 | 23 | 30 | 60 | 77 |
| Binary | 11001110 | 10011000 | 1110100 | 0 | 11010 | 101100 | 10011 | 11000 | 110000 | 111111 |
Color Harmonies of #CE9874
Complementary color
Monochromatic Colors of #CE9874
Black with #CE9874
Text Example
Text Example
White with #CE9874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9874; }
p { color: rgb(206,152,116); }
H1.HeaderClassName
{
color: #CE9874;
}
.AnyTagClassName
{
color: #CE9874;
}
</style>
background-color css
<style>
a { background-color: #CE9874; }
a { background-color: rgb(206,152,116); }
div.DivClassName
{
background-color: #CE9874;
}
.BgClassName
{
background-color: #CE9874;
}
</style>
border-color css
<style>
span { border-color: #CE9874; }
span { border-color: rgb(206,152,116); }
td.TdClassName
{
border-color: #CE9874;
}
.TagClassName
{
border-color: #CE9874;
}
</style>