#C49776

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

Shades of Pale Taupe #C49776

Tints of Pale Taupe #C49776

Color information

#C49776 (or 0xC49776) is unknown color: approx Pale Taupe. HEX triplet: C4, 97 and 76. RGB value is (196,151,118). Sum of RGB (Red+Green+Blue) = 196+151+118=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C49776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49776 is #3B6889. Grayscale: #A0A0A0. Windows color (decimal): -3893386 or 7772100. OLE color: 7772100.

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

Color convert

RGB196151118-
CMYK00.230.400.23
HSL25.38º39.8%61.57%-
HSV(B)25.38º39.8%76.86%-
XYZ37.135.1821.97-
YUV160.69103.91153.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=42.15%
G=32.47%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615111800.230.400.2325.3839.861.57
HexC49776017281719283e
Octal3042271660275027315076
Binary110001001001011111101100101111010001011111001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49776; }

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

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

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

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

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

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

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

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