Color Hex Logo

#c49159 Color Hex

#C49159
(196,145,89)
2 Favorites   0 Comments

Color spaces of #c49159

RGB 19614589
HSL0.090.480.56
HSV31°55°77°
CMYK 0.000.260.55   0.23
XYZ34.693532.707813.9359
Yxy32.70780.42650.4021
Hunter Lab57.19078.199325.5861
CIE-Lab63.923612.834837.0084

#c49159 color RGB value is (196,145,89).

#c49159 hex color red value is 196, green value is 145 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c49159 hue: 0.09 , saturation: 0.48 and the lightness value of c49159 is 0.56.

The process color (four color CMYK) of #c49159 color hex is 0.00, 0.26, 0.55, 0.23. Web safe color of #c49159 is #cc9966. Color #c49159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 01011001
Octal 304 221 131
Decimal 196 145 89
Hex C4 91 59

RGB Percentages of Color #c49159

%45.58
%33.72
%20.70

CMYK Percentages of Color #c49159

%0
%26
%55
%23

Triadic Colors of #c49159

#c49159 #59c491 #9159c4

Analogous Colors of #c49159

#c49159 #c2c459 #c45c59

Monochromatic Colors of #c49159

#c49159

Complementary Color

#c49159 #598cc4

#c49159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49159 Color CSS Codes

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

#c49159 Text Font Color

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

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


#c49159 Background Color

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

This div background color is #c49159


#c49159 Border Color

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

This div border color is #c49159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49159


Comments

No comments written yet.

Please login to write comment.