Shades of Feldspar #C48F77
Tints of Feldspar #C48F77
RGB
CMYK
RGB Variations
Color information
#C48F77 (or 0xC48F77) is known color: Feldspar. HEX triplet: C4, 8F and 77. RGB value is (196,143,119). Sum of RGB (Red+Green+Blue) = 196+143+119=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F77 is #3B7088. Grayscale: #9C9C9C. Windows color (decimal): -3895433 or 7835588. OLE color: 7835588.
HSL color Cylindrical-coordinate representation of color #C48F77: hue angle of 18.7º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48F77 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 119 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.23 |
| HSL | 18.7º | 0.39% | 0.62% | - |
| HSV(B) | 18.7º | 0.39% | 0.77% | - |
| XYZ | 35.92 | 32.71 | 21.87 | - |
| YUV | 156.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 119 | 0 | 0.27 | 0.39 | 0.23 | 18.7 | 0.39 | 0.62 |
| Hex | C4 | 8F | 77 | 0 | 1B | 27 | 17 | 13 | 27 | 3E |
| Octal | 304 | 217 | 167 | 0 | 33 | 47 | 27 | 23 | 47 | 76 |
| Binary | 11000100 | 10001111 | 1110111 | 0 | 11011 | 100111 | 10111 | 10011 | 100111 | 111110 |
Color Harmonies of #C48F77
Complementary color
Monochromatic Colors of #C48F77
Black with #C48F77
Text Example
Text Example
White with #C48F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F77; }
p { color: rgb(196,143,119); }
H1.HeaderClassName
{
color: #C48F77;
}
.AnyTagClassName
{
color: #C48F77;
}
</style>
background-color css
<style>
a { background-color: #C48F77; }
a { background-color: rgb(196,143,119); }
div.DivClassName
{
background-color: #C48F77;
}
.BgClassName
{
background-color: #C48F77;
}
</style>
border-color css
<style>
span { border-color: #C48F77; }
span { border-color: rgb(196,143,119); }
td.TdClassName
{
border-color: #C48F77;
}
.TagClassName
{
border-color: #C48F77;
}
</style>