Shades of Feldspar #C48E7A
Tints of Feldspar #C48E7A
RGB
CMYK
RGB Variations
Color information
#C48E7A (or 0xC48E7A) is known color: Feldspar. HEX triplet: C4, 8E and 7A. RGB value is (196,142,122). Sum of RGB (Red+Green+Blue) = 196+142+122=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E7A is #3B7185. Grayscale: #9B9B9B. Windows color (decimal): -3895686 or 8031940. OLE color: 8031940.
HSL color Cylindrical-coordinate representation of color #C48E7A: hue angle of 16.22º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48E7A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 122 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.23 |
| HSL | 16.22º | 0.39% | 0.62% | - |
| HSV(B) | 16.22º | 0.38% | 0.77% | - |
| XYZ | 35.95 | 32.49 | 22.79 | - |
| YUV | 155.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 122 | 0 | 0.28 | 0.38 | 0.23 | 16.22 | 0.39 | 0.62 |
| Hex | C4 | 8E | 7A | 0 | 1C | 26 | 17 | 10 | 27 | 3E |
| Octal | 304 | 216 | 172 | 0 | 34 | 46 | 27 | 20 | 47 | 76 |
| Binary | 11000100 | 10001110 | 1111010 | 0 | 11100 | 100110 | 10111 | 10000 | 100111 | 111110 |
Color Harmonies of #C48E7A
Complementary color
Monochromatic Colors of #C48E7A
Black with #C48E7A
Text Example
Text Example
White with #C48E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E7A; }
p { color: rgb(196,142,122); }
H1.HeaderClassName
{
color: #C48E7A;
}
.AnyTagClassName
{
color: #C48E7A;
}
</style>
background-color css
<style>
a { background-color: #C48E7A; }
a { background-color: rgb(196,142,122); }
div.DivClassName
{
background-color: #C48E7A;
}
.BgClassName
{
background-color: #C48E7A;
}
</style>
border-color css
<style>
span { border-color: #C48E7A; }
span { border-color: rgb(196,142,122); }
td.TdClassName
{
border-color: #C48E7A;
}
.TagClassName
{
border-color: #C48E7A;
}
</style>