Shades of Feldspar #CE937F
Tints of Feldspar #CE937F
RGB
CMYK
RGB Variations
Color information
#CE937F (or 0xCE937F) is known color: Feldspar. HEX triplet: CE, 93 and 7F. RGB value is (206,147,127). Sum of RGB (Red+Green+Blue) = 206+147+127=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE937F is #316C80. Grayscale: #A2A2A2. Windows color (decimal): -3239041 or 8360910. OLE color: 8360910.
HSL color Cylindrical-coordinate representation of color #CE937F: hue angle of 15.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE937F is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 127 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.19 |
| HSL | 15.19º | 0.45% | 0.65% | - |
| HSV(B) | 15.19º | 0.38% | 0.81% | - |
| XYZ | 39.72 | 35.52 | 24.84 | - |
| YUV | 162.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 127 | 0 | 0.29 | 0.38 | 0.19 | 15.19 | 0.45 | 0.65 |
| Hex | CE | 93 | 7F | 0 | 1D | 26 | 13 | F | 2D | 41 |
| Octal | 316 | 223 | 177 | 0 | 35 | 46 | 23 | 17 | 55 | 101 |
| Binary | 11001110 | 10010011 | 1111111 | 0 | 11101 | 100110 | 10011 | 1111 | 101101 | 1000001 |
Color Harmonies of #CE937F
Complementary color
Monochromatic Colors of #CE937F
Black with #CE937F
Text Example
Text Example
White with #CE937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE937F; }
p { color: rgb(206,147,127); }
H1.HeaderClassName
{
color: #CE937F;
}
.AnyTagClassName
{
color: #CE937F;
}
</style>
background-color css
<style>
a { background-color: #CE937F; }
a { background-color: rgb(206,147,127); }
div.DivClassName
{
background-color: #CE937F;
}
.BgClassName
{
background-color: #CE937F;
}
</style>
border-color css
<style>
span { border-color: #CE937F; }
span { border-color: rgb(206,147,127); }
td.TdClassName
{
border-color: #CE937F;
}
.TagClassName
{
border-color: #CE937F;
}
</style>