Shades of Feldspar #C79676
Tints of Feldspar #C79676
RGB
CMYK
RGB Variations
Color information
#C79676 (or 0xC79676) is known color: Feldspar. HEX triplet: C7, 96 and 76. RGB value is (199,150,118). Sum of RGB (Red+Green+Blue) = 199+150+118=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C79676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79676 is #386989. Grayscale: #A1A1A1. Windows color (decimal): -3697034 or 7771847. OLE color: 7771847.
HSL color Cylindrical-coordinate representation of color #C79676: hue angle of 23.7º 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 #C79676 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 118 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.22 |
| HSL | 23.7º | 0.42% | 0.62% | - |
| HSV(B) | 23.7º | 0.41% | 0.78% | - |
| XYZ | 37.73 | 35.26 | 21.96 | - |
| YUV | 161 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 118 | 0 | 0.25 | 0.41 | 0.22 | 23.7 | 0.42 | 0.62 |
| Hex | C7 | 96 | 76 | 0 | 19 | 29 | 16 | 18 | 2A | 3E |
| Octal | 307 | 226 | 166 | 0 | 31 | 51 | 26 | 30 | 52 | 76 |
| Binary | 11000111 | 10010110 | 1110110 | 0 | 11001 | 101001 | 10110 | 11000 | 101010 | 111110 |
Color Harmonies of #C79676
Complementary color
Monochromatic Colors of #C79676
Black with #C79676
Text Example
Text Example
White with #C79676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79676; }
p { color: rgb(199,150,118); }
H1.HeaderClassName
{
color: #C79676;
}
.AnyTagClassName
{
color: #C79676;
}
</style>
background-color css
<style>
a { background-color: #C79676; }
a { background-color: rgb(199,150,118); }
div.DivClassName
{
background-color: #C79676;
}
.BgClassName
{
background-color: #C79676;
}
</style>
border-color css
<style>
span { border-color: #C79676; }
span { border-color: rgb(199,150,118); }
td.TdClassName
{
border-color: #C79676;
}
.TagClassName
{
border-color: #C79676;
}
</style>