Color Hex Logo

#c49aac Color Hex

#C49AAC
(196,154,172)
0 Favorites   0 Comments

Color spaces of #c49aac

RGB 196154172
HSL0.930.260.69
HSV334°21°77°
CMYK 0.000.210.12   0.23
XYZ41.766937.825544.1294
Yxy37.82550.33760.3057
Hunter Lab61.502413.59180.5098
CIE-Lab67.891818.5295-3.3672

#c49aac color RGB value is (196,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 10101100
Octal 304 232 254
Decimal 196 154 172
Hex C4 9A AC

RGB Percentages of Color #c49aac

%37.55
%29.50
%32.95

CMYK Percentages of Color #c49aac

%0
%21
%12
%23

Triadic Colors of #c49aac

#c49aac #acc49a #9aacc4

Analogous Colors of #c49aac

#c49aac #c49d9a #c49ac1

Monochromatic Colors of #c49aac

#c49aac

Complementary Color

#c49aac #9ac4b2

#c49aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49aac Color CSS Codes

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

#c49aac Text Font Color

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

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


#c49aac Background Color

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

This div background color is #c49aac


#c49aac Border Color

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

This div border color is #c49aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49aac


Comments

No comments written yet.

Please login to write comment.