Color Hex Logo

#c49bac Color Hex

#C49BAC
(196,155,172)
0 Favorites   0 Comments

Color spaces of #c49bac

RGB 196155172
HSL0.930.260.69
HSV335°21°77°
CMYK 0.000.210.12   0.23
XYZ41.932738.157044.1847
Yxy38.15700.33740.3070
Hunter Lab61.771413.07260.8301
CIE-Lab68.136217.9786-3.0077

#c49bac color RGB value is (196,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011011 10101100
Octal 304 233 254
Decimal 196 155 172
Hex C4 9B AC

RGB Percentages of Color #c49bac

%37.48
%29.64
%32.89

CMYK Percentages of Color #c49bac

%0
%21
%12
%23

Triadic Colors of #c49bac

#c49bac #acc49b #9bacc4

Analogous Colors of #c49bac

#c49bac #c49f9b #c49bc1

Monochromatic Colors of #c49bac

#c49bac

Complementary Color

#c49bac #9bc4b3

#c49bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49bac Color CSS Codes

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

#c49bac Text Font Color

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

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


#c49bac Background Color

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

This div background color is #c49bac


#c49bac Border Color

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

This div border color is #c49bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49bac


Comments

No comments written yet.

Please login to write comment.