Shades of Feldspar #C78D6E
Tints of Feldspar #C78D6E
RGB
CMYK
RGB Variations
Color information
#C78D6E (or 0xC78D6E) is known color: Feldspar. HEX triplet: C7, 8D and 6E. RGB value is (199,141,110). Sum of RGB (Red+Green+Blue) = 199+141+110=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D6E is #387291. Grayscale: #9A9A9A. Windows color (decimal): -3699346 or 7245255. OLE color: 7245255.
HSL color Cylindrical-coordinate representation of color #C78D6E: hue angle of 20.9º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C78D6E is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 110 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.22 |
| HSL | 20.9º | 0.44% | 0.61% | - |
| HSV(B) | 20.9º | 0.45% | 0.78% | - |
| XYZ | 35.89 | 32.32 | 19.1 | - |
| YUV | 154.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 110 | 0 | 0.29 | 0.45 | 0.22 | 20.9 | 0.44 | 0.61 |
| Hex | C7 | 8D | 6E | 0 | 1D | 2D | 16 | 15 | 2C | 3D |
| Octal | 307 | 215 | 156 | 0 | 35 | 55 | 26 | 25 | 54 | 75 |
| Binary | 11000111 | 10001101 | 1101110 | 0 | 11101 | 101101 | 10110 | 10101 | 101100 | 111101 |
Color Harmonies of #C78D6E
Complementary color
Monochromatic Colors of #C78D6E
Black with #C78D6E
Text Example
Text Example
White with #C78D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D6E; }
p { color: rgb(199,141,110); }
H1.HeaderClassName
{
color: #C78D6E;
}
.AnyTagClassName
{
color: #C78D6E;
}
</style>
background-color css
<style>
a { background-color: #C78D6E; }
a { background-color: rgb(199,141,110); }
div.DivClassName
{
background-color: #C78D6E;
}
.BgClassName
{
background-color: #C78D6E;
}
</style>
border-color css
<style>
span { border-color: #C78D6E; }
span { border-color: rgb(199,141,110); }
td.TdClassName
{
border-color: #C78D6E;
}
.TagClassName
{
border-color: #C78D6E;
}
</style>