#C48B78

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

Shades of Feldspar #C48B78

Tints of Feldspar #C48B78

Color information

#C48B78 (or 0xC48B78) is unknown color: approx Feldspar. HEX triplet: C4, 8B and 78. RGB value is (196,139,120). Sum of RGB (Red+Green+Blue) = 196+139+120=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B78 is #3B7487. Grayscale: #9A9A9A. Windows color (decimal): -3896456 or 7900100. OLE color: 7900100.

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

Color convert

RGB196139120-
CMYK00.290.390.23
HSL15º39.18%61.96%-
HSV(B)15º38.78%76.86%-
XYZ35.3931.5622-
YUV153.88108.88158.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=43.08%
G=30.55%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613912000.290.390.231539.1861.96
HexC48B7801D2717f273e
Octal3042131700354727174776
Binary11000100100010111111000011101100111101111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B78; }

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

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

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

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

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

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

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

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