Shades of Feldspar #C48E73
Tints of Feldspar #C48E73
RGB
CMYK
RGB Variations
Color information
#C48E73 (or 0xC48E73) is known color: Feldspar. HEX triplet: C4, 8E and 73. RGB value is (196,142,115). Sum of RGB (Red+Green+Blue) = 196+142+115=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E73 is #3B718C. Grayscale: #9B9B9B. Windows color (decimal): -3895693 or 7573188. OLE color: 7573188.
HSL color Cylindrical-coordinate representation of color #C48E73: hue angle of 20º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48E73 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 115 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.23 |
| HSL | 20º | 0.41% | 0.61% | - |
| HSV(B) | 20º | 0.41% | 0.77% | - |
| XYZ | 35.53 | 32.32 | 20.59 | - |
| YUV | 155.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 115 | 0 | 0.28 | 0.41 | 0.23 | 20 | 0.41 | 0.61 |
| Hex | C4 | 8E | 73 | 0 | 1C | 29 | 17 | 14 | 29 | 3D |
| Octal | 304 | 216 | 163 | 0 | 34 | 51 | 27 | 24 | 51 | 75 |
| Binary | 11000100 | 10001110 | 1110011 | 0 | 11100 | 101001 | 10111 | 10100 | 101001 | 111101 |
Color Harmonies of #C48E73
Complementary color
Monochromatic Colors of #C48E73
Black with #C48E73
Text Example
Text Example
White with #C48E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E73; }
p { color: rgb(196,142,115); }
H1.HeaderClassName
{
color: #C48E73;
}
.AnyTagClassName
{
color: #C48E73;
}
</style>
background-color css
<style>
a { background-color: #C48E73; }
a { background-color: rgb(196,142,115); }
div.DivClassName
{
background-color: #C48E73;
}
.BgClassName
{
background-color: #C48E73;
}
</style>
border-color css
<style>
span { border-color: #C48E73; }
span { border-color: rgb(196,142,115); }
td.TdClassName
{
border-color: #C48E73;
}
.TagClassName
{
border-color: #C48E73;
}
</style>