Shades of Feldspar #C79574
Tints of Feldspar #C79574
RGB
CMYK
RGB Variations
Color information
#C79574 (or 0xC79574) is known color: Feldspar. HEX triplet: C7, 95 and 74. RGB value is (199,149,116). Sum of RGB (Red+Green+Blue) = 199+149+116=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C79574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79574 is #386A8B. Grayscale: #A0A0A0. Windows color (decimal): -3697292 or 7640519. OLE color: 7640519.
HSL color Cylindrical-coordinate representation of color #C79574: hue angle of 23.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C79574 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 116 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.22 |
| HSL | 23.86º | 0.43% | 0.62% | - |
| HSV(B) | 23.86º | 0.42% | 0.78% | - |
| XYZ | 37.45 | 34.9 | 21.28 | - |
| YUV | 160.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 116 | 0 | 0.25 | 0.42 | 0.22 | 23.86 | 0.43 | 0.62 |
| Hex | C7 | 95 | 74 | 0 | 19 | 2A | 16 | 18 | 2B | 3E |
| Octal | 307 | 225 | 164 | 0 | 31 | 52 | 26 | 30 | 53 | 76 |
| Binary | 11000111 | 10010101 | 1110100 | 0 | 11001 | 101010 | 10110 | 11000 | 101011 | 111110 |
Color Harmonies of #C79574
Complementary color
Monochromatic Colors of #C79574
Black with #C79574
Text Example
Text Example
White with #C79574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79574; }
p { color: rgb(199,149,116); }
H1.HeaderClassName
{
color: #C79574;
}
.AnyTagClassName
{
color: #C79574;
}
</style>
background-color css
<style>
a { background-color: #C79574; }
a { background-color: rgb(199,149,116); }
div.DivClassName
{
background-color: #C79574;
}
.BgClassName
{
background-color: #C79574;
}
</style>
border-color css
<style>
span { border-color: #C79574; }
span { border-color: rgb(199,149,116); }
td.TdClassName
{
border-color: #C79574;
}
.TagClassName
{
border-color: #C79574;
}
</style>