#C49882

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

Shades of Pale Taupe #C49882

Tints of Pale Taupe #C49882

Color information

#C49882 (or 0xC49882) is unknown color: approx Pale Taupe. HEX triplet: C4, 98 and 82. RGB value is (196,152,130). Sum of RGB (Red+Green+Blue) = 196+152+130=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C49882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49882 is #3B677D. Grayscale: #A2A2A2. Windows color (decimal): -3893118 or 8558788. OLE color: 8558788.

HSL color Cylindrical-coordinate representation of color #C49882: hue angle of 20º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49882 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196152130-
CMYK00.220.340.23
HSL20º35.87%63.92%-
HSV(B)20º33.67%76.86%-
XYZ38.0235.826.03-
YUV162.65109.58151.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=41.00%
G=31.80%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615213000.220.340.232035.8763.92
HexC498820162217142440
Octal30423020202642272444100
Binary11000100100110001000001001011010001010111101001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49882; }

 p { color: rgb(196,152,130); }

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

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

 a { background-color: rgb(196,152,130); }

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

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

 span { border-color: rgb(196,152,130); }

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