Shades of Feldspar #C7916F
Tints of Feldspar #C7916F
RGB
CMYK
RGB Variations
Color information
#C7916F (or 0xC7916F) is known color: Feldspar. HEX triplet: C7, 91 and 6F. RGB value is (199,145,111). Sum of RGB (Red+Green+Blue) = 199+145+111=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7916F is #386E90. Grayscale: #9D9D9D. Windows color (decimal): -3698321 or 7311815. OLE color: 7311815.
HSL color Cylindrical-coordinate representation of color #C7916F: hue angle of 23.18º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7916F is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 111 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.22 |
| HSL | 23.18º | 0.44% | 0.61% | - |
| HSV(B) | 23.18º | 0.44% | 0.78% | - |
| XYZ | 36.55 | 33.54 | 19.59 | - |
| YUV | 157.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 111 | 0 | 0.27 | 0.44 | 0.22 | 23.18 | 0.44 | 0.61 |
| Hex | C7 | 91 | 6F | 0 | 1B | 2C | 16 | 17 | 2C | 3D |
| Octal | 307 | 221 | 157 | 0 | 33 | 54 | 26 | 27 | 54 | 75 |
| Binary | 11000111 | 10010001 | 1101111 | 0 | 11011 | 101100 | 10110 | 10111 | 101100 | 111101 |
Color Harmonies of #C7916F
Complementary color
Monochromatic Colors of #C7916F
Black with #C7916F
Text Example
Text Example
White with #C7916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7916F; }
p { color: rgb(199,145,111); }
H1.HeaderClassName
{
color: #C7916F;
}
.AnyTagClassName
{
color: #C7916F;
}
</style>
background-color css
<style>
a { background-color: #C7916F; }
a { background-color: rgb(199,145,111); }
div.DivClassName
{
background-color: #C7916F;
}
.BgClassName
{
background-color: #C7916F;
}
</style>
border-color css
<style>
span { border-color: #C7916F; }
span { border-color: rgb(199,145,111); }
td.TdClassName
{
border-color: #C7916F;
}
.TagClassName
{
border-color: #C7916F;
}
</style>