Shades of Feldspar #C79575
Tints of Feldspar #C79575
RGB
CMYK
RGB Variations
Color information
#C79575 (or 0xC79575) is known color: Feldspar. HEX triplet: C7, 95 and 75. RGB value is (199,149,117). Sum of RGB (Red+Green+Blue) = 199+149+117=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C79575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79575 is #386A8A. Grayscale: #A0A0A0. Windows color (decimal): -3697291 or 7706055. OLE color: 7706055.
HSL color Cylindrical-coordinate representation of color #C79575: hue angle of 23.41º 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 #C79575 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 117 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.22 |
| HSL | 23.41º | 0.42% | 0.62% | - |
| HSV(B) | 23.41º | 0.41% | 0.78% | - |
| XYZ | 37.51 | 34.92 | 21.59 | - |
| YUV | 160.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 117 | 0 | 0.25 | 0.41 | 0.22 | 23.41 | 0.42 | 0.62 |
| Hex | C7 | 95 | 75 | 0 | 19 | 29 | 16 | 17 | 2A | 3E |
| Octal | 307 | 225 | 165 | 0 | 31 | 51 | 26 | 27 | 52 | 76 |
| Binary | 11000111 | 10010101 | 1110101 | 0 | 11001 | 101001 | 10110 | 10111 | 101010 | 111110 |
Color Harmonies of #C79575
Complementary color
Monochromatic Colors of #C79575
Black with #C79575
Text Example
Text Example
White with #C79575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79575; }
p { color: rgb(199,149,117); }
H1.HeaderClassName
{
color: #C79575;
}
.AnyTagClassName
{
color: #C79575;
}
</style>
background-color css
<style>
a { background-color: #C79575; }
a { background-color: rgb(199,149,117); }
div.DivClassName
{
background-color: #C79575;
}
.BgClassName
{
background-color: #C79575;
}
</style>
border-color css
<style>
span { border-color: #C79575; }
span { border-color: rgb(199,149,117); }
td.TdClassName
{
border-color: #C79575;
}
.TagClassName
{
border-color: #C79575;
}
</style>