Shades of Feldspar #C48E76
Tints of Feldspar #C48E76
RGB
CMYK
RGB Variations
Color information
#C48E76 (or 0xC48E76) is known color: Feldspar. HEX triplet: C4, 8E and 76. RGB value is (196,142,118). Sum of RGB (Red+Green+Blue) = 196+142+118=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E76 is #3B7189. Grayscale: #9B9B9B. Windows color (decimal): -3895690 or 7769796. OLE color: 7769796.
HSL color Cylindrical-coordinate representation of color #C48E76: hue angle of 18.46º 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 #C48E76 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 118 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.23 |
| HSL | 18.46º | 0.4% | 0.62% | - |
| HSV(B) | 18.46º | 0.4% | 0.77% | - |
| XYZ | 35.71 | 32.39 | 21.51 | - |
| YUV | 155.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 118 | 0 | 0.28 | 0.40 | 0.23 | 18.46 | 0.4 | 0.62 |
| Hex | C4 | 8E | 76 | 0 | 1C | 28 | 17 | 12 | 28 | 3E |
| Octal | 304 | 216 | 166 | 0 | 34 | 50 | 27 | 22 | 50 | 76 |
| Binary | 11000100 | 10001110 | 1110110 | 0 | 11100 | 101000 | 10111 | 10010 | 101000 | 111110 |
Color Harmonies of #C48E76
Complementary color
Monochromatic Colors of #C48E76
Black with #C48E76
Text Example
Text Example
White with #C48E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E76; }
p { color: rgb(196,142,118); }
H1.HeaderClassName
{
color: #C48E76;
}
.AnyTagClassName
{
color: #C48E76;
}
</style>
background-color css
<style>
a { background-color: #C48E76; }
a { background-color: rgb(196,142,118); }
div.DivClassName
{
background-color: #C48E76;
}
.BgClassName
{
background-color: #C48E76;
}
</style>
border-color css
<style>
span { border-color: #C48E76; }
span { border-color: rgb(196,142,118); }
td.TdClassName
{
border-color: #C48E76;
}
.TagClassName
{
border-color: #C48E76;
}
</style>