Shades of Feldspar #C48771
Tints of Feldspar #C48771
RGB
CMYK
RGB Variations
Color information
#C48771 (or 0xC48771) is known color: Feldspar. HEX triplet: C4, 87 and 71. RGB value is (196,135,113). Sum of RGB (Red+Green+Blue) = 196+135+113=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48771 is #3B788E. Grayscale: #969696. Windows color (decimal): -3897487 or 7440324. OLE color: 7440324.
HSL color Cylindrical-coordinate representation of color #C48771: hue angle of 15.9º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C48771 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 113 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.23 |
| HSL | 15.9º | 0.41% | 0.61% | - |
| HSV(B) | 15.9º | 0.42% | 0.77% | - |
| XYZ | 34.41 | 30.26 | 19.65 | - |
| YUV | 150.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 113 | 0 | 0.31 | 0.42 | 0.23 | 15.9 | 0.41 | 0.61 |
| Hex | C4 | 87 | 71 | 0 | 1F | 2A | 17 | 10 | 29 | 3D |
| Octal | 304 | 207 | 161 | 0 | 37 | 52 | 27 | 20 | 51 | 75 |
| Binary | 11000100 | 10000111 | 1110001 | 0 | 11111 | 101010 | 10111 | 10000 | 101001 | 111101 |
Color Harmonies of #C48771
Complementary color
Monochromatic Colors of #C48771
Black with #C48771
Text Example
Text Example
White with #C48771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48771; }
p { color: rgb(196,135,113); }
H1.HeaderClassName
{
color: #C48771;
}
.AnyTagClassName
{
color: #C48771;
}
</style>
background-color css
<style>
a { background-color: #C48771; }
a { background-color: rgb(196,135,113); }
div.DivClassName
{
background-color: #C48771;
}
.BgClassName
{
background-color: #C48771;
}
</style>
border-color css
<style>
span { border-color: #C48771; }
span { border-color: rgb(196,135,113); }
td.TdClassName
{
border-color: #C48771;
}
.TagClassName
{
border-color: #C48771;
}
</style>