Shades of Feldspar #C79076
Tints of Feldspar #C79076
RGB
CMYK
RGB Variations
Color information
#C79076 (or 0xC79076) is known color: Feldspar. HEX triplet: C7, 90 and 76. RGB value is (199,144,118). Sum of RGB (Red+Green+Blue) = 199+144+118=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C79076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79076 is #386F89. Grayscale: #9D9D9D. Windows color (decimal): -3698570 or 7770311. OLE color: 7770311.
HSL color Cylindrical-coordinate representation of color #C79076: hue angle of 19.26º 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 #C79076 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 118 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.22 |
| HSL | 19.26º | 0.42% | 0.62% | - |
| HSV(B) | 19.26º | 0.41% | 0.78% | - |
| XYZ | 36.8 | 33.4 | 21.65 | - |
| YUV | 157.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 118 | 0 | 0.28 | 0.41 | 0.22 | 19.26 | 0.42 | 0.62 |
| Hex | C7 | 90 | 76 | 0 | 1C | 29 | 16 | 13 | 2A | 3E |
| Octal | 307 | 220 | 166 | 0 | 34 | 51 | 26 | 23 | 52 | 76 |
| Binary | 11000111 | 10010000 | 1110110 | 0 | 11100 | 101001 | 10110 | 10011 | 101010 | 111110 |
Color Harmonies of #C79076
Complementary color
Monochromatic Colors of #C79076
Black with #C79076
Text Example
Text Example
White with #C79076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79076; }
p { color: rgb(199,144,118); }
H1.HeaderClassName
{
color: #C79076;
}
.AnyTagClassName
{
color: #C79076;
}
</style>
background-color css
<style>
a { background-color: #C79076; }
a { background-color: rgb(199,144,118); }
div.DivClassName
{
background-color: #C79076;
}
.BgClassName
{
background-color: #C79076;
}
</style>
border-color css
<style>
span { border-color: #C79076; }
span { border-color: rgb(199,144,118); }
td.TdClassName
{
border-color: #C79076;
}
.TagClassName
{
border-color: #C79076;
}
</style>