Color Hex Logo

#c1494e Color Hex

#C1494E
(193,73,78)
0 Favorites   0 Comments

Color spaces of #c1494e

RGB 1937378
HSL0.990.490.52
HSV358°62°76°
CMYK 0.000.620.60   0.24
XYZ25.750016.65269.0648
Yxy16.65260.50030.3236
Hunter Lab40.807641.222015.3949
CIE-Lab47.819348.448122.7034

#c1494e color RGB value is (193,73,78).

#c1494e hex color red value is 193, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c1494e hue: 0.99 , saturation: 0.49 and the lightness value of c1494e is 0.52.

The process color (four color CMYK) of #c1494e color hex is 0.00, 0.62, 0.60, 0.24. Web safe color of #c1494e is #cc3366. Color #c1494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 01001110
Octal 301 111 116
Decimal 193 73 78
Hex C1 49 4E

RGB Percentages of Color #c1494e

%56.10
%21.22
%22.67

CMYK Percentages of Color #c1494e

%0
%62
%60
%24

Triadic Colors of #c1494e

#c1494e #4ec149 #494ec1

Analogous Colors of #c1494e

#c1494e #c18049 #c1498a

Monochromatic Colors of #c1494e

#c1494e

Complementary Color

#c1494e #49c1bc

#c1494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1494e Color CSS Codes

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

#c1494e Text Font Color

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

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


#c1494e Background Color

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

This div background color is #c1494e


#c1494e Border Color

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

This div border color is #c1494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1494e


Comments

No comments written yet.

Please login to write comment.