Shades of Feldspar #C79576
Tints of Feldspar #C79576
RGB
CMYK
RGB Variations
Color information
#C79576 (or 0xC79576) is known color: Feldspar. HEX triplet: C7, 95 and 76. RGB value is (199,149,118). Sum of RGB (Red+Green+Blue) = 199+149+118=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C79576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79576 is #386A89. Grayscale: #A0A0A0. Windows color (decimal): -3697290 or 7771591. OLE color: 7771591.
HSL color Cylindrical-coordinate representation of color #C79576: hue angle of 22.96º 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 #C79576 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 118 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.22 |
| HSL | 22.96º | 0.42% | 0.62% | - |
| HSV(B) | 22.96º | 0.41% | 0.78% | - |
| XYZ | 37.57 | 34.95 | 21.9 | - |
| YUV | 160.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 118 | 0 | 0.25 | 0.41 | 0.22 | 22.96 | 0.42 | 0.62 |
| Hex | C7 | 95 | 76 | 0 | 19 | 29 | 16 | 17 | 2A | 3E |
| Octal | 307 | 225 | 166 | 0 | 31 | 51 | 26 | 27 | 52 | 76 |
| Binary | 11000111 | 10010101 | 1110110 | 0 | 11001 | 101001 | 10110 | 10111 | 101010 | 111110 |
Color Harmonies of #C79576
Complementary color
Monochromatic Colors of #C79576
Black with #C79576
Text Example
Text Example
White with #C79576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79576; }
p { color: rgb(199,149,118); }
H1.HeaderClassName
{
color: #C79576;
}
.AnyTagClassName
{
color: #C79576;
}
</style>
background-color css
<style>
a { background-color: #C79576; }
a { background-color: rgb(199,149,118); }
div.DivClassName
{
background-color: #C79576;
}
.BgClassName
{
background-color: #C79576;
}
</style>
border-color css
<style>
span { border-color: #C79576; }
span { border-color: rgb(199,149,118); }
td.TdClassName
{
border-color: #C79576;
}
.TagClassName
{
border-color: #C79576;
}
</style>