#C49C81

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

Shades of Pale Taupe #C49C81

Tints of Pale Taupe #C49C81

Color information

#C49C81 (or 0xC49C81) is unknown color: approx Pale Taupe. HEX triplet: C4, 9C and 81. RGB value is (196,156,129). Sum of RGB (Red+Green+Blue) = 196+156+129=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C81 is #3B637E. Grayscale: #A5A5A5. Windows color (decimal): -3892095 or 8494276. OLE color: 8494276.

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

Color convert

RGB196156129-
CMYK00.200.340.23
HSL24.18º36.22%63.73%-
HSV(B)24.18º34.18%76.86%-
XYZ38.6237.125.89-
YUV164.88107.75150.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=40.75%
G=32.43%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615612900.200.340.2324.1836.2263.73
HexC49C810142217182440
Octal30423420102442273044100
Binary11000100100111001000000101010010001010111110001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C81; }

 p { color: rgb(196,156,129); }

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

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

 a { background-color: rgb(196,156,129); }

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

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

 span { border-color: rgb(196,156,129); }

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