Shades of Feldspar #C48A76
Tints of Feldspar #C48A76
RGB
CMYK
RGB Variations
Color information
#C48A76 (or 0xC48A76) is known color: Feldspar. HEX triplet: C4, 8A and 76. RGB value is (196,138,118). Sum of RGB (Red+Green+Blue) = 196+138+118=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A76 is #3B7589. Grayscale: #999999. Windows color (decimal): -3896714 or 7768772. OLE color: 7768772.
HSL color Cylindrical-coordinate representation of color #C48A76: hue angle of 15.38º 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 #C48A76 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 118 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.23 |
| HSL | 15.38º | 0.4% | 0.62% | - |
| HSV(B) | 15.38º | 0.4% | 0.77% | - |
| XYZ | 35.12 | 31.22 | 21.31 | - |
| YUV | 153.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 118 | 0 | 0.30 | 0.40 | 0.23 | 15.38 | 0.4 | 0.62 |
| Hex | C4 | 8A | 76 | 0 | 1E | 28 | 17 | F | 28 | 3E |
| Octal | 304 | 212 | 166 | 0 | 36 | 50 | 27 | 17 | 50 | 76 |
| Binary | 11000100 | 10001010 | 1110110 | 0 | 11110 | 101000 | 10111 | 1111 | 101000 | 111110 |
Color Harmonies of #C48A76
Complementary color
Monochromatic Colors of #C48A76
Black with #C48A76
Text Example
Text Example
White with #C48A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A76; }
p { color: rgb(196,138,118); }
H1.HeaderClassName
{
color: #C48A76;
}
.AnyTagClassName
{
color: #C48A76;
}
</style>
background-color css
<style>
a { background-color: #C48A76; }
a { background-color: rgb(196,138,118); }
div.DivClassName
{
background-color: #C48A76;
}
.BgClassName
{
background-color: #C48A76;
}
</style>
border-color css
<style>
span { border-color: #C48A76; }
span { border-color: rgb(196,138,118); }
td.TdClassName
{
border-color: #C48A76;
}
.TagClassName
{
border-color: #C48A76;
}
</style>