#C49579

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

Shades of Pale Taupe #C49579

Tints of Pale Taupe #C49579

Color information

#C49579 (or 0xC49579) is unknown color: approx Pale Taupe. HEX triplet: C4, 95 and 79. RGB value is (196,149,121). Sum of RGB (Red+Green+Blue) = 196+149+121=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C49579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49579 is #3B6A86. Grayscale: #A0A0A0. Windows color (decimal): -3893895 or 7968196. OLE color: 7968196.

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

Color convert

RGB196149121-
CMYK00.240.380.23
HSL22.4º38.86%62.16%-
HSV(B)22.4º38.27%76.86%-
XYZ36.9634.6122.82-
YUV159.86106.07153.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=42.06%
G=31.97%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614912100.240.380.2322.438.8662.16
HexC49579018261716273e
Octal3042251710304627264776
Binary110001001001010111110010110001001101011110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49579; }

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

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

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

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

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

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

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

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