Shades of Feldspar #C48B73
Tints of Feldspar #C48B73
RGB
CMYK
RGB Variations
Color information
#C48B73 (or 0xC48B73) is known color: Feldspar. HEX triplet: C4, 8B and 73. RGB value is (196,139,115). Sum of RGB (Red+Green+Blue) = 196+139+115=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B73 is #3B748C. Grayscale: #999999. Windows color (decimal): -3896461 or 7572420. OLE color: 7572420.
HSL color Cylindrical-coordinate representation of color #C48B73: hue angle of 17.78º degrees, saturation: 0.41, 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 #C48B73 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 115 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.23 |
| HSL | 17.78º | 0.41% | 0.61% | - |
| HSV(B) | 17.78º | 0.41% | 0.77% | - |
| XYZ | 35.09 | 31.44 | 20.44 | - |
| YUV | 153.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 115 | 0 | 0.29 | 0.41 | 0.23 | 17.78 | 0.41 | 0.61 |
| Hex | C4 | 8B | 73 | 0 | 1D | 29 | 17 | 12 | 29 | 3D |
| Octal | 304 | 213 | 163 | 0 | 35 | 51 | 27 | 22 | 51 | 75 |
| Binary | 11000100 | 10001011 | 1110011 | 0 | 11101 | 101001 | 10111 | 10010 | 101001 | 111101 |
Color Harmonies of #C48B73
Complementary color
Monochromatic Colors of #C48B73
Black with #C48B73
Text Example
Text Example
White with #C48B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B73; }
p { color: rgb(196,139,115); }
H1.HeaderClassName
{
color: #C48B73;
}
.AnyTagClassName
{
color: #C48B73;
}
</style>
background-color css
<style>
a { background-color: #C48B73; }
a { background-color: rgb(196,139,115); }
div.DivClassName
{
background-color: #C48B73;
}
.BgClassName
{
background-color: #C48B73;
}
</style>
border-color css
<style>
span { border-color: #C48B73; }
span { border-color: rgb(196,139,115); }
td.TdClassName
{
border-color: #C48B73;
}
.TagClassName
{
border-color: #C48B73;
}
</style>