Shades of Feldspar #C48D70
Tints of Feldspar #C48D70
RGB
CMYK
RGB Variations
Color information
#C48D70 (or 0xC48D70) is known color: Feldspar. HEX triplet: C4, 8D and 70. RGB value is (196,141,112). Sum of RGB (Red+Green+Blue) = 196+141+112=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D70 is #3B728F. Grayscale: #9A9A9A. Windows color (decimal): -3895952 or 7376324. OLE color: 7376324.
HSL color Cylindrical-coordinate representation of color #C48D70: hue angle of 20.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C48D70 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 112 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.23 |
| HSL | 20.71º | 0.42% | 0.6% | - |
| HSV(B) | 20.71º | 0.43% | 0.77% | - |
| XYZ | 35.21 | 31.96 | 19.64 | - |
| YUV | 154.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 112 | 0 | 0.28 | 0.43 | 0.23 | 20.71 | 0.42 | 0.6 |
| Hex | C4 | 8D | 70 | 0 | 1C | 2B | 17 | 15 | 2A | 3C |
| Octal | 304 | 215 | 160 | 0 | 34 | 53 | 27 | 25 | 52 | 74 |
| Binary | 11000100 | 10001101 | 1110000 | 0 | 11100 | 101011 | 10111 | 10101 | 101010 | 111100 |
Color Harmonies of #C48D70
Complementary color
Monochromatic Colors of #C48D70
Black with #C48D70
Text Example
Text Example
White with #C48D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D70; }
p { color: rgb(196,141,112); }
H1.HeaderClassName
{
color: #C48D70;
}
.AnyTagClassName
{
color: #C48D70;
}
</style>
background-color css
<style>
a { background-color: #C48D70; }
a { background-color: rgb(196,141,112); }
div.DivClassName
{
background-color: #C48D70;
}
.BgClassName
{
background-color: #C48D70;
}
</style>
border-color css
<style>
span { border-color: #C48D70; }
span { border-color: rgb(196,141,112); }
td.TdClassName
{
border-color: #C48D70;
}
.TagClassName
{
border-color: #C48D70;
}
</style>