Shades of Feldspar #C79276
Tints of Feldspar #C79276
RGB
CMYK
RGB Variations
Color information
#C79276 (or 0xC79276) is known color: Feldspar. HEX triplet: C7, 92 and 76. RGB value is (199,146,118). Sum of RGB (Red+Green+Blue) = 199+146+118=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C79276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79276 is #386D89. Grayscale: #9E9E9E. Windows color (decimal): -3698058 or 7770823. OLE color: 7770823.
HSL color Cylindrical-coordinate representation of color #C79276: hue angle of 20.74º 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 #C79276 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 118 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.22 |
| HSL | 20.74º | 0.42% | 0.62% | - |
| HSV(B) | 20.74º | 0.41% | 0.78% | - |
| XYZ | 37.1 | 34.01 | 21.75 | - |
| YUV | 158.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 118 | 0 | 0.27 | 0.41 | 0.22 | 20.74 | 0.42 | 0.62 |
| Hex | C7 | 92 | 76 | 0 | 1B | 29 | 16 | 15 | 2A | 3E |
| Octal | 307 | 222 | 166 | 0 | 33 | 51 | 26 | 25 | 52 | 76 |
| Binary | 11000111 | 10010010 | 1110110 | 0 | 11011 | 101001 | 10110 | 10101 | 101010 | 111110 |
Color Harmonies of #C79276
Complementary color
Monochromatic Colors of #C79276
Black with #C79276
Text Example
Text Example
White with #C79276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79276; }
p { color: rgb(199,146,118); }
H1.HeaderClassName
{
color: #C79276;
}
.AnyTagClassName
{
color: #C79276;
}
</style>
background-color css
<style>
a { background-color: #C79276; }
a { background-color: rgb(199,146,118); }
div.DivClassName
{
background-color: #C79276;
}
.BgClassName
{
background-color: #C79276;
}
</style>
border-color css
<style>
span { border-color: #C79276; }
span { border-color: rgb(199,146,118); }
td.TdClassName
{
border-color: #C79276;
}
.TagClassName
{
border-color: #C79276;
}
</style>