Shades of Feldspar #CE9C78
Tints of Feldspar #CE9C78
RGB
CMYK
RGB Variations
Color information
#CE9C78 (or 0xCE9C78) is known color: Feldspar. HEX triplet: CE, 9C and 78. RGB value is (206,156,120). Sum of RGB (Red+Green+Blue) = 206+156+120=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C78 is #316387. Grayscale: #A7A7A7. Windows color (decimal): -3236744 or 7904462. OLE color: 7904462.
HSL color Cylindrical-coordinate representation of color #CE9C78: hue angle of 25.12º 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 #CE9C78 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 120 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.19 |
| HSL | 25.12º | 0.47% | 0.64% | - |
| HSV(B) | 25.12º | 0.42% | 0.81% | - |
| XYZ | 40.73 | 38.25 | 23.01 | - |
| YUV | 166.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 120 | 0 | 0.24 | 0.42 | 0.19 | 25.12 | 0.47 | 0.64 |
| Hex | CE | 9C | 78 | 0 | 18 | 2A | 13 | 19 | 2F | 40 |
| Octal | 316 | 234 | 170 | 0 | 30 | 52 | 23 | 31 | 57 | 100 |
| Binary | 11001110 | 10011100 | 1111000 | 0 | 11000 | 101010 | 10011 | 11001 | 101111 | 1000000 |
Color Harmonies of #CE9C78
Complementary color
Monochromatic Colors of #CE9C78
Black with #CE9C78
Text Example
Text Example
White with #CE9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C78; }
p { color: rgb(206,156,120); }
H1.HeaderClassName
{
color: #CE9C78;
}
.AnyTagClassName
{
color: #CE9C78;
}
</style>
background-color css
<style>
a { background-color: #CE9C78; }
a { background-color: rgb(206,156,120); }
div.DivClassName
{
background-color: #CE9C78;
}
.BgClassName
{
background-color: #CE9C78;
}
</style>
border-color css
<style>
span { border-color: #CE9C78; }
span { border-color: rgb(206,156,120); }
td.TdClassName
{
border-color: #CE9C78;
}
.TagClassName
{
border-color: #CE9C78;
}
</style>