#C49379

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

Shades of Pale Taupe #C49379

Tints of Pale Taupe #C49379

Color information

#C49379 (or 0xC49379) is unknown color: approx Pale Taupe. HEX triplet: C4, 93 and 79. RGB value is (196,147,121). Sum of RGB (Red+Green+Blue) = 196+147+121=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49379 is #3B6C86. Grayscale: #9E9E9E. Windows color (decimal): -3894407 or 7967684. OLE color: 7967684.

HSL color Cylindrical-coordinate representation of color #C49379: hue angle of 20.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49379 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196147121-
CMYK00.250.380.23
HSL20.8º38.86%62.16%-
HSV(B)20.8º38.27%76.86%-
XYZ36.6533.9822.72-
YUV158.69106.73154.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=42.24%
G=31.68%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614712100.250.380.2320.838.8662.16
HexC49379019261715273e
Octal3042231710314627254776
Binary110001001001001111110010110011001101011110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49379; }

 p { color: rgb(196,147,121); }

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

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

 a { background-color: rgb(196,147,121); }

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

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

 span { border-color: rgb(196,147,121); }

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