Color Hex Logo

#c49aaa Color Hex

#C49AAA
(196,154,170)
0 Favorites   0 Comments

Color spaces of #c49aaa

RGB 196154170
HSL0.940.260.69
HSV337°21°77°
CMYK 0.000.210.13   0.23
XYZ41.576337.749243.1252
Yxy37.74920.33950.3083
Hunter Lab61.440413.26911.3924
CIE-Lab67.835418.1937-2.3332

#c49aaa color RGB value is (196,154,170).

#c49aaa hex color red value is 196, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c49aaa hue: 0.94 , saturation: 0.26 and the lightness value of c49aaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 10101010
Octal 304 232 252
Decimal 196 154 170
Hex C4 9A AA

RGB Percentages of Color #c49aaa

%37.69
%29.62
%32.69

CMYK Percentages of Color #c49aaa

%0
%21
%13
%23

Triadic Colors of #c49aaa

#c49aaa #aac49a #9aaac4

Analogous Colors of #c49aaa

#c49aaa #c49f9a #c49abf

Monochromatic Colors of #c49aaa

#c49aaa

Complementary Color

#c49aaa #9ac4b4

#c49aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49aaa Color CSS Codes

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

#c49aaa Text Font Color

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

This sample text font color is #c49aaa
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.


#c49aaa Background Color

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

This div background color is #c49aaa


#c49aaa Border Color

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

This div border color is #c49aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,154,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 #c49aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49aaa


Comments

No comments written yet.

Please login to write comment.