Color Hex Logo

#c5a185 Color Hex

#C5A185
(197,161,133)
0 Favorites   0 Comments

Color spaces of #c5a185

RGB 197161133
HSL0.070.360.65
HSV26°32°77°
CMYK 0.000.180.32   0.23
XYZ40.004539.053527.6199
Yxy39.05350.37500.3661
Hunter Lab62.49284.903617.5406
CIE-Lab68.79009.234319.5847

#c5a185 color RGB value is (197,161,133).

#c5a185 hex color red value is 197, green value is 161 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c5a185 hue: 0.07 , saturation: 0.36 and the lightness value of c5a185 is 0.65.

The process color (four color CMYK) of #c5a185 color hex is 0.00, 0.18, 0.32, 0.23. Web safe color of #c5a185 is #cc9999. Color #c5a185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100001 10000101
Octal 305 241 205
Decimal 197 161 133
Hex C5 A1 85

RGB Percentages of Color #c5a185

%40.12
%32.79
%27.09

CMYK Percentages of Color #c5a185

%0
%18
%32
%23

Triadic Colors of #c5a185

#c5a185 #85c5a1 #a185c5

Analogous Colors of #c5a185

#c5a185 #c5c185 #c58589

Monochromatic Colors of #c5a185

#c5a185

Complementary Color

#c5a185 #85a9c5

#c5a185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a185 Color CSS Codes

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

#c5a185 Text Font Color

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

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


#c5a185 Background Color

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

This div background color is #c5a185


#c5a185 Border Color

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

This div border color is #c5a185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a185


Comments

No comments written yet.

Please login to write comment.