Shades of Feldspar #C48B6C
Tints of Feldspar #C48B6C
RGB
CMYK
RGB Variations
Color information
#C48B6C (or 0xC48B6C) is known color: Feldspar. HEX triplet: C4, 8B and 6C. RGB value is (196,139,108). Sum of RGB (Red+Green+Blue) = 196+139+108=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B6C is #3B7493. Grayscale: #989898. Windows color (decimal): -3896468 or 7113668. OLE color: 7113668.
HSL color Cylindrical-coordinate representation of color #C48B6C: hue angle of 21.14º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48B6C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 108 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.23 |
| HSL | 21.14º | 0.43% | 0.6% | - |
| HSV(B) | 21.14º | 0.45% | 0.77% | - |
| XYZ | 34.7 | 31.28 | 18.4 | - |
| YUV | 152.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 108 | 0 | 0.29 | 0.45 | 0.23 | 21.14 | 0.43 | 0.6 |
| Hex | C4 | 8B | 6C | 0 | 1D | 2D | 17 | 15 | 2B | 3C |
| Octal | 304 | 213 | 154 | 0 | 35 | 55 | 27 | 25 | 53 | 74 |
| Binary | 11000100 | 10001011 | 1101100 | 0 | 11101 | 101101 | 10111 | 10101 | 101011 | 111100 |
Color Harmonies of #C48B6C
Complementary color
Monochromatic Colors of #C48B6C
Black with #C48B6C
Text Example
Text Example
White with #C48B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B6C; }
p { color: rgb(196,139,108); }
H1.HeaderClassName
{
color: #C48B6C;
}
.AnyTagClassName
{
color: #C48B6C;
}
</style>
background-color css
<style>
a { background-color: #C48B6C; }
a { background-color: rgb(196,139,108); }
div.DivClassName
{
background-color: #C48B6C;
}
.BgClassName
{
background-color: #C48B6C;
}
</style>
border-color css
<style>
span { border-color: #C48B6C; }
span { border-color: rgb(196,139,108); }
td.TdClassName
{
border-color: #C48B6C;
}
.TagClassName
{
border-color: #C48B6C;
}
</style>