Shades of Feldspar #CE937E
Tints of Feldspar #CE937E
RGB
CMYK
RGB Variations
Color information
#CE937E (or 0xCE937E) is known color: Feldspar. HEX triplet: CE, 93 and 7E. RGB value is (206,147,126). Sum of RGB (Red+Green+Blue) = 206+147+126=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE937E is #316C81. Grayscale: #A2A2A2. Windows color (decimal): -3239042 or 8295374. OLE color: 8295374.
HSL color Cylindrical-coordinate representation of color #CE937E: hue angle of 15.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE937E is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 126 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.19 |
| HSL | 15.75º | 0.45% | 0.65% | - |
| HSV(B) | 15.75º | 0.39% | 0.81% | - |
| XYZ | 39.65 | 35.5 | 24.5 | - |
| YUV | 162.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 126 | 0 | 0.29 | 0.39 | 0.19 | 15.75 | 0.45 | 0.65 |
| Hex | CE | 93 | 7E | 0 | 1D | 27 | 13 | 10 | 2D | 41 |
| Octal | 316 | 223 | 176 | 0 | 35 | 47 | 23 | 20 | 55 | 101 |
| Binary | 11001110 | 10010011 | 1111110 | 0 | 11101 | 100111 | 10011 | 10000 | 101101 | 1000001 |
Color Harmonies of #CE937E
Complementary color
Monochromatic Colors of #CE937E
Black with #CE937E
Text Example
Text Example
White with #CE937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE937E; }
p { color: rgb(206,147,126); }
H1.HeaderClassName
{
color: #CE937E;
}
.AnyTagClassName
{
color: #CE937E;
}
</style>
background-color css
<style>
a { background-color: #CE937E; }
a { background-color: rgb(206,147,126); }
div.DivClassName
{
background-color: #CE937E;
}
.BgClassName
{
background-color: #CE937E;
}
</style>
border-color css
<style>
span { border-color: #CE937E; }
span { border-color: rgb(206,147,126); }
td.TdClassName
{
border-color: #CE937E;
}
.TagClassName
{
border-color: #CE937E;
}
</style>