Shades of Feldspar #C7906E
Tints of Feldspar #C7906E
RGB
CMYK
RGB Variations
Color information
#C7906E (or 0xC7906E) is known color: Feldspar. HEX triplet: C7, 90 and 6E. RGB value is (199,144,110). Sum of RGB (Red+Green+Blue) = 199+144+110=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7906E is #386F91. Grayscale: #9C9C9C. Windows color (decimal): -3698578 or 7246023. OLE color: 7246023.
HSL color Cylindrical-coordinate representation of color #C7906E: hue angle of 22.92º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7906E is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 110 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.22 |
| HSL | 22.92º | 0.44% | 0.61% | - |
| HSV(B) | 22.92º | 0.45% | 0.78% | - |
| XYZ | 36.34 | 33.21 | 19.25 | - |
| YUV | 156.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 110 | 0 | 0.28 | 0.45 | 0.22 | 22.92 | 0.44 | 0.61 |
| Hex | C7 | 90 | 6E | 0 | 1C | 2D | 16 | 17 | 2C | 3D |
| Octal | 307 | 220 | 156 | 0 | 34 | 55 | 26 | 27 | 54 | 75 |
| Binary | 11000111 | 10010000 | 1101110 | 0 | 11100 | 101101 | 10110 | 10111 | 101100 | 111101 |
Color Harmonies of #C7906E
Complementary color
Monochromatic Colors of #C7906E
Black with #C7906E
Text Example
Text Example
White with #C7906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7906E; }
p { color: rgb(199,144,110); }
H1.HeaderClassName
{
color: #C7906E;
}
.AnyTagClassName
{
color: #C7906E;
}
</style>
background-color css
<style>
a { background-color: #C7906E; }
a { background-color: rgb(199,144,110); }
div.DivClassName
{
background-color: #C7906E;
}
.BgClassName
{
background-color: #C7906E;
}
</style>
border-color css
<style>
span { border-color: #C7906E; }
span { border-color: rgb(199,144,110); }
td.TdClassName
{
border-color: #C7906E;
}
.TagClassName
{
border-color: #C7906E;
}
</style>