Shades of Feldspar #C49171
Tints of Feldspar #C49171
RGB
CMYK
RGB Variations
Color information
#C49171 (or 0xC49171) is known color: Feldspar. HEX triplet: C4, 91 and 71. RGB value is (196,145,113). Sum of RGB (Red+Green+Blue) = 196+145+113=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C49171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49171 is #3B6E8E. Grayscale: #9C9C9C. Windows color (decimal): -3894927 or 7442884. OLE color: 7442884.
HSL color Cylindrical-coordinate representation of color #C49171: hue angle of 23.13º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C49171 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 113 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.23 |
| HSL | 23.13º | 0.41% | 0.61% | - |
| HSV(B) | 23.13º | 0.42% | 0.77% | - |
| XYZ | 35.87 | 33.18 | 20.14 | - |
| YUV | 156.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 113 | 0 | 0.26 | 0.42 | 0.23 | 23.13 | 0.41 | 0.61 |
| Hex | C4 | 91 | 71 | 0 | 1A | 2A | 17 | 17 | 29 | 3D |
| Octal | 304 | 221 | 161 | 0 | 32 | 52 | 27 | 27 | 51 | 75 |
| Binary | 11000100 | 10010001 | 1110001 | 0 | 11010 | 101010 | 10111 | 10111 | 101001 | 111101 |
Color Harmonies of #C49171
Complementary color
Monochromatic Colors of #C49171
Black with #C49171
Text Example
Text Example
White with #C49171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49171; }
p { color: rgb(196,145,113); }
H1.HeaderClassName
{
color: #C49171;
}
.AnyTagClassName
{
color: #C49171;
}
</style>
background-color css
<style>
a { background-color: #C49171; }
a { background-color: rgb(196,145,113); }
div.DivClassName
{
background-color: #C49171;
}
.BgClassName
{
background-color: #C49171;
}
</style>
border-color css
<style>
span { border-color: #C49171; }
span { border-color: rgb(196,145,113); }
td.TdClassName
{
border-color: #C49171;
}
.TagClassName
{
border-color: #C49171;
}
</style>