Color Hex Logo

#c57372 Color Hex

#C57372
(197,115,114)
0 Favorites   0 Comments

Color spaces of #c57372

RGB 197115114
HSL0.000.420.61
HSV42°77°
CMYK 0.000.420.42   0.23
XYZ32.194025.346719.1152
Yxy25.34670.42000.3307
Hunter Lab50.345526.039212.7306
CIE-Lab57.411732.107314.5843

#c57372 color RGB value is (197,115,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110011 01110010
Octal 305 163 162
Decimal 197 115 114
Hex C5 73 72

RGB Percentages of Color #c57372

%46.24
%27.00
%26.76

CMYK Percentages of Color #c57372

%0
%42
%42
%23

Triadic Colors of #c57372

#c57372 #72c573 #7372c5

Analogous Colors of #c57372

#c57372 #c59d72 #c5729b

Monochromatic Colors of #c57372

#c57372

Complementary Color

#c57372 #72c4c5

#c57372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57372 Color CSS Codes

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

#c57372 Text Font Color

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

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


#c57372 Background Color

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

This div background color is #c57372


#c57372 Border Color

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

This div border color is #c57372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57372


Comments

No comments written yet.

Please login to write comment.