Shades of Feldspar #C79577
Tints of Feldspar #C79577
RGB
CMYK
RGB Variations
Color information
#C79577 (or 0xC79577) is known color: Feldspar. HEX triplet: C7, 95 and 77. RGB value is (199,149,119). Sum of RGB (Red+Green+Blue) = 199+149+119=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C79577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79577 is #386A88. Grayscale: #A0A0A0. Windows color (decimal): -3697289 or 7837127. OLE color: 7837127.
HSL color Cylindrical-coordinate representation of color #C79577: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C79577 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 119 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.22 |
| HSL | 22.5º | 0.42% | 0.62% | - |
| HSV(B) | 22.5º | 0.4% | 0.78% | - |
| XYZ | 37.63 | 34.97 | 22.22 | - |
| YUV | 160.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 119 | 0 | 0.25 | 0.40 | 0.22 | 22.5 | 0.42 | 0.62 |
| Hex | C7 | 95 | 77 | 0 | 19 | 28 | 16 | 16 | 2A | 3E |
| Octal | 307 | 225 | 167 | 0 | 31 | 50 | 26 | 26 | 52 | 76 |
| Binary | 11000111 | 10010101 | 1110111 | 0 | 11001 | 101000 | 10110 | 10110 | 101010 | 111110 |
Color Harmonies of #C79577
Complementary color
Monochromatic Colors of #C79577
Black with #C79577
Text Example
Text Example
White with #C79577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79577; }
p { color: rgb(199,149,119); }
H1.HeaderClassName
{
color: #C79577;
}
.AnyTagClassName
{
color: #C79577;
}
</style>
background-color css
<style>
a { background-color: #C79577; }
a { background-color: rgb(199,149,119); }
div.DivClassName
{
background-color: #C79577;
}
.BgClassName
{
background-color: #C79577;
}
</style>
border-color css
<style>
span { border-color: #C79577; }
span { border-color: rgb(199,149,119); }
td.TdClassName
{
border-color: #C79577;
}
.TagClassName
{
border-color: #C79577;
}
</style>