Color Hex Logo

#c57460 Color Hex

#C57460
(197,116,96)
0 Favorites   0 Comments

Color spaces of #c57460

RGB 19711696
HSL0.030.470.57
HSV12°51°77°
CMYK 0.000.410.51   0.23
XYZ31.382725.205614.2775
Yxy25.20560.44280.3557
Hunter Lab50.205223.719318.2826
CIE-Lab57.275229.742924.7287

#c57460 color RGB value is (197,116,96).

#c57460 hex color red value is 197, green value is 116 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c57460 hue: 0.03 , saturation: 0.47 and the lightness value of c57460 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 01100000
Octal 305 164 140
Decimal 197 116 96
Hex C5 74 60

RGB Percentages of Color #c57460

%48.17
%28.36
%23.47

CMYK Percentages of Color #c57460

%0
%41
%51
%23

Triadic Colors of #c57460

#c57460 #60c574 #7460c5

Analogous Colors of #c57460

#c57460 #c5a760 #c5607f

Monochromatic Colors of #c57460

#c57460

Complementary Color

#c57460 #60b1c5

#c57460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57460 Color CSS Codes

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

#c57460 Text Font Color

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

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


#c57460 Background Color

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

This div background color is #c57460


#c57460 Border Color

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

This div border color is #c57460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57460


Comments

No comments written yet.

Please login to write comment.