Shades of Feldspar #C79271
Tints of Feldspar #C79271
RGB
CMYK
RGB Variations
Color information
#C79271 (or 0xC79271) is known color: Feldspar. HEX triplet: C7, 92 and 71. RGB value is (199,146,113). Sum of RGB (Red+Green+Blue) = 199+146+113=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C79271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79271 is #386D8E. Grayscale: #9E9E9E. Windows color (decimal): -3698063 or 7443143. OLE color: 7443143.
HSL color Cylindrical-coordinate representation of color #C79271: hue angle of 23.02º 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 #C79271 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 113 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.22 |
| HSL | 23.02º | 0.43% | 0.61% | - |
| HSV(B) | 23.02º | 0.43% | 0.78% | - |
| XYZ | 36.81 | 33.89 | 20.22 | - |
| YUV | 158.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 113 | 0 | 0.27 | 0.43 | 0.22 | 23.02 | 0.43 | 0.61 |
| Hex | C7 | 92 | 71 | 0 | 1B | 2B | 16 | 17 | 2B | 3D |
| Octal | 307 | 222 | 161 | 0 | 33 | 53 | 26 | 27 | 53 | 75 |
| Binary | 11000111 | 10010010 | 1110001 | 0 | 11011 | 101011 | 10110 | 10111 | 101011 | 111101 |
Color Harmonies of #C79271
Complementary color
Monochromatic Colors of #C79271
Black with #C79271
Text Example
Text Example
White with #C79271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79271; }
p { color: rgb(199,146,113); }
H1.HeaderClassName
{
color: #C79271;
}
.AnyTagClassName
{
color: #C79271;
}
</style>
background-color css
<style>
a { background-color: #C79271; }
a { background-color: rgb(199,146,113); }
div.DivClassName
{
background-color: #C79271;
}
.BgClassName
{
background-color: #C79271;
}
</style>
border-color css
<style>
span { border-color: #C79271; }
span { border-color: rgb(199,146,113); }
td.TdClassName
{
border-color: #C79271;
}
.TagClassName
{
border-color: #C79271;
}
</style>