Shades of Feldspar #C78E76
Tints of Feldspar #C78E76
RGB
CMYK
RGB Variations
Color information
#C78E76 (or 0xC78E76) is known color: Feldspar. HEX triplet: C7, 8E and 76. RGB value is (199,142,118). Sum of RGB (Red+Green+Blue) = 199+142+118=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E76 is #387189. Grayscale: #9C9C9C. Windows color (decimal): -3699082 or 7769799. OLE color: 7769799.
HSL color Cylindrical-coordinate representation of color #C78E76: hue angle of 17.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78E76 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 118 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.22 |
| HSL | 17.78º | 0.42% | 0.62% | - |
| HSV(B) | 17.78º | 0.41% | 0.78% | - |
| XYZ | 36.5 | 32.8 | 21.55 | - |
| YUV | 156.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 118 | 0 | 0.29 | 0.41 | 0.22 | 17.78 | 0.42 | 0.62 |
| Hex | C7 | 8E | 76 | 0 | 1D | 29 | 16 | 12 | 2A | 3E |
| Octal | 307 | 216 | 166 | 0 | 35 | 51 | 26 | 22 | 52 | 76 |
| Binary | 11000111 | 10001110 | 1110110 | 0 | 11101 | 101001 | 10110 | 10010 | 101010 | 111110 |
Color Harmonies of #C78E76
Complementary color
Monochromatic Colors of #C78E76
Black with #C78E76
Text Example
Text Example
White with #C78E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E76; }
p { color: rgb(199,142,118); }
H1.HeaderClassName
{
color: #C78E76;
}
.AnyTagClassName
{
color: #C78E76;
}
</style>
background-color css
<style>
a { background-color: #C78E76; }
a { background-color: rgb(199,142,118); }
div.DivClassName
{
background-color: #C78E76;
}
.BgClassName
{
background-color: #C78E76;
}
</style>
border-color css
<style>
span { border-color: #C78E76; }
span { border-color: rgb(199,142,118); }
td.TdClassName
{
border-color: #C78E76;
}
.TagClassName
{
border-color: #C78E76;
}
</style>