Color Hex Logo

#c5a49e Color Hex

#C5A49E
(197,164,158)
0 Favorites   0 Comments

Color spaces of #c5a49e

RGB 197164158
HSL0.030.250.70
HSV20°77°
CMYK 0.000.170.20   0.23
XYZ42.473040.889938.0017
Yxy40.88990.35000.3369
Hunter Lab63.94526.65729.5265
CIE-Lab70.098711.14727.6326

#c5a49e color RGB value is (197,164,158).

#c5a49e hex color red value is 197, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c5a49e hue: 0.03 , saturation: 0.25 and the lightness value of c5a49e is 0.70.

The process color (four color CMYK) of #c5a49e color hex is 0.00, 0.17, 0.20, 0.23. Web safe color of #c5a49e is #cc9999. Color #c5a49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100100 10011110
Octal 305 244 236
Decimal 197 164 158
Hex C5 A4 9E

RGB Percentages of Color #c5a49e

%37.96
%31.60
%30.44

CMYK Percentages of Color #c5a49e

%0
%17
%20
%23

Triadic Colors of #c5a49e

#c5a49e #9ec5a4 #a49ec5

Analogous Colors of #c5a49e

#c5a49e #c5b89e #c59eac

Monochromatic Colors of #c5a49e

#c5a49e

Complementary Color

#c5a49e #9ebfc5

#c5a49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a49e Color CSS Codes

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

#c5a49e Text Font Color

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

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


#c5a49e Background Color

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

This div background color is #c5a49e


#c5a49e Border Color

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

This div border color is #c5a49e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,164,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5a49e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5a49e;
  -webkit-box-shadow: 1px 1px 3px 2px #c5a49e;
  box-shadow:         1px 1px 3px 2px #c5a49e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,164,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a49e


Comments

No comments written yet.

Please login to write comment.