Color Hex Logo

#c49184 Color Hex

#C49184
(196,145,132)
0 Favorites   0 Comments

Color spaces of #c49184

RGB 196145132
HSL0.030.350.64
HSV12°33°77°
CMYK 0.000.260.33   0.23
XYZ37.055233.652526.3724
Yxy33.65250.38170.3466
Hunter Lab58.010812.500513.6536
CIE-Lab64.685817.480414.4440

#c49184 color RGB value is (196,145,132).

#c49184 hex color red value is 196, green value is 145 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c49184 hue: 0.03 , saturation: 0.35 and the lightness value of c49184 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 10000100
Octal 304 221 204
Decimal 196 145 132
Hex C4 91 84

RGB Percentages of Color #c49184

%41.44
%30.66
%27.91

CMYK Percentages of Color #c49184

%0
%26
%33
%23

Triadic Colors of #c49184

#c49184 #84c491 #9184c4

Analogous Colors of #c49184

#c49184 #c4b184 #c48497

Monochromatic Colors of #c49184

#c49184

Complementary Color

#c49184 #84b7c4

#c49184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49184 Color CSS Codes

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

#c49184 Text Font Color

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

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


#c49184 Background Color

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

This div background color is #c49184


#c49184 Border Color

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

This div border color is #c49184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49184


Comments

No comments written yet.

Please login to write comment.