Shades of Feldspar #C7916D
Tints of Feldspar #C7916D
RGB
CMYK
RGB Variations
Color information
#C7916D (or 0xC7916D) is known color: Feldspar. HEX triplet: C7, 91 and 6D. RGB value is (199,145,109). Sum of RGB (Red+Green+Blue) = 199+145+109=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7916D is #386E92. Grayscale: #9D9D9D. Windows color (decimal): -3698323 or 7180743. OLE color: 7180743.
HSL color Cylindrical-coordinate representation of color #C7916D: hue angle of 24º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7916D is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 109 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.22 |
| HSL | 24º | 0.45% | 0.6% | - |
| HSV(B) | 24º | 0.45% | 0.78% | - |
| XYZ | 36.44 | 33.5 | 19.01 | - |
| YUV | 157.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 109 | 0 | 0.27 | 0.45 | 0.22 | 24 | 0.45 | 0.6 |
| Hex | C7 | 91 | 6D | 0 | 1B | 2D | 16 | 18 | 2D | 3C |
| Octal | 307 | 221 | 155 | 0 | 33 | 55 | 26 | 30 | 55 | 74 |
| Binary | 11000111 | 10010001 | 1101101 | 0 | 11011 | 101101 | 10110 | 11000 | 101101 | 111100 |
Color Harmonies of #C7916D
Complementary color
Monochromatic Colors of #C7916D
Black with #C7916D
Text Example
Text Example
White with #C7916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7916D; }
p { color: rgb(199,145,109); }
H1.HeaderClassName
{
color: #C7916D;
}
.AnyTagClassName
{
color: #C7916D;
}
</style>
background-color css
<style>
a { background-color: #C7916D; }
a { background-color: rgb(199,145,109); }
div.DivClassName
{
background-color: #C7916D;
}
.BgClassName
{
background-color: #C7916D;
}
</style>
border-color css
<style>
span { border-color: #C7916D; }
span { border-color: rgb(199,145,109); }
td.TdClassName
{
border-color: #C7916D;
}
.TagClassName
{
border-color: #C7916D;
}
</style>