Shades of Feldspar #CE9476
Tints of Feldspar #CE9476
RGB
CMYK
RGB Variations
Color information
#CE9476 (or 0xCE9476) is known color: Feldspar. HEX triplet: CE, 94 and 76. RGB value is (206,148,118). Sum of RGB (Red+Green+Blue) = 206+148+118=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9476 is #316B89. Grayscale: #A2A2A2. Windows color (decimal): -3238794 or 7771342. OLE color: 7771342.
HSL color Cylindrical-coordinate representation of color #CE9476: hue angle of 20.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE9476 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 118 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.19 |
| HSL | 20.45º | 0.47% | 0.64% | - |
| HSV(B) | 20.45º | 0.43% | 0.81% | - |
| XYZ | 39.31 | 35.61 | 21.94 | - |
| YUV | 161.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 118 | 0 | 0.28 | 0.43 | 0.19 | 20.45 | 0.47 | 0.64 |
| Hex | CE | 94 | 76 | 0 | 1C | 2B | 13 | 14 | 2F | 40 |
| Octal | 316 | 224 | 166 | 0 | 34 | 53 | 23 | 24 | 57 | 100 |
| Binary | 11001110 | 10010100 | 1110110 | 0 | 11100 | 101011 | 10011 | 10100 | 101111 | 1000000 |
Color Harmonies of #CE9476
Complementary color
Monochromatic Colors of #CE9476
Black with #CE9476
Text Example
Text Example
White with #CE9476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9476; }
p { color: rgb(206,148,118); }
H1.HeaderClassName
{
color: #CE9476;
}
.AnyTagClassName
{
color: #CE9476;
}
</style>
background-color css
<style>
a { background-color: #CE9476; }
a { background-color: rgb(206,148,118); }
div.DivClassName
{
background-color: #CE9476;
}
.BgClassName
{
background-color: #CE9476;
}
</style>
border-color css
<style>
span { border-color: #CE9476; }
span { border-color: rgb(206,148,118); }
td.TdClassName
{
border-color: #CE9476;
}
.TagClassName
{
border-color: #CE9476;
}
</style>