Color Hex Logo

#c46057 Color Hex

#C46057
(196,96,87)
0 Favorites   0 Comments

Color spaces of #c46057

RGB 1969687
HSL0.010.480.55
HSV56°77°
CMYK 0.000.510.56   0.23
XYZ28.668120.789611.5186
Yxy20.78960.47020.3409
Hunter Lab45.595632.439016.9388
CIE-Lab52.718539.117823.8905

#c46057 color RGB value is (196,96,87).

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

The process color (four color CMYK) of #c46057 color hex is 0.00, 0.51, 0.56, 0.23. Web safe color of #c46057 is #cc6666. Color #c46057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 01010111
Octal 304 140 127
Decimal 196 96 87
Hex C4 60 57

RGB Percentages of Color #c46057

%51.72
%25.33
%22.96

CMYK Percentages of Color #c46057

%0
%51
%56
%23

Triadic Colors of #c46057

#c46057 #57c460 #6057c4

Analogous Colors of #c46057

#c46057 #c49757 #c45785

Monochromatic Colors of #c46057

#c46057

Complementary Color

#c46057 #57bbc4

#c46057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46057 Color CSS Codes

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

#c46057 Text Font Color

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

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


#c46057 Background Color

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

This div background color is #c46057


#c46057 Border Color

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

This div border color is #c46057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46057


Comments

No comments written yet.

Please login to write comment.