Color Hex Logo

#c1735e Color Hex

#C1735E
(193,115,94)
0 Favorites   0 Comments

Color spaces of #c1735e

RGB 19311594
HSL0.040.440.56
HSV13°51°76°
CMYK 0.000.400.51   0.24
XYZ30.143424.407113.7120
Yxy24.40710.44160.3575
Hunter Lab49.403522.455018.1265
CIE-Lab56.493128.503724.7398

#c1735e color RGB value is (193,115,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110011 01011110
Octal 301 163 136
Decimal 193 115 94
Hex C1 73 5E

RGB Percentages of Color #c1735e

%48.01
%28.61
%23.38

CMYK Percentages of Color #c1735e

%0
%40
%51
%24

Triadic Colors of #c1735e

#c1735e #5ec173 #735ec1

Analogous Colors of #c1735e

#c1735e #c1a55e #c15e7b

Monochromatic Colors of #c1735e

#c1735e

Complementary Color

#c1735e #5eacc1

#c1735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1735e Color CSS Codes

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

#c1735e Text Font Color

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

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


#c1735e Background Color

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

This div background color is #c1735e


#c1735e Border Color

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

This div border color is #c1735e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,115,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 #c1735e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1735e


Comments

No comments written yet.

Please login to write comment.