Shades of Feldspar #C48E6E
Tints of Feldspar #C48E6E
RGB
CMYK
RGB Variations
Color information
#C48E6E (or 0xC48E6E) is known color: Feldspar. HEX triplet: C4, 8E and 6E. RGB value is (196,142,110). Sum of RGB (Red+Green+Blue) = 196+142+110=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E6E is #3B7191. Grayscale: #9A9A9A. Windows color (decimal): -3895698 or 7245508. OLE color: 7245508.
HSL color Cylindrical-coordinate representation of color #C48E6E: hue angle of 22.33º 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 #C48E6E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 110 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.23 |
| HSL | 22.33º | 0.42% | 0.6% | - |
| HSV(B) | 22.33º | 0.44% | 0.77% | - |
| XYZ | 35.25 | 32.21 | 19.11 | - |
| YUV | 154.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 110 | 0 | 0.28 | 0.44 | 0.23 | 22.33 | 0.42 | 0.6 |
| Hex | C4 | 8E | 6E | 0 | 1C | 2C | 17 | 16 | 2A | 3C |
| Octal | 304 | 216 | 156 | 0 | 34 | 54 | 27 | 26 | 52 | 74 |
| Binary | 11000100 | 10001110 | 1101110 | 0 | 11100 | 101100 | 10111 | 10110 | 101010 | 111100 |
Color Harmonies of #C48E6E
Complementary color
Monochromatic Colors of #C48E6E
Black with #C48E6E
Text Example
Text Example
White with #C48E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E6E; }
p { color: rgb(196,142,110); }
H1.HeaderClassName
{
color: #C48E6E;
}
.AnyTagClassName
{
color: #C48E6E;
}
</style>
background-color css
<style>
a { background-color: #C48E6E; }
a { background-color: rgb(196,142,110); }
div.DivClassName
{
background-color: #C48E6E;
}
.BgClassName
{
background-color: #C48E6E;
}
</style>
border-color css
<style>
span { border-color: #C48E6E; }
span { border-color: rgb(196,142,110); }
td.TdClassName
{
border-color: #C48E6E;
}
.TagClassName
{
border-color: #C48E6E;
}
</style>