Shades of Feldspar #C78776
Tints of Feldspar #C78776
RGB
CMYK
RGB Variations
Color information
#C78776 (or 0xC78776) is known color: Feldspar. HEX triplet: C7, 87 and 76. RGB value is (199,135,118). Sum of RGB (Red+Green+Blue) = 199+135+118=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C78776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78776 is #387889. Grayscale: #989898. Windows color (decimal): -3700874 or 7768007. OLE color: 7768007.
HSL color Cylindrical-coordinate representation of color #C78776: hue angle of 12.59º 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 #C78776 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 118 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.22 |
| HSL | 12.59º | 0.42% | 0.62% | - |
| HSV(B) | 12.59º | 0.41% | 0.78% | - |
| XYZ | 35.49 | 30.78 | 21.21 | - |
| YUV | 152.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 118 | 0 | 0.32 | 0.41 | 0.22 | 12.59 | 0.42 | 0.62 |
| Hex | C7 | 87 | 76 | 0 | 20 | 29 | 16 | D | 2A | 3E |
| Octal | 307 | 207 | 166 | 0 | 40 | 51 | 26 | 15 | 52 | 76 |
| Binary | 11000111 | 10000111 | 1110110 | 0 | 100000 | 101001 | 10110 | 1101 | 101010 | 111110 |
Color Harmonies of #C78776
Complementary color
Monochromatic Colors of #C78776
Black with #C78776
Text Example
Text Example
White with #C78776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78776; }
p { color: rgb(199,135,118); }
H1.HeaderClassName
{
color: #C78776;
}
.AnyTagClassName
{
color: #C78776;
}
</style>
background-color css
<style>
a { background-color: #C78776; }
a { background-color: rgb(199,135,118); }
div.DivClassName
{
background-color: #C78776;
}
.BgClassName
{
background-color: #C78776;
}
</style>
border-color css
<style>
span { border-color: #C78776; }
span { border-color: rgb(199,135,118); }
td.TdClassName
{
border-color: #C78776;
}
.TagClassName
{
border-color: #C78776;
}
</style>