Shades of Feldspar #C78671
Tints of Feldspar #C78671
RGB
CMYK
RGB Variations
Color information
#C78671 (or 0xC78671) is known color: Feldspar. HEX triplet: C7, 86 and 71. RGB value is (199,134,113). Sum of RGB (Red+Green+Blue) = 199+134+113=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C78671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78671 is #38798E. Grayscale: #979797. Windows color (decimal): -3701135 or 7440071. OLE color: 7440071.
HSL color Cylindrical-coordinate representation of color #C78671: hue angle of 14.65º 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 #C78671 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 113 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.22 |
| HSL | 14.65º | 0.43% | 0.61% | - |
| HSV(B) | 14.65º | 0.43% | 0.78% | - |
| XYZ | 35.06 | 30.38 | 19.64 | - |
| YUV | 151.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 113 | 0 | 0.33 | 0.43 | 0.22 | 14.65 | 0.43 | 0.61 |
| Hex | C7 | 86 | 71 | 0 | 21 | 2B | 16 | F | 2B | 3D |
| Octal | 307 | 206 | 161 | 0 | 41 | 53 | 26 | 17 | 53 | 75 |
| Binary | 11000111 | 10000110 | 1110001 | 0 | 100001 | 101011 | 10110 | 1111 | 101011 | 111101 |
Color Harmonies of #C78671
Complementary color
Monochromatic Colors of #C78671
Black with #C78671
Text Example
Text Example
White with #C78671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78671; }
p { color: rgb(199,134,113); }
H1.HeaderClassName
{
color: #C78671;
}
.AnyTagClassName
{
color: #C78671;
}
</style>
background-color css
<style>
a { background-color: #C78671; }
a { background-color: rgb(199,134,113); }
div.DivClassName
{
background-color: #C78671;
}
.BgClassName
{
background-color: #C78671;
}
</style>
border-color css
<style>
span { border-color: #C78671; }
span { border-color: rgb(199,134,113); }
td.TdClassName
{
border-color: #C78671;
}
.TagClassName
{
border-color: #C78671;
}
</style>