Shades of Feldspar #C48F6E
Tints of Feldspar #C48F6E
RGB
CMYK
RGB Variations
Color information
#C48F6E (or 0xC48F6E) is known color: Feldspar. HEX triplet: C4, 8F and 6E. RGB value is (196,143,110). Sum of RGB (Red+Green+Blue) = 196+143+110=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F6E is #3B7091. Grayscale: #9B9B9B. Windows color (decimal): -3895442 or 7245764. OLE color: 7245764.
HSL color Cylindrical-coordinate representation of color #C48F6E: hue angle of 23.02º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48F6E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 110 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.23 |
| HSL | 23.02º | 0.42% | 0.6% | - |
| HSV(B) | 23.02º | 0.44% | 0.77% | - |
| XYZ | 35.4 | 32.51 | 19.16 | - |
| YUV | 155.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 110 | 0 | 0.27 | 0.44 | 0.23 | 23.02 | 0.42 | 0.6 |
| Hex | C4 | 8F | 6E | 0 | 1B | 2C | 17 | 17 | 2A | 3C |
| Octal | 304 | 217 | 156 | 0 | 33 | 54 | 27 | 27 | 52 | 74 |
| Binary | 11000100 | 10001111 | 1101110 | 0 | 11011 | 101100 | 10111 | 10111 | 101010 | 111100 |
Color Harmonies of #C48F6E
Complementary color
Monochromatic Colors of #C48F6E
Black with #C48F6E
Text Example
Text Example
White with #C48F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F6E; }
p { color: rgb(196,143,110); }
H1.HeaderClassName
{
color: #C48F6E;
}
.AnyTagClassName
{
color: #C48F6E;
}
</style>
background-color css
<style>
a { background-color: #C48F6E; }
a { background-color: rgb(196,143,110); }
div.DivClassName
{
background-color: #C48F6E;
}
.BgClassName
{
background-color: #C48F6E;
}
</style>
border-color css
<style>
span { border-color: #C48F6E; }
span { border-color: rgb(196,143,110); }
td.TdClassName
{
border-color: #C48F6E;
}
.TagClassName
{
border-color: #C48F6E;
}
</style>