Shades of Feldspar #C48B74
Tints of Feldspar #C48B74
RGB
CMYK
RGB Variations
Color information
#C48B74 (or 0xC48B74) is known color: Feldspar. HEX triplet: C4, 8B and 74. RGB value is (196,139,116). Sum of RGB (Red+Green+Blue) = 196+139+116=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B74 is #3B748B. Grayscale: #999999. Windows color (decimal): -3896460 or 7637956. OLE color: 7637956.
HSL color Cylindrical-coordinate representation of color #C48B74: hue angle of 17.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48B74 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 116 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.23 |
| HSL | 17.25º | 0.4% | 0.61% | - |
| HSV(B) | 17.25º | 0.41% | 0.77% | - |
| XYZ | 35.15 | 31.46 | 20.74 | - |
| YUV | 153.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 116 | 0 | 0.29 | 0.41 | 0.23 | 17.25 | 0.4 | 0.61 |
| Hex | C4 | 8B | 74 | 0 | 1D | 29 | 17 | 11 | 28 | 3D |
| Octal | 304 | 213 | 164 | 0 | 35 | 51 | 27 | 21 | 50 | 75 |
| Binary | 11000100 | 10001011 | 1110100 | 0 | 11101 | 101001 | 10111 | 10001 | 101000 | 111101 |
Color Harmonies of #C48B74
Complementary color
Monochromatic Colors of #C48B74
Black with #C48B74
Text Example
Text Example
White with #C48B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B74; }
p { color: rgb(196,139,116); }
H1.HeaderClassName
{
color: #C48B74;
}
.AnyTagClassName
{
color: #C48B74;
}
</style>
background-color css
<style>
a { background-color: #C48B74; }
a { background-color: rgb(196,139,116); }
div.DivClassName
{
background-color: #C48B74;
}
.BgClassName
{
background-color: #C48B74;
}
</style>
border-color css
<style>
span { border-color: #C48B74; }
span { border-color: rgb(196,139,116); }
td.TdClassName
{
border-color: #C48B74;
}
.TagClassName
{
border-color: #C48B74;
}
</style>