Shades of Feldspar #C48C76
Tints of Feldspar #C48C76
RGB
CMYK
RGB Variations
Color information
#C48C76 (or 0xC48C76) is known color: Feldspar. HEX triplet: C4, 8C and 76. RGB value is (196,140,118). Sum of RGB (Red+Green+Blue) = 196+140+118=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C76 is #3B7389. Grayscale: #9A9A9A. Windows color (decimal): -3896202 or 7769284. OLE color: 7769284.
HSL color Cylindrical-coordinate representation of color #C48C76: hue angle of 16.92º 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 #C48C76 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 118 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.23 |
| HSL | 16.92º | 0.4% | 0.62% | - |
| HSV(B) | 16.92º | 0.4% | 0.77% | - |
| XYZ | 35.41 | 31.8 | 21.41 | - |
| YUV | 154.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 118 | 0 | 0.29 | 0.40 | 0.23 | 16.92 | 0.4 | 0.62 |
| Hex | C4 | 8C | 76 | 0 | 1D | 28 | 17 | 11 | 28 | 3E |
| Octal | 304 | 214 | 166 | 0 | 35 | 50 | 27 | 21 | 50 | 76 |
| Binary | 11000100 | 10001100 | 1110110 | 0 | 11101 | 101000 | 10111 | 10001 | 101000 | 111110 |
Color Harmonies of #C48C76
Complementary color
Monochromatic Colors of #C48C76
Black with #C48C76
Text Example
Text Example
White with #C48C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C76; }
p { color: rgb(196,140,118); }
H1.HeaderClassName
{
color: #C48C76;
}
.AnyTagClassName
{
color: #C48C76;
}
</style>
background-color css
<style>
a { background-color: #C48C76; }
a { background-color: rgb(196,140,118); }
div.DivClassName
{
background-color: #C48C76;
}
.BgClassName
{
background-color: #C48C76;
}
</style>
border-color css
<style>
span { border-color: #C48C76; }
span { border-color: rgb(196,140,118); }
td.TdClassName
{
border-color: #C48C76;
}
.TagClassName
{
border-color: #C48C76;
}
</style>