Shades of Feldspar #CE917C
Tints of Feldspar #CE917C
RGB
CMYK
RGB Variations
Color information
#CE917C (or 0xCE917C) is known color: Feldspar. HEX triplet: CE, 91 and 7C. RGB value is (206,145,124). Sum of RGB (Red+Green+Blue) = 206+145+124=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE917C is #316E83. Grayscale: #A0A0A0. Windows color (decimal): -3239556 or 8163790. OLE color: 8163790.
HSL color Cylindrical-coordinate representation of color #CE917C: hue angle of 15.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE917C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 124 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.19 |
| HSL | 15.37º | 0.46% | 0.65% | - |
| HSV(B) | 15.37º | 0.4% | 0.81% | - |
| XYZ | 39.22 | 34.83 | 23.72 | - |
| YUV | 160.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 124 | 0 | 0.30 | 0.40 | 0.19 | 15.37 | 0.46 | 0.65 |
| Hex | CE | 91 | 7C | 0 | 1E | 28 | 13 | F | 2E | 41 |
| Octal | 316 | 221 | 174 | 0 | 36 | 50 | 23 | 17 | 56 | 101 |
| Binary | 11001110 | 10010001 | 1111100 | 0 | 11110 | 101000 | 10011 | 1111 | 101110 | 1000001 |
Color Harmonies of #CE917C
Complementary color
Monochromatic Colors of #CE917C
Black with #CE917C
Text Example
Text Example
White with #CE917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE917C; }
p { color: rgb(206,145,124); }
H1.HeaderClassName
{
color: #CE917C;
}
.AnyTagClassName
{
color: #CE917C;
}
</style>
background-color css
<style>
a { background-color: #CE917C; }
a { background-color: rgb(206,145,124); }
div.DivClassName
{
background-color: #CE917C;
}
.BgClassName
{
background-color: #CE917C;
}
</style>
border-color css
<style>
span { border-color: #CE917C; }
span { border-color: rgb(206,145,124); }
td.TdClassName
{
border-color: #CE917C;
}
.TagClassName
{
border-color: #CE917C;
}
</style>