Shades of Feldspar #CE8C76
Tints of Feldspar #CE8C76
RGB
CMYK
RGB Variations
Color information
#CE8C76 (or 0xCE8C76) is known color: Feldspar. HEX triplet: CE, 8C and 76. RGB value is (206,140,118). Sum of RGB (Red+Green+Blue) = 206+140+118=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C76 is #317389. Grayscale: #9D9D9D. Windows color (decimal): -3240842 or 7769294. OLE color: 7769294.
HSL color Cylindrical-coordinate representation of color #CE8C76: hue angle of 15º 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 #CE8C76 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 118 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.19 |
| HSL | 15º | 0.47% | 0.64% | - |
| HSV(B) | 15º | 0.43% | 0.81% | - |
| XYZ | 38.1 | 33.19 | 21.54 | - |
| YUV | 157.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 118 | 0 | 0.32 | 0.43 | 0.19 | 15 | 0.47 | 0.64 |
| Hex | CE | 8C | 76 | 0 | 20 | 2B | 13 | F | 2F | 40 |
| Octal | 316 | 214 | 166 | 0 | 40 | 53 | 23 | 17 | 57 | 100 |
| Binary | 11001110 | 10001100 | 1110110 | 0 | 100000 | 101011 | 10011 | 1111 | 101111 | 1000000 |
Color Harmonies of #CE8C76
Complementary color
Monochromatic Colors of #CE8C76
Black with #CE8C76
Text Example
Text Example
White with #CE8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C76; }
p { color: rgb(206,140,118); }
H1.HeaderClassName
{
color: #CE8C76;
}
.AnyTagClassName
{
color: #CE8C76;
}
</style>
background-color css
<style>
a { background-color: #CE8C76; }
a { background-color: rgb(206,140,118); }
div.DivClassName
{
background-color: #CE8C76;
}
.BgClassName
{
background-color: #CE8C76;
}
</style>
border-color css
<style>
span { border-color: #CE8C76; }
span { border-color: rgb(206,140,118); }
td.TdClassName
{
border-color: #CE8C76;
}
.TagClassName
{
border-color: #CE8C76;
}
</style>