#C49479

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

Shades of Pale Taupe #C49479

Tints of Pale Taupe #C49479

Color information

#C49479 (or 0xC49479) is unknown color: approx Pale Taupe. HEX triplet: C4, 94 and 79. RGB value is (196,148,121). Sum of RGB (Red+Green+Blue) = 196+148+121=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C49479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49479 is #3B6B86. Grayscale: #9F9F9F. Windows color (decimal): -3894151 or 7967940. OLE color: 7967940.

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

Color convert

RGB196148121-
CMYK00.240.380.23
HSL21.6º38.86%62.16%-
HSV(B)21.6º38.27%76.86%-
XYZ36.8134.322.77-
YUV159.27106.4154.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=42.15%
G=31.83%
B=26.02%

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
Decimal19614812100.240.380.2321.638.8662.16
HexC49479018261716273e
Octal3042241710304627264776
Binary110001001001010011110010110001001101011110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49479; }

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

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

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

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

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

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

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

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