Color Hex Logo

#c49faa Color Hex

#C49FAA
(196,159,170)
0 Favorites   0 Comments

Color spaces of #c49faa

RGB 196159170
HSL0.950.240.70
HSV342°19°77°
CMYK 0.000.190.13   0.23
XYZ42.418839.434343.4061
Yxy39.43430.33860.3148
Hunter Lab62.796710.68132.9755
CIE-Lab69.064715.4415-0.5319

#c49faa color RGB value is (196,159,170).

#c49faa hex color red value is 196, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c49faa hue: 0.95 , saturation: 0.24 and the lightness value of c49faa is 0.70.

The process color (four color CMYK) of #c49faa color hex is 0.00, 0.19, 0.13, 0.23. Web safe color of #c49faa is #cc9999. Color #c49faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 10101010
Octal 304 237 252
Decimal 196 159 170
Hex C4 9F AA

RGB Percentages of Color #c49faa

%37.33
%30.29
%32.38

CMYK Percentages of Color #c49faa

%0
%19
%13
%23

Triadic Colors of #c49faa

#c49faa #aac49f #9faac4

Analogous Colors of #c49faa

#c49faa #c4a79f #c49fbd

Monochromatic Colors of #c49faa

#c49faa

Complementary Color

#c49faa #9fc4b9

#c49faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49faa Color CSS Codes

.mybgcolor {background-color:#c49faa; } 
.myforecolor {color:#c49faa; }
.mybordercolor {border:3px solid #c49faa; }

#c49faa Text Font Color

<p style="color:#c49faa">Text here</p>

This sample text font color is #c49faa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c49faa Background Color

<div style="background-color:#c49faa">
Div content here</div>

This div background color is #c49faa


#c49faa Border Color

<div style="border:3px solid #c49faa">
Div here</div>

This div border color is #c49faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,159,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c49faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c49faa;
  -webkit-box-shadow: 1px 1px 3px 2px #c49faa;
  box-shadow:         1px 1px 3px 2px #c49faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,159,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c49faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c49faa;
  -webkit-box-shadow: 1px 1px 3px 2px #c49faa;
  box-shadow:         1px 1px 3px 2px #c49faa;">
Div content here</div>

This div box has shadow with color #c49faa


Comments

No comments written yet.

Please login to write comment.