Shades of Feldspar #CE936F
Tints of Feldspar #CE936F
RGB
CMYK
RGB Variations
Color information
#CE936F (or 0xCE936F) is known color: Feldspar. HEX triplet: CE, 93 and 6F. RGB value is (206,147,111). Sum of RGB (Red+Green+Blue) = 206+147+111=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE936F is #316C90. Grayscale: #A0A0A0. Windows color (decimal): -3239057 or 7312334. OLE color: 7312334.
HSL color Cylindrical-coordinate representation of color #CE936F: hue angle of 22.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE936F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 111 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.19 |
| HSL | 22.74º | 0.49% | 0.62% | - |
| HSV(B) | 22.74º | 0.46% | 0.81% | - |
| XYZ | 38.76 | 35.14 | 19.78 | - |
| YUV | 160.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 111 | 0 | 0.29 | 0.46 | 0.19 | 22.74 | 0.49 | 0.62 |
| Hex | CE | 93 | 6F | 0 | 1D | 2E | 13 | 17 | 31 | 3E |
| Octal | 316 | 223 | 157 | 0 | 35 | 56 | 23 | 27 | 61 | 76 |
| Binary | 11001110 | 10010011 | 1101111 | 0 | 11101 | 101110 | 10011 | 10111 | 110001 | 111110 |
Color Harmonies of #CE936F
Complementary color
Monochromatic Colors of #CE936F
Black with #CE936F
Text Example
Text Example
White with #CE936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE936F; }
p { color: rgb(206,147,111); }
H1.HeaderClassName
{
color: #CE936F;
}
.AnyTagClassName
{
color: #CE936F;
}
</style>
background-color css
<style>
a { background-color: #CE936F; }
a { background-color: rgb(206,147,111); }
div.DivClassName
{
background-color: #CE936F;
}
.BgClassName
{
background-color: #CE936F;
}
</style>
border-color css
<style>
span { border-color: #CE936F; }
span { border-color: rgb(206,147,111); }
td.TdClassName
{
border-color: #CE936F;
}
.TagClassName
{
border-color: #CE936F;
}
</style>