Color Hex Logo

#c49099 Color Hex

#C49099
(196,144,153)
0 Favorites   0 Comments

Color spaces of #c49099

RGB 196144153
HSL0.970.310.67
HSV350°27°77°
CMYK 0.000.270.22   0.23
XYZ38.488033.982234.6677
Yxy33.98220.35920.3172
Hunter Lab58.294315.83735.5461
CIE-Lab64.948420.99682.9974

#c49099 color RGB value is (196,144,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 10011001
Octal 304 220 231
Decimal 196 144 153
Hex C4 90 99

RGB Percentages of Color #c49099

%39.76
%29.21
%31.03

CMYK Percentages of Color #c49099

%0
%27
%22
%23

Triadic Colors of #c49099

#c49099 #99c490 #9099c4

Analogous Colors of #c49099

#c49099 #c4a190 #c490b3

Monochromatic Colors of #c49099

#c49099

Complementary Color

#c49099 #90c4bb

#c49099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49099 Color CSS Codes

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

#c49099 Text Font Color

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

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


#c49099 Background Color

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

This div background color is #c49099


#c49099 Border Color

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

This div border color is #c49099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49099


Comments

No comments written yet.

Please login to write comment.