Shades of Feldspar #C28E78
Tints of Feldspar #C28E78
RGB
CMYK
RGB Variations
Color information
#C28E78 (or 0xC28E78) is known color: Feldspar. HEX triplet: C2, 8E and 78. RGB value is (194,142,120). Sum of RGB (Red+Green+Blue) = 194+142+120=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E78 is #3D7187. Grayscale: #9B9B9B. Windows color (decimal): -4026760 or 7900866. OLE color: 7900866.
HSL color Cylindrical-coordinate representation of color #C28E78: hue angle of 17.84º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28E78 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 120 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.24 |
| HSL | 17.84º | 0.38% | 0.62% | - |
| HSV(B) | 17.84º | 0.38% | 0.76% | - |
| XYZ | 35.31 | 32.17 | 22.12 | - |
| YUV | 155.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 120 | 0 | 0.27 | 0.38 | 0.24 | 17.84 | 0.38 | 0.62 |
| Hex | C2 | 8E | 78 | 0 | 1B | 26 | 18 | 12 | 26 | 3E |
| Octal | 302 | 216 | 170 | 0 | 33 | 46 | 30 | 22 | 46 | 76 |
| Binary | 11000010 | 10001110 | 1111000 | 0 | 11011 | 100110 | 11000 | 10010 | 100110 | 111110 |
Color Harmonies of #C28E78
Complementary color
Monochromatic Colors of #C28E78
Black with #C28E78
Text Example
Text Example
White with #C28E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E78; }
p { color: rgb(194,142,120); }
H1.HeaderClassName
{
color: #C28E78;
}
.AnyTagClassName
{
color: #C28E78;
}
</style>
background-color css
<style>
a { background-color: #C28E78; }
a { background-color: rgb(194,142,120); }
div.DivClassName
{
background-color: #C28E78;
}
.BgClassName
{
background-color: #C28E78;
}
</style>
border-color css
<style>
span { border-color: #C28E78; }
span { border-color: rgb(194,142,120); }
td.TdClassName
{
border-color: #C28E78;
}
.TagClassName
{
border-color: #C28E78;
}
</style>