Shades of Feldspar #C79071
Tints of Feldspar #C79071
RGB
CMYK
RGB Variations
Color information
#C79071 (or 0xC79071) is known color: Feldspar. HEX triplet: C7, 90 and 71. RGB value is (199,144,113). Sum of RGB (Red+Green+Blue) = 199+144+113=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C79071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79071 is #386F8E. Grayscale: #9D9D9D. Windows color (decimal): -3698575 or 7442631. OLE color: 7442631.
HSL color Cylindrical-coordinate representation of color #C79071: hue angle of 21.63º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C79071 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 113 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.22 |
| HSL | 21.63º | 0.43% | 0.61% | - |
| HSV(B) | 21.63º | 0.43% | 0.78% | - |
| XYZ | 36.51 | 33.28 | 20.12 | - |
| YUV | 156.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 113 | 0 | 0.28 | 0.43 | 0.22 | 21.63 | 0.43 | 0.61 |
| Hex | C7 | 90 | 71 | 0 | 1C | 2B | 16 | 16 | 2B | 3D |
| Octal | 307 | 220 | 161 | 0 | 34 | 53 | 26 | 26 | 53 | 75 |
| Binary | 11000111 | 10010000 | 1110001 | 0 | 11100 | 101011 | 10110 | 10110 | 101011 | 111101 |
Color Harmonies of #C79071
Complementary color
Monochromatic Colors of #C79071
Black with #C79071
Text Example
Text Example
White with #C79071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79071; }
p { color: rgb(199,144,113); }
H1.HeaderClassName
{
color: #C79071;
}
.AnyTagClassName
{
color: #C79071;
}
</style>
background-color css
<style>
a { background-color: #C79071; }
a { background-color: rgb(199,144,113); }
div.DivClassName
{
background-color: #C79071;
}
.BgClassName
{
background-color: #C79071;
}
</style>
border-color css
<style>
span { border-color: #C79071; }
span { border-color: rgb(199,144,113); }
td.TdClassName
{
border-color: #C79071;
}
.TagClassName
{
border-color: #C79071;
}
</style>