#C49576

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

Shades of Pale Taupe #C49576

Tints of Pale Taupe #C49576

Color information

#C49576 (or 0xC49576) is unknown color: approx Pale Taupe. HEX triplet: C4, 95 and 76. RGB value is (196,149,118). Sum of RGB (Red+Green+Blue) = 196+149+118=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C49576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49576 is #3B6A89. Grayscale: #9F9F9F. Windows color (decimal): -3893898 or 7771588. OLE color: 7771588.

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

Color convert

RGB196149118-
CMYK00.240.400.23
HSL23.85º39.8%61.57%-
HSV(B)23.85º39.8%76.86%-
XYZ36.7834.5421.87-
YUV159.52104.57154.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=42.33%
G=32.18%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614911800.240.400.2323.8539.861.57
HexC49576018281718283e
Octal3042251660305027305076
Binary110001001001010111101100110001010001011111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49576; }

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

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

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

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

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

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

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

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