Color Hex Logo

#c58995 Color Hex

#C58995
(197,137,149)
0 Favorites   0 Comments

Color spaces of #c58995

RGB 197137149
HSL0.970.340.65
HSV348°30°77°
CMYK 0.000.300.24   0.23
XYZ37.396431.931632.6262
Yxy31.93160.36680.3132
Hunter Lab56.508119.24025.3232
CIE-Lab63.286324.63042.8668

#c58995 color RGB value is (197,137,149).

#c58995 hex color red value is 197, green value is 137 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c58995 hue: 0.97 , saturation: 0.34 and the lightness value of c58995 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001001 10010101
Octal 305 211 225
Decimal 197 137 149
Hex C5 89 95

RGB Percentages of Color #c58995

%40.79
%28.36
%30.85

CMYK Percentages of Color #c58995

%0
%30
%24
%23

Triadic Colors of #c58995

#c58995 #95c589 #8995c5

Analogous Colors of #c58995

#c58995 #c59b89 #c589b3

Monochromatic Colors of #c58995

#c58995

Complementary Color

#c58995 #89c5b9

#c58995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58995 Color CSS Codes

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

#c58995 Text Font Color

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

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


#c58995 Background Color

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

This div background color is #c58995


#c58995 Border Color

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

This div border color is #c58995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58995


Comments

No comments written yet.

Please login to write comment.