Shades of Feldspar #C48A70
Tints of Feldspar #C48A70
RGB
CMYK
RGB Variations
Color information
#C48A70 (or 0xC48A70) is known color: Feldspar. HEX triplet: C4, 8A and 70. RGB value is (196,138,112). Sum of RGB (Red+Green+Blue) = 196+138+112=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A70 is #3B758F. Grayscale: #989898. Windows color (decimal): -3896720 or 7375556. OLE color: 7375556.
HSL color Cylindrical-coordinate representation of color #C48A70: hue angle of 18.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C48A70 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 112 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.23 |
| HSL | 18.57º | 0.42% | 0.6% | - |
| HSV(B) | 18.57º | 0.43% | 0.77% | - |
| XYZ | 34.78 | 31.08 | 19.5 | - |
| YUV | 152.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 112 | 0 | 0.30 | 0.43 | 0.23 | 18.57 | 0.42 | 0.6 |
| Hex | C4 | 8A | 70 | 0 | 1E | 2B | 17 | 13 | 2A | 3C |
| Octal | 304 | 212 | 160 | 0 | 36 | 53 | 27 | 23 | 52 | 74 |
| Binary | 11000100 | 10001010 | 1110000 | 0 | 11110 | 101011 | 10111 | 10011 | 101010 | 111100 |
Color Harmonies of #C48A70
Complementary color
Monochromatic Colors of #C48A70
Black with #C48A70
Text Example
Text Example
White with #C48A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A70; }
p { color: rgb(196,138,112); }
H1.HeaderClassName
{
color: #C48A70;
}
.AnyTagClassName
{
color: #C48A70;
}
</style>
background-color css
<style>
a { background-color: #C48A70; }
a { background-color: rgb(196,138,112); }
div.DivClassName
{
background-color: #C48A70;
}
.BgClassName
{
background-color: #C48A70;
}
</style>
border-color css
<style>
span { border-color: #C48A70; }
span { border-color: rgb(196,138,112); }
td.TdClassName
{
border-color: #C48A70;
}
.TagClassName
{
border-color: #C48A70;
}
</style>