#C49573

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

Shades of Pale Taupe #C49573

Tints of Pale Taupe #C49573

Color information

#C49573 (or 0xC49573) is unknown color: approx Pale Taupe. HEX triplet: C4, 95 and 73. RGB value is (196,149,115). Sum of RGB (Red+Green+Blue) = 196+149+115=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49573 is #3B6A8C. Grayscale: #9F9F9F. Windows color (decimal): -3893901 or 7574980. OLE color: 7574980.

HSL color Cylindrical-coordinate representation of color #C49573: hue angle of 25.19º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49573 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB196149115-
CMYK00.240.410.23
HSL25.19º40.7%60.98%-
HSV(B)25.19º41.33%76.86%-
XYZ36.6134.4720.94-
YUV159.18103.07154.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 115 (45.31% from 255) = 25%
R=42.61%
G=32.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614911500.240.410.2325.1940.760.98
HexC49573018291719293d
Octal3042251630305127315175
Binary110001001001010111100110110001010011011111001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49573; }

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

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

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

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

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

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

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

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