Color Hex Logo

#c1745e Color Hex

#C1745E
(193,116,94)
0 Favorites   0 Comments

Color spaces of #c1745e

RGB 19311694
HSL0.040.440.56
HSV13°51°76°
CMYK 0.000.400.51   0.24
XYZ30.258124.636413.7502
Yxy24.63640.44080.3589
Hunter Lab49.635121.954318.3197
CIE-Lab56.719427.960225.0370

#c1745e color RGB value is (193,116,94).

#c1745e hex color red value is 193, green value is 116 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1745e hue: 0.04 , saturation: 0.44 and the lightness value of c1745e is 0.56.

The process color (four color CMYK) of #c1745e color hex is 0.00, 0.40, 0.51, 0.24. Web safe color of #c1745e is #cc6666. Color #c1745e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 01011110
Octal 301 164 136
Decimal 193 116 94
Hex C1 74 5E

RGB Percentages of Color #c1745e

%47.89
%28.78
%23.33

CMYK Percentages of Color #c1745e

%0
%40
%51
%24

Triadic Colors of #c1745e

#c1745e #5ec174 #745ec1

Analogous Colors of #c1745e

#c1745e #c1a65e #c15e7a

Monochromatic Colors of #c1745e

#c1745e

Complementary Color

#c1745e #5eabc1

#c1745e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1745e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1745e Color CSS Codes

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

#c1745e Text Font Color

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

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


#c1745e Background Color

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

This div background color is #c1745e


#c1745e Border Color

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

This div border color is #c1745e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1745e


Comments

No comments written yet.

Please login to write comment.