Shades of Feldspar #CE8E78
Tints of Feldspar #CE8E78
RGB
CMYK
RGB Variations
Color information
#CE8E78 (or 0xCE8E78) is known color: Feldspar. HEX triplet: CE, 8E and 78. RGB value is (206,142,120). Sum of RGB (Red+Green+Blue) = 206+142+120=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E78 is #317187. Grayscale: #9E9E9E. Windows color (decimal): -3240328 or 7900878. OLE color: 7900878.
HSL color Cylindrical-coordinate representation of color #CE8E78: hue angle of 15.35º 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 #CE8E78 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 120 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.19 |
| HSL | 15.35º | 0.47% | 0.64% | - |
| HSV(B) | 15.35º | 0.42% | 0.81% | - |
| XYZ | 38.52 | 33.82 | 22.27 | - |
| YUV | 158.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 120 | 0 | 0.31 | 0.42 | 0.19 | 15.35 | 0.47 | 0.64 |
| Hex | CE | 8E | 78 | 0 | 1F | 2A | 13 | F | 2F | 40 |
| Octal | 316 | 216 | 170 | 0 | 37 | 52 | 23 | 17 | 57 | 100 |
| Binary | 11001110 | 10001110 | 1111000 | 0 | 11111 | 101010 | 10011 | 1111 | 101111 | 1000000 |
Color Harmonies of #CE8E78
Complementary color
Monochromatic Colors of #CE8E78
Black with #CE8E78
Text Example
Text Example
White with #CE8E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E78; }
p { color: rgb(206,142,120); }
H1.HeaderClassName
{
color: #CE8E78;
}
.AnyTagClassName
{
color: #CE8E78;
}
</style>
background-color css
<style>
a { background-color: #CE8E78; }
a { background-color: rgb(206,142,120); }
div.DivClassName
{
background-color: #CE8E78;
}
.BgClassName
{
background-color: #CE8E78;
}
</style>
border-color css
<style>
span { border-color: #CE8E78; }
span { border-color: rgb(206,142,120); }
td.TdClassName
{
border-color: #CE8E78;
}
.TagClassName
{
border-color: #CE8E78;
}
</style>