Color Hex Logo

#c49fab Color Hex

#C49FAB
(196,159,171)
0 Favorites   0 Comments

Color spaces of #c49fab

RGB 196159171
HSL0.950.240.70
HSV341°19°77°
CMYK 0.000.190.13   0.23
XYZ42.513839.472343.9063
Yxy39.47230.33770.3135
Hunter Lab62.827010.84032.5444
CIE-Lab69.092015.6088-1.0481

#c49fab color RGB value is (196,159,171).

#c49fab hex color red value is 196, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c49fab hue: 0.95 , saturation: 0.24 and the lightness value of c49fab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 10101011
Octal 304 237 253
Decimal 196 159 171
Hex C4 9F AB

RGB Percentages of Color #c49fab

%37.26
%30.23
%32.51

CMYK Percentages of Color #c49fab

%0
%19
%13
%23

Triadic Colors of #c49fab

#c49fab #abc49f #9fabc4

Analogous Colors of #c49fab

#c49fab #c4a69f #c49fbe

Monochromatic Colors of #c49fab

#c49fab

Complementary Color

#c49fab #9fc4b8

#c49fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fab Color CSS Codes

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

#c49fab Text Font Color

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

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


#c49fab Background Color

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

This div background color is #c49fab


#c49fab Border Color

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

This div border color is #c49fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fab


Comments

No comments written yet.

Please login to write comment.