Color Hex Logo

#c4536e Color Hex

#C4536E
(196,83,110)
0 Favorites   0 Comments

Color spaces of #c4536e

RGB 19683110
HSL0.960.490.55
HSV346°58°77°
CMYK 0.000.580.44   0.23
XYZ28.672719.048116.9173
Yxy19.04810.44360.2947
Hunter Lab43.644140.89127.5690
CIE-Lab50.743447.64877.5554

#c4536e color RGB value is (196,83,110).

#c4536e hex color red value is 196, green value is 83 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c4536e hue: 0.96 , saturation: 0.49 and the lightness value of c4536e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 01101110
Octal 304 123 156
Decimal 196 83 110
Hex C4 53 6E

RGB Percentages of Color #c4536e

%50.39
%21.34
%28.28

CMYK Percentages of Color #c4536e

%0
%58
%44
%23

Triadic Colors of #c4536e

#c4536e #6ec453 #536ec4

Analogous Colors of #c4536e

#c4536e #c47153 #c453a7

Monochromatic Colors of #c4536e

#c4536e

Complementary Color

#c4536e #53c4a9

#c4536e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4536e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4536e Color CSS Codes

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

#c4536e Text Font Color

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

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


#c4536e Background Color

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

This div background color is #c4536e


#c4536e Border Color

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

This div border color is #c4536e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,83,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4536e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4536e;
  -webkit-box-shadow: 1px 1px 3px 2px #c4536e;
  box-shadow:         1px 1px 3px 2px #c4536e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,83,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4536e


Comments

No comments written yet.

Please login to write comment.