Shades of Feldspar #C49076
Tints of Feldspar #C49076
RGB
CMYK
RGB Variations
Color information
#C49076 (or 0xC49076) is known color: Feldspar. HEX triplet: C4, 90 and 76. RGB value is (196,144,118). Sum of RGB (Red+Green+Blue) = 196+144+118=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C49076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49076 is #3B6F89. Grayscale: #9C9C9C. Windows color (decimal): -3895178 or 7770308. OLE color: 7770308.
HSL color Cylindrical-coordinate representation of color #C49076: hue angle of 20º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C49076 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 118 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.23 |
| HSL | 20º | 0.4% | 0.62% | - |
| HSV(B) | 20º | 0.4% | 0.77% | - |
| XYZ | 36.01 | 32.99 | 21.61 | - |
| YUV | 156.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 118 | 0 | 0.27 | 0.40 | 0.23 | 20 | 0.4 | 0.62 |
| Hex | C4 | 90 | 76 | 0 | 1B | 28 | 17 | 14 | 28 | 3E |
| Octal | 304 | 220 | 166 | 0 | 33 | 50 | 27 | 24 | 50 | 76 |
| Binary | 11000100 | 10010000 | 1110110 | 0 | 11011 | 101000 | 10111 | 10100 | 101000 | 111110 |
Color Harmonies of #C49076
Complementary color
Monochromatic Colors of #C49076
Black with #C49076
Text Example
Text Example
White with #C49076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49076; }
p { color: rgb(196,144,118); }
H1.HeaderClassName
{
color: #C49076;
}
.AnyTagClassName
{
color: #C49076;
}
</style>
background-color css
<style>
a { background-color: #C49076; }
a { background-color: rgb(196,144,118); }
div.DivClassName
{
background-color: #C49076;
}
.BgClassName
{
background-color: #C49076;
}
</style>
border-color css
<style>
span { border-color: #C49076; }
span { border-color: rgb(196,144,118); }
td.TdClassName
{
border-color: #C49076;
}
.TagClassName
{
border-color: #C49076;
}
</style>