Color Hex Logo

#c49080 Color Hex

#C49080
(196,144,128)
0 Favorites   0 Comments

Color spaces of #c49080

RGB 196144128
HSL0.040.370.64
HSV14°35°77°
CMYK 0.000.270.35   0.23
XYZ36.634533.240824.9073
Yxy33.24080.38650.3507
Hunter Lab57.654812.524914.7447
CIE-Lab64.355417.516916.2272

#c49080 color RGB value is (196,144,128).

#c49080 hex color red value is 196, green value is 144 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c49080 hue: 0.04 , saturation: 0.37 and the lightness value of c49080 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 10000000
Octal 304 220 200
Decimal 196 144 128
Hex C4 90 80

RGB Percentages of Color #c49080

%41.88
%30.77
%27.35

CMYK Percentages of Color #c49080

%0
%27
%35
%23

Triadic Colors of #c49080

#c49080 #80c490 #9080c4

Analogous Colors of #c49080

#c49080 #c4b280 #c48092

Monochromatic Colors of #c49080

#c49080

Complementary Color

#c49080 #80b4c4

#c49080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49080 Color CSS Codes

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

#c49080 Text Font Color

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

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


#c49080 Background Color

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

This div background color is #c49080


#c49080 Border Color

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

This div border color is #c49080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49080


Comments

No comments written yet.

Please login to write comment.