Color Hex Logo

#c1493e Color Hex

#C1493E
(193,73,62)
0 Favorites   0 Comments

Color spaces of #c1493e

RGB 1937362
HSL0.010.510.50
HSV68°76°
CMYK 0.000.620.68   0.24
XYZ25.244416.45036.4021
Yxy16.45030.52490.3420
Hunter Lab40.559040.122419.0325
CIE-Lab47.559847.435131.8149

#c1493e color RGB value is (193,73,62).

#c1493e hex color red value is 193, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c1493e hue: 0.01 , saturation: 0.51 and the lightness value of c1493e is 0.50.

The process color (four color CMYK) of #c1493e color hex is 0.00, 0.62, 0.68, 0.24. Web safe color of #c1493e is #cc3333. Color #c1493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 00111110
Octal 301 111 76
Decimal 193 73 62
Hex C1 49 3E

RGB Percentages of Color #c1493e

%58.84
%22.26
%18.90

CMYK Percentages of Color #c1493e

%0
%62
%68
%24

Triadic Colors of #c1493e

#c1493e #3ec149 #493ec1

Analogous Colors of #c1493e

#c1493e #c18b3e #c13e75

Monochromatic Colors of #c1493e

#c1493e

Complementary Color

#c1493e #3eb6c1

#c1493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1493e Color CSS Codes

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

#c1493e Text Font Color

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

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


#c1493e Background Color

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

This div background color is #c1493e


#c1493e Border Color

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

This div border color is #c1493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1493e


Comments

No comments written yet.

Please login to write comment.