Shades of Feldspar #C48A73
Tints of Feldspar #C48A73
RGB
CMYK
RGB Variations
Color information
#C48A73 (or 0xC48A73) is known color: Feldspar. HEX triplet: C4, 8A and 73. RGB value is (196,138,115). Sum of RGB (Red+Green+Blue) = 196+138+115=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A73 is #3B758C. Grayscale: #989898. Windows color (decimal): -3896717 or 7572164. OLE color: 7572164.
HSL color Cylindrical-coordinate representation of color #C48A73: hue angle of 17.04º 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 #C48A73 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 115 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.23 |
| HSL | 17.04º | 0.41% | 0.61% | - |
| HSV(B) | 17.04º | 0.41% | 0.77% | - |
| XYZ | 34.95 | 31.15 | 20.39 | - |
| YUV | 152.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 115 | 0 | 0.30 | 0.41 | 0.23 | 17.04 | 0.41 | 0.61 |
| Hex | C4 | 8A | 73 | 0 | 1E | 29 | 17 | 11 | 29 | 3D |
| Octal | 304 | 212 | 163 | 0 | 36 | 51 | 27 | 21 | 51 | 75 |
| Binary | 11000100 | 10001010 | 1110011 | 0 | 11110 | 101001 | 10111 | 10001 | 101001 | 111101 |
Color Harmonies of #C48A73
Complementary color
Monochromatic Colors of #C48A73
Black with #C48A73
Text Example
Text Example
White with #C48A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A73; }
p { color: rgb(196,138,115); }
H1.HeaderClassName
{
color: #C48A73;
}
.AnyTagClassName
{
color: #C48A73;
}
</style>
background-color css
<style>
a { background-color: #C48A73; }
a { background-color: rgb(196,138,115); }
div.DivClassName
{
background-color: #C48A73;
}
.BgClassName
{
background-color: #C48A73;
}
</style>
border-color css
<style>
span { border-color: #C48A73; }
span { border-color: rgb(196,138,115); }
td.TdClassName
{
border-color: #C48A73;
}
.TagClassName
{
border-color: #C48A73;
}
</style>