Shades of Feldspar #CE8D76
Tints of Feldspar #CE8D76
RGB
CMYK
RGB Variations
Color information
#CE8D76 (or 0xCE8D76) is known color: Feldspar. HEX triplet: CE, 8D and 76. RGB value is (206,141,118). Sum of RGB (Red+Green+Blue) = 206+141+118=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D76 is #317289. Grayscale: #9D9D9D. Windows color (decimal): -3240586 or 7769550. OLE color: 7769550.
HSL color Cylindrical-coordinate representation of color #CE8D76: hue angle of 15.68º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8D76 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 118 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.19 |
| HSL | 15.68º | 0.47% | 0.64% | - |
| HSV(B) | 15.68º | 0.43% | 0.81% | - |
| XYZ | 38.25 | 33.48 | 21.59 | - |
| YUV | 157.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 118 | 0 | 0.32 | 0.43 | 0.19 | 15.68 | 0.47 | 0.64 |
| Hex | CE | 8D | 76 | 0 | 20 | 2B | 13 | 10 | 2F | 40 |
| Octal | 316 | 215 | 166 | 0 | 40 | 53 | 23 | 20 | 57 | 100 |
| Binary | 11001110 | 10001101 | 1110110 | 0 | 100000 | 101011 | 10011 | 10000 | 101111 | 1000000 |
Color Harmonies of #CE8D76
Complementary color
Monochromatic Colors of #CE8D76
Black with #CE8D76
Text Example
Text Example
White with #CE8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D76; }
p { color: rgb(206,141,118); }
H1.HeaderClassName
{
color: #CE8D76;
}
.AnyTagClassName
{
color: #CE8D76;
}
</style>
background-color css
<style>
a { background-color: #CE8D76; }
a { background-color: rgb(206,141,118); }
div.DivClassName
{
background-color: #CE8D76;
}
.BgClassName
{
background-color: #CE8D76;
}
</style>
border-color css
<style>
span { border-color: #CE8D76; }
span { border-color: rgb(206,141,118); }
td.TdClassName
{
border-color: #CE8D76;
}
.TagClassName
{
border-color: #CE8D76;
}
</style>