COLOR #C57580

HEX: #C57580
RGB: (197,117,128)

Color info

#C57580 contains mainly red color. Web safe color of #C57580 is #CC6666 (or #C66).

RGB color model

#C57580 color RGB value is (197,117,128).

  • red value is 197;
  • green value is 117;
  • blue value is 128.
RGB:
(197,117,128)
(77%,46%,50%)

RGB channels and saturation

R 197 of 255 = 77%
G 117 of 255 = 46%
B 128 of 255 = 50%

197
117
128

R + G + B ~ 58%. #C57580 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 117 + 128 = 442 (100%)
R 197 of 442 ~ 44.57%
G 117 of 442 ~ 26.47%
B 128 of 442 ~ 28.96%

%44.57
%26.47
%28.96

CMYK color model

#C57580 color CMYK value is (0,41,35,23).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK:
(0,41,35,23)
C0M41Y35K23 
(0%,41%,35%,23%)
(0.00/0.41/0.35/0.23)	

CMYK percentages

%0
%40.61
%35.03
%22.75

Codes

Color #C57580 in popluar color models

C57580
RGB197117128
HSL352°40.82%61.57%
HSB/HSV352°40.61%77.25%
CMYK0.00%40.61%35.03%
22.75%

Color #C57580 in popluar number systems.

HEXC57580
Decimal197117128
Binary11000101111010110000000
Octal305165200

Shades and tints

Shades of #C57580

#C57580
(197,117,128)
#B46B75
(180,107,117)
#A3616A
(163,97,106)
#92575F
(146,87,95)
#814D54
(129,77,84)
#704349
(112,67,73)
#5F393E
(95,57,62)
#4E2F33
(78,47,51)
#3D2528
(61,37,40)
#2C1B1D
(44,27,29)
#1B1112
(27,17,18)
#000000
(0,0,0)

Tints of #C57580

#C57580
(197,117,128)
#CA818B
(202,129,139)
#CF8D96
(207,141,150)
#D499A1
(212,153,161)
#D9A5AC
(217,165,172)
#DEB1B7
(222,177,183)
#E3BDC2
(227,189,194)
#E8C9CD
(232,201,205)
#EDD5D8
(237,213,216)
#F2E1E3
(242,225,227)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57580 color. Also use rgb(197,117,128) instead hex code.

Text Font Color

.myTextColor { color: #C57580; }

<p style="color:#C57580">This sample text font color is #C57580.</p>

This text font color is #C57580.


Background Color

.myBgColor { background-color: #C57580; }

<div style="background-color:#C57580">Inner text</div>

This div background color is #C57580.


Border color

.myBorderColor { border: 1px solid #C57580; }

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

This div border color is #C57580.


Opacity

.myOpacity80 { color: #C57580; opacity: 0.8; }

<p style="color:#C57580;opacity:0.8;">80%</p>

Text with #C57580 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C57580;}

<p style="text-shadow: 3px 3px 1px #C57580">Text here.</p>

This text has shadow with #C57580 color.

.textShadow {text-shadow: 3px 3px 1px #C57580, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C57580, 5px 5px 20px red">Text here.</p>

This text has shadow with #C57580 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C57580, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C57580, Direction=45, Strength=4)">Text</p>

This text has shadow with #C57580 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C57580;
  -webkit-box-shadow:	1px 1px 3px 2px #C57580;
  box-shadow:		1px 1px 3px 2px #C57580;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C57580;
-webkit-box-shadow: 1px 1px 3px 2px #C57580;
box-shadow:1px 1px 3px 2px #C57580;">
Div content here</div>
This div box has shadow with color #C57580.

Preview

Color preview on black background

This text has color #C57580 on black background.


Color preview on white background

This text has color #C57580 on white background.



Black color preview on #C57580 background

This text has black color on #C57580 background.


White color preview on #C57580 background

This text has white color on #C57580 background.