#C49976

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

Shades of Pale Taupe #C49976

Tints of Pale Taupe #C49976

Color information

#C49976 (or 0xC49976) is unknown color: approx Pale Taupe. HEX triplet: C4, 99 and 76. RGB value is (196,153,118). Sum of RGB (Red+Green+Blue) = 196+153+118=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C49976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49976 is #3B6689. Grayscale: #A2A2A2. Windows color (decimal): -3892874 or 7772612. OLE color: 7772612.

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

Color convert

RGB196153118-
CMYK00.220.400.23
HSL26.92º39.8%61.57%-
HSV(B)26.92º39.8%76.86%-
XYZ37.4335.8322.08-
YUV161.87103.25152.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=41.97%
G=32.76%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615311800.220.400.2326.9239.861.57
HexC4997601628171b283e
Octal3042311660265027335076
Binary110001001001100111101100101101010001011111011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49976; }

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

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

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

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

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

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

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

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