Shades of Feldspar #CE8D78
Tints of Feldspar #CE8D78
RGB
CMYK
RGB Variations
Color information
#CE8D78 (or 0xCE8D78) is known color: Feldspar. HEX triplet: CE, 8D and 78. RGB value is (206,141,120). Sum of RGB (Red+Green+Blue) = 206+141+120=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D78 is #317287. Grayscale: #9E9E9E. Windows color (decimal): -3240584 or 7900622. OLE color: 7900622.
HSL color Cylindrical-coordinate representation of color #CE8D78: hue angle of 14.65º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8D78 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 120 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.19 |
| HSL | 14.65º | 0.47% | 0.64% | - |
| HSV(B) | 14.65º | 0.42% | 0.81% | - |
| XYZ | 38.37 | 33.53 | 22.22 | - |
| YUV | 158.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 120 | 0 | 0.32 | 0.42 | 0.19 | 14.65 | 0.47 | 0.64 |
| Hex | CE | 8D | 78 | 0 | 20 | 2A | 13 | F | 2F | 40 |
| Octal | 316 | 215 | 170 | 0 | 40 | 52 | 23 | 17 | 57 | 100 |
| Binary | 11001110 | 10001101 | 1111000 | 0 | 100000 | 101010 | 10011 | 1111 | 101111 | 1000000 |
Color Harmonies of #CE8D78
Complementary color
Monochromatic Colors of #CE8D78
Black with #CE8D78
Text Example
Text Example
White with #CE8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D78; }
p { color: rgb(206,141,120); }
H1.HeaderClassName
{
color: #CE8D78;
}
.AnyTagClassName
{
color: #CE8D78;
}
</style>
background-color css
<style>
a { background-color: #CE8D78; }
a { background-color: rgb(206,141,120); }
div.DivClassName
{
background-color: #CE8D78;
}
.BgClassName
{
background-color: #CE8D78;
}
</style>
border-color css
<style>
span { border-color: #CE8D78; }
span { border-color: rgb(206,141,120); }
td.TdClassName
{
border-color: #CE8D78;
}
.TagClassName
{
border-color: #CE8D78;
}
</style>