Shades of Feldspar #CE8D7A
Tints of Feldspar #CE8D7A
RGB
CMYK
RGB Variations
Color information
#CE8D7A (or 0xCE8D7A) is known color: Feldspar. HEX triplet: CE, 8D and 7A. RGB value is (206,141,122). Sum of RGB (Red+Green+Blue) = 206+141+122=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D7A is #317285. Grayscale: #9E9E9E. Windows color (decimal): -3240582 or 8031694. OLE color: 8031694.
HSL color Cylindrical-coordinate representation of color #CE8D7A: hue angle of 13.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8D7A is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 122 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.19 |
| HSL | 13.57º | 0.46% | 0.64% | - |
| HSV(B) | 13.57º | 0.41% | 0.81% | - |
| XYZ | 38.49 | 33.58 | 22.86 | - |
| YUV | 158.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 122 | 0 | 0.32 | 0.41 | 0.19 | 13.57 | 0.46 | 0.64 |
| Hex | CE | 8D | 7A | 0 | 20 | 29 | 13 | E | 2E | 40 |
| Octal | 316 | 215 | 172 | 0 | 40 | 51 | 23 | 16 | 56 | 100 |
| Binary | 11001110 | 10001101 | 1111010 | 0 | 100000 | 101001 | 10011 | 1110 | 101110 | 1000000 |
Color Harmonies of #CE8D7A
Complementary color
Monochromatic Colors of #CE8D7A
Black with #CE8D7A
Text Example
Text Example
White with #CE8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D7A; }
p { color: rgb(206,141,122); }
H1.HeaderClassName
{
color: #CE8D7A;
}
.AnyTagClassName
{
color: #CE8D7A;
}
</style>
background-color css
<style>
a { background-color: #CE8D7A; }
a { background-color: rgb(206,141,122); }
div.DivClassName
{
background-color: #CE8D7A;
}
.BgClassName
{
background-color: #CE8D7A;
}
</style>
border-color css
<style>
span { border-color: #CE8D7A; }
span { border-color: rgb(206,141,122); }
td.TdClassName
{
border-color: #CE8D7A;
}
.TagClassName
{
border-color: #CE8D7A;
}
</style>