Color Hex Logo

#c48857 Color Hex

#C48857
(196,136,87)
0 Favorites   0 Comments

Color spaces of #c48857

RGB 19613687
HSL0.070.480.55
HSV27°56°77°
CMYK 0.000.310.56   0.23
XYZ33.289430.032213.0591
Yxy30.03220.43580.3932
Hunter Lab54.801612.527424.2325
CIE-Lab61.682017.609835.3033

#c48857 color RGB value is (196,136,87).

#c48857 hex color red value is 196, green value is 136 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c48857 hue: 0.07 , saturation: 0.48 and the lightness value of c48857 is 0.55.

The process color (four color CMYK) of #c48857 color hex is 0.00, 0.31, 0.56, 0.23. Web safe color of #c48857 is #cc9966. Color #c48857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 01010111
Octal 304 210 127
Decimal 196 136 87
Hex C4 88 57

RGB Percentages of Color #c48857

%46.78
%32.46
%20.76

CMYK Percentages of Color #c48857

%0
%31
%56
%23

Triadic Colors of #c48857

#c48857 #57c488 #8857c4

Analogous Colors of #c48857

#c48857 #c4bf57 #c4575c

Monochromatic Colors of #c48857

#c48857

Complementary Color

#c48857 #5793c4

#c48857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48857 Color CSS Codes

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

#c48857 Text Font Color

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

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


#c48857 Background Color

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

This div background color is #c48857


#c48857 Border Color

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

This div border color is #c48857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48857


Comments

No comments written yet.

Please login to write comment.