Shades of Feldspar #CE9574
Tints of Feldspar #CE9574
RGB
CMYK
RGB Variations
Color information
#CE9574 (or 0xCE9574) is known color: Feldspar. HEX triplet: CE, 95 and 74. RGB value is (206,149,116). Sum of RGB (Red+Green+Blue) = 206+149+116=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9574 is #316A8B. Grayscale: #A2A2A2. Windows color (decimal): -3238540 or 7640526. OLE color: 7640526.
HSL color Cylindrical-coordinate representation of color #CE9574: hue angle of 22º 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 #CE9574 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 116 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.19 |
| HSL | 22º | 0.48% | 0.63% | - |
| HSV(B) | 22º | 0.44% | 0.81% | - |
| XYZ | 39.35 | 35.88 | 21.37 | - |
| YUV | 162.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 116 | 0 | 0.28 | 0.44 | 0.19 | 22 | 0.48 | 0.63 |
| Hex | CE | 95 | 74 | 0 | 1C | 2C | 13 | 16 | 30 | 3F |
| Octal | 316 | 225 | 164 | 0 | 34 | 54 | 23 | 26 | 60 | 77 |
| Binary | 11001110 | 10010101 | 1110100 | 0 | 11100 | 101100 | 10011 | 10110 | 110000 | 111111 |
Color Harmonies of #CE9574
Complementary color
Monochromatic Colors of #CE9574
Black with #CE9574
Text Example
Text Example
White with #CE9574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9574; }
p { color: rgb(206,149,116); }
H1.HeaderClassName
{
color: #CE9574;
}
.AnyTagClassName
{
color: #CE9574;
}
</style>
background-color css
<style>
a { background-color: #CE9574; }
a { background-color: rgb(206,149,116); }
div.DivClassName
{
background-color: #CE9574;
}
.BgClassName
{
background-color: #CE9574;
}
</style>
border-color css
<style>
span { border-color: #CE9574; }
span { border-color: rgb(206,149,116); }
td.TdClassName
{
border-color: #CE9574;
}
.TagClassName
{
border-color: #CE9574;
}
</style>