Shades of Feldspar #CE9177
Tints of Feldspar #CE9177
RGB
CMYK
RGB Variations
Color information
#CE9177 (or 0xCE9177) is known color: Feldspar. HEX triplet: CE, 91 and 77. RGB value is (206,145,119). Sum of RGB (Red+Green+Blue) = 206+145+119=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9177 is #316E88. Grayscale: #A0A0A0. Windows color (decimal): -3239561 or 7836110. OLE color: 7836110.
HSL color Cylindrical-coordinate representation of color #CE9177: hue angle of 17.93º 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 #CE9177 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 119 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.19 |
| HSL | 17.93º | 0.47% | 0.64% | - |
| HSV(B) | 17.93º | 0.42% | 0.81% | - |
| XYZ | 38.91 | 34.7 | 22.1 | - |
| YUV | 160.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 119 | 0 | 0.30 | 0.42 | 0.19 | 17.93 | 0.47 | 0.64 |
| Hex | CE | 91 | 77 | 0 | 1E | 2A | 13 | 12 | 2F | 40 |
| Octal | 316 | 221 | 167 | 0 | 36 | 52 | 23 | 22 | 57 | 100 |
| Binary | 11001110 | 10010001 | 1110111 | 0 | 11110 | 101010 | 10011 | 10010 | 101111 | 1000000 |
Color Harmonies of #CE9177
Complementary color
Monochromatic Colors of #CE9177
Black with #CE9177
Text Example
Text Example
White with #CE9177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9177; }
p { color: rgb(206,145,119); }
H1.HeaderClassName
{
color: #CE9177;
}
.AnyTagClassName
{
color: #CE9177;
}
</style>
background-color css
<style>
a { background-color: #CE9177; }
a { background-color: rgb(206,145,119); }
div.DivClassName
{
background-color: #CE9177;
}
.BgClassName
{
background-color: #CE9177;
}
</style>
border-color css
<style>
span { border-color: #CE9177; }
span { border-color: rgb(206,145,119); }
td.TdClassName
{
border-color: #CE9177;
}
.TagClassName
{
border-color: #CE9177;
}
</style>