Shades of Feldspar #CE8B76
Tints of Feldspar #CE8B76
RGB
CMYK
RGB Variations
Color information
#CE8B76 (or 0xCE8B76) is known color: Feldspar. HEX triplet: CE, 8B and 76. RGB value is (206,139,118). Sum of RGB (Red+Green+Blue) = 206+139+118=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B76 is #317489. Grayscale: #9C9C9C. Windows color (decimal): -3241098 or 7769038. OLE color: 7769038.
HSL color Cylindrical-coordinate representation of color #CE8B76: hue angle of 14.32º 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 #CE8B76 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 118 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.19 |
| HSL | 14.32º | 0.47% | 0.64% | - |
| HSV(B) | 14.32º | 0.43% | 0.81% | - |
| XYZ | 37.96 | 32.9 | 21.49 | - |
| YUV | 156.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 118 | 0 | 0.33 | 0.43 | 0.19 | 14.32 | 0.47 | 0.64 |
| Hex | CE | 8B | 76 | 0 | 21 | 2B | 13 | E | 2F | 40 |
| Octal | 316 | 213 | 166 | 0 | 41 | 53 | 23 | 16 | 57 | 100 |
| Binary | 11001110 | 10001011 | 1110110 | 0 | 100001 | 101011 | 10011 | 1110 | 101111 | 1000000 |
Color Harmonies of #CE8B76
Complementary color
Monochromatic Colors of #CE8B76
Black with #CE8B76
Text Example
Text Example
White with #CE8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B76; }
p { color: rgb(206,139,118); }
H1.HeaderClassName
{
color: #CE8B76;
}
.AnyTagClassName
{
color: #CE8B76;
}
</style>
background-color css
<style>
a { background-color: #CE8B76; }
a { background-color: rgb(206,139,118); }
div.DivClassName
{
background-color: #CE8B76;
}
.BgClassName
{
background-color: #CE8B76;
}
</style>
border-color css
<style>
span { border-color: #CE8B76; }
span { border-color: rgb(206,139,118); }
td.TdClassName
{
border-color: #CE8B76;
}
.TagClassName
{
border-color: #CE8B76;
}
</style>