Color Hex Logo

#c57573 Color Hex

#C57573
(197,117,115)
0 Favorites   0 Comments

Color spaces of #c57573

RGB 197117115
HSL0.000.410.61
HSV42°77°
CMYK 0.000.410.42   0.23
XYZ32.481825.830719.4935
Yxy25.83070.41750.3320
Hunter Lab50.823925.138312.8361
CIE-Lab57.876031.141414.6510

#c57573 color RGB value is (197,117,115).

#c57573 hex color red value is 197, green value is 117 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c57573 hue: 0.00 , saturation: 0.41 and the lightness value of c57573 is 0.61.

The process color (four color CMYK) of #c57573 color hex is 0.00, 0.41, 0.42, 0.23. Web safe color of #c57573 is #cc6666. Color #c57573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 01110011
Octal 305 165 163
Decimal 197 117 115
Hex C5 75 73

RGB Percentages of Color #c57573

%45.92
%27.27
%26.81

CMYK Percentages of Color #c57573

%0
%41
%42
%23

Triadic Colors of #c57573

#c57573 #73c575 #7573c5

Analogous Colors of #c57573

#c57573 #c59e73 #c5739a

Monochromatic Colors of #c57573

#c57573

Complementary Color

#c57573 #73c3c5

#c57573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57573 Color CSS Codes

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

#c57573 Text Font Color

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

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


#c57573 Background Color

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

This div background color is #c57573


#c57573 Border Color

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

This div border color is #c57573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57573


Comments

No comments written yet.

Please login to write comment.