Shades of Feldspar #C7926F
Tints of Feldspar #C7926F
RGB
CMYK
RGB Variations
Color information
#C7926F (or 0xC7926F) is known color: Feldspar. HEX triplet: C7, 92 and 6F. RGB value is (199,146,111). Sum of RGB (Red+Green+Blue) = 199+146+111=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7926F is #386D90. Grayscale: #9E9E9E. Windows color (decimal): -3698065 or 7312071. OLE color: 7312071.
HSL color Cylindrical-coordinate representation of color #C7926F: hue angle of 23.86º 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 #C7926F is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 111 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.22 |
| HSL | 23.86º | 0.44% | 0.61% | - |
| HSV(B) | 23.86º | 0.44% | 0.78% | - |
| XYZ | 36.7 | 33.85 | 19.64 | - |
| YUV | 157.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 111 | 0 | 0.27 | 0.44 | 0.22 | 23.86 | 0.44 | 0.61 |
| Hex | C7 | 92 | 6F | 0 | 1B | 2C | 16 | 18 | 2C | 3D |
| Octal | 307 | 222 | 157 | 0 | 33 | 54 | 26 | 30 | 54 | 75 |
| Binary | 11000111 | 10010010 | 1101111 | 0 | 11011 | 101100 | 10110 | 11000 | 101100 | 111101 |
Color Harmonies of #C7926F
Complementary color
Monochromatic Colors of #C7926F
Black with #C7926F
Text Example
Text Example
White with #C7926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7926F; }
p { color: rgb(199,146,111); }
H1.HeaderClassName
{
color: #C7926F;
}
.AnyTagClassName
{
color: #C7926F;
}
</style>
background-color css
<style>
a { background-color: #C7926F; }
a { background-color: rgb(199,146,111); }
div.DivClassName
{
background-color: #C7926F;
}
.BgClassName
{
background-color: #C7926F;
}
</style>
border-color css
<style>
span { border-color: #C7926F; }
span { border-color: rgb(199,146,111); }
td.TdClassName
{
border-color: #C7926F;
}
.TagClassName
{
border-color: #C7926F;
}
</style>