Shades of Feldspar #C48A6D
Tints of Feldspar #C48A6D
RGB
CMYK
RGB Variations
Color information
#C48A6D (or 0xC48A6D) is known color: Feldspar. HEX triplet: C4, 8A and 6D. RGB value is (196,138,109). Sum of RGB (Red+Green+Blue) = 196+138+109=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A6D is #3B7592. Grayscale: #989898. Windows color (decimal): -3896723 or 7178948. OLE color: 7178948.
HSL color Cylindrical-coordinate representation of color #C48A6D: hue angle of 20º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48A6D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 109 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.23 |
| HSL | 20º | 0.42% | 0.6% | - |
| HSV(B) | 20º | 0.44% | 0.77% | - |
| XYZ | 34.61 | 31.02 | 18.63 | - |
| YUV | 152.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 109 | 0 | 0.30 | 0.44 | 0.23 | 20 | 0.42 | 0.6 |
| Hex | C4 | 8A | 6D | 0 | 1E | 2C | 17 | 14 | 2A | 3C |
| Octal | 304 | 212 | 155 | 0 | 36 | 54 | 27 | 24 | 52 | 74 |
| Binary | 11000100 | 10001010 | 1101101 | 0 | 11110 | 101100 | 10111 | 10100 | 101010 | 111100 |
Color Harmonies of #C48A6D
Complementary color
Monochromatic Colors of #C48A6D
Black with #C48A6D
Text Example
Text Example
White with #C48A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A6D; }
p { color: rgb(196,138,109); }
H1.HeaderClassName
{
color: #C48A6D;
}
.AnyTagClassName
{
color: #C48A6D;
}
</style>
background-color css
<style>
a { background-color: #C48A6D; }
a { background-color: rgb(196,138,109); }
div.DivClassName
{
background-color: #C48A6D;
}
.BgClassName
{
background-color: #C48A6D;
}
</style>
border-color css
<style>
span { border-color: #C48A6D; }
span { border-color: rgb(196,138,109); }
td.TdClassName
{
border-color: #C48A6D;
}
.TagClassName
{
border-color: #C48A6D;
}
</style>