#C48D78

Color #C48D78 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #C48D78

Tints of Feldspar #C48D78

Color information

#C48D78 (or 0xC48D78) is unknown color: approx Feldspar. HEX triplet: C4, 8D and 78. RGB value is (196,141,120). Sum of RGB (Red+Green+Blue) = 196+141+120=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D78 is #3B7287. Grayscale: #9B9B9B. Windows color (decimal): -3895944 or 7900612. OLE color: 7900612.

HSL color Cylindrical-coordinate representation of color #C48D78: hue angle of 16.58º 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 #C48D78 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196141120-
CMYK00.280.390.23
HSL16.58º39.18%61.96%-
HSV(B)16.58º38.78%76.86%-
XYZ35.6832.1422.09-
YUV155.05108.22157.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=42.89%
G=30.85%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614112000.280.390.2316.5839.1861.96
HexC48D7801C271711273e
Octal3042151700344727214776
Binary110001001000110111110000111001001111011110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D78; }

 p { color: rgb(196,141,120); }

 H1.HeaderClassName
 {
   color: #C48D78;
 }
 .AnyTagClassName
 {
   color: #C48D78;
 }
</style>
background-color css

<style>
 a { background-color: #C48D78; }

 a { background-color: rgb(196,141,120); }

 div.DivClassName
 {
   background-color: #C48D78;
 }
 .BgClassName
 {
   background-color: #C48D78;
 }
</style>
border-color css

<style>
 span { border-color: #C48D78; }

 span { border-color: rgb(196,141,120); }

 td.TdClassName
 {
   border-color: #C48D78;
 }
 .TagClassName
 {
   border-color: #C48D78;
 }
</style>