Color Hex Logo

#c4494e Color Hex

#C4494E
(196,73,78)
0 Favorites   0 Comments

Color spaces of #c4494e

RGB 1967378
HSL0.990.510.53
HSV358°63°77°
CMYK 0.000.630.60   0.23
XYZ26.522617.05099.1010
Yxy17.05090.50350.3237
Hunter Lab41.292742.389515.8373
CIE-Lab48.324149.476123.4577

#c4494e color RGB value is (196,73,78).

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

The process color (four color CMYK) of #c4494e color hex is 0.00, 0.63, 0.60, 0.23. Web safe color of #c4494e is #cc3366. Color #c4494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 01001110
Octal 304 111 116
Decimal 196 73 78
Hex C4 49 4E

RGB Percentages of Color #c4494e

%56.48
%21.04
%22.48

CMYK Percentages of Color #c4494e

%0
%63
%60
%23

Triadic Colors of #c4494e

#c4494e #4ec449 #494ec4

Analogous Colors of #c4494e

#c4494e #c48249 #c4498c

Monochromatic Colors of #c4494e

#c4494e

Complementary Color

#c4494e #49c4bf

#c4494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4494e Color CSS Codes

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

#c4494e Text Font Color

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

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


#c4494e Background Color

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

This div background color is #c4494e


#c4494e Border Color

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

This div border color is #c4494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4494e


Comments

No comments written yet.

Please login to write comment.