Shades of Feldspar #C49276
Tints of Feldspar #C49276
RGB
CMYK
RGB Variations
Color information
#C49276 (or 0xC49276) is known color: Feldspar. HEX triplet: C4, 92 and 76. RGB value is (196,146,118). Sum of RGB (Red+Green+Blue) = 196+146+118=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49276 is #3B6D89. Grayscale: #9D9D9D. Windows color (decimal): -3894666 or 7770820. OLE color: 7770820.
HSL color Cylindrical-coordinate representation of color #C49276: hue angle of 21.54º 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 #C49276 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 118 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.23 |
| HSL | 21.54º | 0.4% | 0.62% | - |
| HSV(B) | 21.54º | 0.4% | 0.77% | - |
| XYZ | 36.31 | 33.6 | 21.71 | - |
| YUV | 157.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 118 | 0 | 0.26 | 0.40 | 0.23 | 21.54 | 0.4 | 0.62 |
| Hex | C4 | 92 | 76 | 0 | 1A | 28 | 17 | 16 | 28 | 3E |
| Octal | 304 | 222 | 166 | 0 | 32 | 50 | 27 | 26 | 50 | 76 |
| Binary | 11000100 | 10010010 | 1110110 | 0 | 11010 | 101000 | 10111 | 10110 | 101000 | 111110 |
Color Harmonies of #C49276
Complementary color
Monochromatic Colors of #C49276
Black with #C49276
Text Example
Text Example
White with #C49276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49276; }
p { color: rgb(196,146,118); }
H1.HeaderClassName
{
color: #C49276;
}
.AnyTagClassName
{
color: #C49276;
}
</style>
background-color css
<style>
a { background-color: #C49276; }
a { background-color: rgb(196,146,118); }
div.DivClassName
{
background-color: #C49276;
}
.BgClassName
{
background-color: #C49276;
}
</style>
border-color css
<style>
span { border-color: #C49276; }
span { border-color: rgb(196,146,118); }
td.TdClassName
{
border-color: #C49276;
}
.TagClassName
{
border-color: #C49276;
}
</style>