Color Hex Logo

#c57260 Color Hex

#C57260
(197,114,96)
0 Favorites   0 Comments

Color spaces of #c57260

RGB 19711496
HSL0.030.470.57
HSV11°51°77°
CMYK 0.000.420.51   0.23
XYZ31.154624.749514.2014
Yxy24.74950.44440.3530
Hunter Lab49.748924.722817.8992
CIE-Lab56.830530.820324.1429

#c57260 color RGB value is (197,114,96).

#c57260 hex color red value is 197, green value is 114 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c57260 hue: 0.03 , saturation: 0.47 and the lightness value of c57260 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110010 01100000
Octal 305 162 140
Decimal 197 114 96
Hex C5 72 60

RGB Percentages of Color #c57260

%48.40
%28.01
%23.59

CMYK Percentages of Color #c57260

%0
%42
%51
%23

Triadic Colors of #c57260

#c57260 #60c572 #7260c5

Analogous Colors of #c57260

#c57260 #c5a560 #c56081

Monochromatic Colors of #c57260

#c57260

Complementary Color

#c57260 #60b3c5

#c57260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57260 Color CSS Codes

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

#c57260 Text Font Color

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

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


#c57260 Background Color

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

This div background color is #c57260


#c57260 Border Color

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

This div border color is #c57260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57260


Comments

No comments written yet.

Please login to write comment.