Color Hex Logo

#c57d4a Color Hex

#C57D4A
(197,125,74)
0 Favorites   0 Comments

Color spaces of #c57d4a

RGB 19712574
HSL0.070.510.53
HSV25°62°77°
CMYK 0.000.370.62   0.23
XYZ31.595627.032010.0310
Yxy27.03200.46020.3937
Hunter Lab51.992317.487524.9557
CIE-Lab59.003923.071238.9886

#c57d4a color RGB value is (197,125,74).

#c57d4a hex color red value is 197, green value is 125 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c57d4a hue: 0.07 , saturation: 0.51 and the lightness value of c57d4a is 0.53.

The process color (four color CMYK) of #c57d4a color hex is 0.00, 0.37, 0.62, 0.23. Web safe color of #c57d4a is #cc6633. Color #c57d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111101 01001010
Octal 305 175 112
Decimal 197 125 74
Hex C5 7D 4A

RGB Percentages of Color #c57d4a

%49.75
%31.57
%18.69

CMYK Percentages of Color #c57d4a

%0
%37
%62
%23

Triadic Colors of #c57d4a

#c57d4a #4ac57d #7d4ac5

Analogous Colors of #c57d4a

#c57d4a #c5bb4a #c54a55

Monochromatic Colors of #c57d4a

#c57d4a

Complementary Color

#c57d4a #4a92c5

#c57d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57d4a Color CSS Codes

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

#c57d4a Text Font Color

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

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


#c57d4a Background Color

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

This div background color is #c57d4a


#c57d4a Border Color

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

This div border color is #c57d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57d4a


Comments

No comments written yet.

Please login to write comment.