Shades of Feldspar #C28D78
Tints of Feldspar #C28D78
RGB
CMYK
RGB Variations
Color information
#C28D78 (or 0xC28D78) is known color: Feldspar. HEX triplet: C2, 8D and 78. RGB value is (194,141,120). Sum of RGB (Red+Green+Blue) = 194+141+120=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D78 is #3D7287. Grayscale: #9A9A9A. Windows color (decimal): -4027016 or 7900610. OLE color: 7900610.
HSL color Cylindrical-coordinate representation of color #C28D78: hue angle of 17.03º 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 #C28D78 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 120 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.24 |
| HSL | 17.03º | 0.38% | 0.62% | - |
| HSV(B) | 17.03º | 0.38% | 0.76% | - |
| XYZ | 35.16 | 31.88 | 22.07 | - |
| YUV | 154.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 120 | 0 | 0.27 | 0.38 | 0.24 | 17.03 | 0.38 | 0.62 |
| Hex | C2 | 8D | 78 | 0 | 1B | 26 | 18 | 11 | 26 | 3E |
| Octal | 302 | 215 | 170 | 0 | 33 | 46 | 30 | 21 | 46 | 76 |
| Binary | 11000010 | 10001101 | 1111000 | 0 | 11011 | 100110 | 11000 | 10001 | 100110 | 111110 |
Color Harmonies of #C28D78
Complementary color
Monochromatic Colors of #C28D78
Black with #C28D78
Text Example
Text Example
White with #C28D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D78; }
p { color: rgb(194,141,120); }
H1.HeaderClassName
{
color: #C28D78;
}
.AnyTagClassName
{
color: #C28D78;
}
</style>
background-color css
<style>
a { background-color: #C28D78; }
a { background-color: rgb(194,141,120); }
div.DivClassName
{
background-color: #C28D78;
}
.BgClassName
{
background-color: #C28D78;
}
</style>
border-color css
<style>
span { border-color: #C28D78; }
span { border-color: rgb(194,141,120); }
td.TdClassName
{
border-color: #C28D78;
}
.TagClassName
{
border-color: #C28D78;
}
</style>