Shades of Feldspar #CE8D6F
Tints of Feldspar #CE8D6F
RGB
CMYK
RGB Variations
Color information
#CE8D6F (or 0xCE8D6F) is known color: Feldspar. HEX triplet: CE, 8D and 6F. RGB value is (206,141,111). Sum of RGB (Red+Green+Blue) = 206+141+111=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D6F is #317290. Grayscale: #9D9D9D. Windows color (decimal): -3240593 or 7310798. OLE color: 7310798.
HSL color Cylindrical-coordinate representation of color #CE8D6F: hue angle of 18.95º 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 #CE8D6F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 111 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.19 |
| HSL | 18.95º | 0.49% | 0.62% | - |
| HSV(B) | 18.95º | 0.46% | 0.81% | - |
| XYZ | 37.85 | 33.32 | 19.48 | - |
| YUV | 157.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 111 | 0 | 0.32 | 0.46 | 0.19 | 18.95 | 0.49 | 0.62 |
| Hex | CE | 8D | 6F | 0 | 20 | 2E | 13 | 13 | 31 | 3E |
| Octal | 316 | 215 | 157 | 0 | 40 | 56 | 23 | 23 | 61 | 76 |
| Binary | 11001110 | 10001101 | 1101111 | 0 | 100000 | 101110 | 10011 | 10011 | 110001 | 111110 |
Color Harmonies of #CE8D6F
Complementary color
Monochromatic Colors of #CE8D6F
Black with #CE8D6F
Text Example
Text Example
White with #CE8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D6F; }
p { color: rgb(206,141,111); }
H1.HeaderClassName
{
color: #CE8D6F;
}
.AnyTagClassName
{
color: #CE8D6F;
}
</style>
background-color css
<style>
a { background-color: #CE8D6F; }
a { background-color: rgb(206,141,111); }
div.DivClassName
{
background-color: #CE8D6F;
}
.BgClassName
{
background-color: #CE8D6F;
}
</style>
border-color css
<style>
span { border-color: #CE8D6F; }
span { border-color: rgb(206,141,111); }
td.TdClassName
{
border-color: #CE8D6F;
}
.TagClassName
{
border-color: #CE8D6F;
}
</style>