Color Hex Logo

#c5a795 Color Hex

#C5A795
(197,167,149)
0 Favorites   0 Comments

Color spaces of #c5a795

RGB 197167149
HSL0.060.290.68
HSV23°24°77°
CMYK 0.000.150.24   0.23
XYZ42.269541.677734.2505
Yxy41.67770.35760.3526
Hunter Lab64.55833.895813.7353
CIE-Lab70.64818.167513.3745

#c5a795 color RGB value is (197,167,149).

#c5a795 hex color red value is 197, green value is 167 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c5a795 hue: 0.06 , saturation: 0.29 and the lightness value of c5a795 is 0.68.

The process color (four color CMYK) of #c5a795 color hex is 0.00, 0.15, 0.24, 0.23. Web safe color of #c5a795 is #cc9999. Color #c5a795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100111 10010101
Octal 305 247 225
Decimal 197 167 149
Hex C5 A7 95

RGB Percentages of Color #c5a795

%38.40
%32.55
%29.04

CMYK Percentages of Color #c5a795

%0
%15
%24
%23

Triadic Colors of #c5a795

#c5a795 #95c5a7 #a795c5

Analogous Colors of #c5a795

#c5a795 #c5bf95 #c5959b

Monochromatic Colors of #c5a795

#c5a795

Complementary Color

#c5a795 #95b3c5

#c5a795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a795 Color CSS Codes

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

#c5a795 Text Font Color

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

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


#c5a795 Background Color

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

This div background color is #c5a795


#c5a795 Border Color

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

This div border color is #c5a795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a795


Comments

No comments written yet.

Please login to write comment.