Color Hex Logo

#c57752 Color Hex

#C57752
(197,119,82)
0 Favorites   0 Comments

Color spaces of #c57752

RGB 19711982
HSL0.050.500.55
HSV19°58°77°
CMYK 0.000.400.58   0.23
XYZ31.145825.673211.2965
Yxy25.67320.45720.3769
Hunter Lab50.668721.052722.2495
CIE-Lab57.725526.930033.1354

#c57752 color RGB value is (197,119,82).

#c57752 hex color red value is 197, green value is 119 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c57752 hue: 0.05 , saturation: 0.50 and the lightness value of c57752 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110111 01010010
Octal 305 167 122
Decimal 197 119 82
Hex C5 77 52

RGB Percentages of Color #c57752

%49.50
%29.90
%20.60

CMYK Percentages of Color #c57752

%0
%40
%58
%23

Triadic Colors of #c57752

#c57752 #52c577 #7752c5

Analogous Colors of #c57752

#c57752 #c5b152 #c55267

Monochromatic Colors of #c57752

#c57752

Complementary Color

#c57752 #52a0c5

#c57752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57752 Color CSS Codes

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

#c57752 Text Font Color

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

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


#c57752 Background Color

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

This div background color is #c57752


#c57752 Border Color

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

This div border color is #c57752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57752


Comments

No comments written yet.

Please login to write comment.