Color Hex Logo

#c59995 Color Hex

#C59995
(197,153,149)
0 Favorites   0 Comments

Color spaces of #c59995

RGB 197153149
HSL0.010.290.68
HSV24°77°
CMYK 0.000.220.24   0.23
XYZ39.842036.822733.4414
Yxy36.82270.36190.3344
Hunter Lab60.681711.00549.8028
CIE-Lab67.143815.82208.4122

#c59995 color RGB value is (197,153,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011001 10010101
Octal 305 231 225
Decimal 197 153 149
Hex C5 99 95

RGB Percentages of Color #c59995

%39.48
%30.66
%29.86

CMYK Percentages of Color #c59995

%0
%22
%24
%23

Triadic Colors of #c59995

#c59995 #95c599 #9995c5

Analogous Colors of #c59995

#c59995 #c5b195 #c595a9

Monochromatic Colors of #c59995

#c59995

Complementary Color

#c59995 #95c1c5

#c59995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59995 Color CSS Codes

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

#c59995 Text Font Color

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

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


#c59995 Background Color

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

This div background color is #c59995


#c59995 Border Color

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

This div border color is #c59995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59995


Comments

No comments written yet.

Please login to write comment.