Color Hex Logo

#c49790 Color Hex

#C49790
(196,151,144)
0 Favorites   0 Comments

Color spaces of #c49790

RGB 196151144
HSL0.020.310.67
HSV27°77°
CMYK 0.000.230.27   0.23
XYZ38.865635.882631.2632
Yxy35.88260.36660.3385
Hunter Lab59.902110.985510.9877
CIE-Lab66.430115.816010.1775

#c49790 color RGB value is (196,151,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 10010000
Octal 304 227 220
Decimal 196 151 144
Hex C4 97 90

RGB Percentages of Color #c49790

%39.92
%30.75
%29.33

CMYK Percentages of Color #c49790

%0
%23
%27
%23

Triadic Colors of #c49790

#c49790 #90c497 #9790c4

Analogous Colors of #c49790

#c49790 #c4b190 #c490a3

Monochromatic Colors of #c49790

#c49790

Complementary Color

#c49790 #90bdc4

#c49790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49790 Color CSS Codes

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

#c49790 Text Font Color

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

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


#c49790 Background Color

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

This div background color is #c49790


#c49790 Border Color

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

This div border color is #c49790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49790


Comments

No comments written yet.

Please login to write comment.