Color Hex Logo

#c49baf Color Hex

#C49BAF
(196,155,175)
0 Favorites   0 Comments

Color spaces of #c49baf

RGB 196155175
HSL0.920.260.69
HSV331°21°77°
CMYK 0.000.210.11   0.23
XYZ42.224238.273645.7195
Yxy38.27360.33450.3032
Hunter Lab61.865713.5639-0.5101
CIE-Lab68.221818.4895-4.5551

#c49baf color RGB value is (196,155,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011011 10101111
Octal 304 233 257
Decimal 196 155 175
Hex C4 9B AF

RGB Percentages of Color #c49baf

%37.26
%29.47
%33.27

CMYK Percentages of Color #c49baf

%0
%21
%11
%23

Triadic Colors of #c49baf

#c49baf #afc49b #9bafc4

Analogous Colors of #c49baf

#c49baf #c49c9b #c49bc4

Monochromatic Colors of #c49baf

#c49baf

Complementary Color

#c49baf #9bc4b0

#c49baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49baf Color CSS Codes

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

#c49baf Text Font Color

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

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


#c49baf Background Color

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

This div background color is #c49baf


#c49baf Border Color

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

This div border color is #c49baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49baf


Comments

No comments written yet.

Please login to write comment.