Color Hex Logo

#c56d7e Color Hex

#C56D7E
(197,109,126)
0 Favorites   0 Comments

Color spaces of #c56d7e

RGB 197109126
HSL0.970.430.60
HSV348°45°77°
CMYK 0.000.450.36   0.23
XYZ32.260524.314022.7314
Yxy24.31400.40680.3066
Hunter Lab49.309230.49227.1840
CIE-Lab56.400836.70436.1833

#c56d7e color RGB value is (197,109,126).

#c56d7e hex color red value is 197, green value is 109 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c56d7e hue: 0.97 , saturation: 0.43 and the lightness value of c56d7e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101101 01111110
Octal 305 155 176
Decimal 197 109 126
Hex C5 6D 7E

RGB Percentages of Color #c56d7e

%45.60
%25.23
%29.17

CMYK Percentages of Color #c56d7e

%0
%45
%36
%23

Triadic Colors of #c56d7e

#c56d7e #7ec56d #6d7ec5

Analogous Colors of #c56d7e

#c56d7e #c5886d #c56daa

Monochromatic Colors of #c56d7e

#c56d7e

Complementary Color

#c56d7e #6dc5b4

#c56d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56d7e Color CSS Codes

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

#c56d7e Text Font Color

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

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


#c56d7e Background Color

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

This div background color is #c56d7e


#c56d7e Border Color

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

This div border color is #c56d7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56d7e


Comments

No comments written yet.

Please login to write comment.