Color Hex Logo

#c49060 Color Hex

#C49060
(196,144,96)
0 Favorites   0 Comments

Color spaces of #c49060

RGB 19614496
HSL0.080.460.57
HSV29°51°77°
CMYK 0.000.270.51   0.23
XYZ34.849532.526815.5079
Yxy32.52680.42050.3924
Hunter Lab57.03239.265723.8008
CIE-Lab63.775914.006233.0981

#c49060 color RGB value is (196,144,96).

#c49060 hex color red value is 196, green value is 144 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c49060 hue: 0.08 , saturation: 0.46 and the lightness value of c49060 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 01100000
Octal 304 220 140
Decimal 196 144 96
Hex C4 90 60

RGB Percentages of Color #c49060

%44.95
%33.03
%22.02

CMYK Percentages of Color #c49060

%0
%27
%51
%23

Triadic Colors of #c49060

#c49060 #60c490 #9060c4

Analogous Colors of #c49060

#c49060 #c4c260 #c46062

Monochromatic Colors of #c49060

#c49060

Complementary Color

#c49060 #6094c4

#c49060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49060 Color CSS Codes

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

#c49060 Text Font Color

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

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


#c49060 Background Color

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

This div background color is #c49060


#c49060 Border Color

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

This div border color is #c49060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49060


Comments

No comments written yet.

Please login to write comment.