Color Hex Logo

#c1685e Color Hex

#C1685E
(193,104,94)
0 Favorites   0 Comments

Color spaces of #c1685e

RGB 19310494
HSL0.020.440.56
HSV51°76°
CMYK 0.000.460.51   0.24
XYZ28.963022.046213.3185
Yxy22.04620.45020.3427
Hunter Lab46.953427.938616.0495
CIE-Lab54.076034.412221.5407

#c1685e color RGB value is (193,104,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101000 01011110
Octal 301 150 136
Decimal 193 104 94
Hex C1 68 5E

RGB Percentages of Color #c1685e

%49.36
%26.60
%24.04

CMYK Percentages of Color #c1685e

%0
%46
%51
%24

Triadic Colors of #c1685e

#c1685e #5ec168 #685ec1

Analogous Colors of #c1685e

#c1685e #c19a5e #c15e86

Monochromatic Colors of #c1685e

#c1685e

Complementary Color

#c1685e #5eb7c1

#c1685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1685e Color CSS Codes

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

#c1685e Text Font Color

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

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


#c1685e Background Color

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

This div background color is #c1685e


#c1685e Border Color

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

This div border color is #c1685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1685e


Comments

No comments written yet.

Please login to write comment.