Color Hex Logo

#c49690 Color Hex

#C49690
(196,150,144)
0 Favorites   0 Comments

Color spaces of #c49690

RGB 196150144
HSL0.020.310.67
HSV27°77°
CMYK 0.000.230.27   0.23
XYZ38.705335.562131.2097
Yxy35.56210.36700.3372
Hunter Lab59.634011.495610.7141
CIE-Lab66.184016.36619.8284

#c49690 color RGB value is (196,150,144).

#c49690 hex color red value is 196, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c49690 hue: 0.02 , saturation: 0.31 and the lightness value of c49690 is 0.67.

The process color (four color CMYK) of #c49690 color hex is 0.00, 0.23, 0.27, 0.23. Web safe color of #c49690 is #cc9999. Color #c49690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010110 10010000
Octal 304 226 220
Decimal 196 150 144
Hex C4 96 90

RGB Percentages of Color #c49690

%40.00
%30.61
%29.39

CMYK Percentages of Color #c49690

%0
%23
%27
%23

Triadic Colors of #c49690

#c49690 #90c496 #9690c4

Analogous Colors of #c49690

#c49690 #c4b090 #c490a4

Monochromatic Colors of #c49690

#c49690

Complementary Color

#c49690 #90bec4

#c49690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49690 Color CSS Codes

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

#c49690 Text Font Color

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

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


#c49690 Background Color

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

This div background color is #c49690


#c49690 Border Color

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

This div border color is #c49690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,150,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49690


Comments

No comments written yet.

Please login to write comment.