Shades of Feldspar #C7937A
Tints of Feldspar #C7937A
RGB
CMYK
RGB Variations
Color information
#C7937A (or 0xC7937A) is known color: Feldspar. HEX triplet: C7, 93 and 7A. RGB value is (199,147,122). Sum of RGB (Red+Green+Blue) = 199+147+122=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7937A is #386C85. Grayscale: #9F9F9F. Windows color (decimal): -3697798 or 8033223. OLE color: 8033223.
HSL color Cylindrical-coordinate representation of color #C7937A: hue angle of 19.48º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7937A is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 122 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.22 |
| HSL | 19.48º | 0.41% | 0.63% | - |
| HSV(B) | 19.48º | 0.39% | 0.78% | - |
| XYZ | 37.5 | 34.41 | 23.08 | - |
| YUV | 159.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 122 | 0 | 0.26 | 0.39 | 0.22 | 19.48 | 0.41 | 0.63 |
| Hex | C7 | 93 | 7A | 0 | 1A | 27 | 16 | 13 | 29 | 3F |
| Octal | 307 | 223 | 172 | 0 | 32 | 47 | 26 | 23 | 51 | 77 |
| Binary | 11000111 | 10010011 | 1111010 | 0 | 11010 | 100111 | 10110 | 10011 | 101001 | 111111 |
Color Harmonies of #C7937A
Complementary color
Monochromatic Colors of #C7937A
Black with #C7937A
Text Example
Text Example
White with #C7937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7937A; }
p { color: rgb(199,147,122); }
H1.HeaderClassName
{
color: #C7937A;
}
.AnyTagClassName
{
color: #C7937A;
}
</style>
background-color css
<style>
a { background-color: #C7937A; }
a { background-color: rgb(199,147,122); }
div.DivClassName
{
background-color: #C7937A;
}
.BgClassName
{
background-color: #C7937A;
}
</style>
border-color css
<style>
span { border-color: #C7937A; }
span { border-color: rgb(199,147,122); }
td.TdClassName
{
border-color: #C7937A;
}
.TagClassName
{
border-color: #C7937A;
}
</style>