Color Hex Logo

#c49aaf Color Hex

#C49AAF
(196,154,175)
0 Favorites   0 Comments

Color spaces of #c49aaf

RGB 196154175
HSL0.920.260.69
HSV330°21°77°
CMYK 0.000.210.11   0.23
XYZ42.058437.942145.6643
Yxy37.94210.33470.3019
Hunter Lab61.597214.0844-0.8359
CIE-Lab67.977919.0407-4.9152

#c49aaf color RGB value is (196,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 10101111
Octal 304 232 257
Decimal 196 154 175
Hex C4 9A AF

RGB Percentages of Color #c49aaf

%37.33
%29.33
%33.33

CMYK Percentages of Color #c49aaf

%0
%21
%11
%23

Triadic Colors of #c49aaf

#c49aaf #afc49a #9aafc4

Analogous Colors of #c49aaf

#c49aaf #c49a9a #c49ac4

Monochromatic Colors of #c49aaf

#c49aaf

Complementary Color

#c49aaf #9ac4af

#c49aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49aaf Color CSS Codes

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

#c49aaf Text Font Color

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

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


#c49aaf Background Color

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

This div background color is #c49aaf


#c49aaf Border Color

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

This div border color is #c49aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49aaf


Comments

No comments written yet.

Please login to write comment.