COLOR #C57587

HEX: #C57587
RGB: (197,117,135)

Color info

#C57587 contains mainly red color. Web safe color of #C57587 is #CC6699 (or #C69).

RGB color model

#C57587 color RGB value is (197,117,135).

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

RGB channels and saturation

R 197 of 255 = 77%
G 117 of 255 = 46%
B 135 of 255 = 53%

197
117
135

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

Portions of RGB colors in percentages

R + G + B =
197 + 117 + 135 = 449 (100%)
R 197 of 449 ~ 43.88%
G 117 of 449 ~ 26.06%
B 135 of 449 ~ 30.07%

%43.88
%26.06
%30.07

CMYK color model

#C57587 color CMYK value is (0,41,31,23).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 31.47%
  • key color value is 22.75%
CMYK:
(0,41,31,23)
C0M41Y31K23 
(0%,41%,31%,23%)
(0.00/0.41/0.31/0.23)	

CMYK percentages

%0
%40.61
%31.47
%22.75

Codes

Color #C57587 in popluar color models

C57587
RGB197117135
HSL347°40.82%61.57%
HSB/HSV347°40.61%77.25%
CMYK0.00%40.61%31.47%
22.75%

Color #C57587 in popluar number systems.

HEXC57587
Decimal197117135
Binary11000101111010110000111
Octal305165207

Shades and tints

Shades of #C57587

#C57587
(197,117,135)
#B46B7B
(180,107,123)
#A3616F
(163,97,111)
#925763
(146,87,99)
#814D57
(129,77,87)
#70434B
(112,67,75)
#5F393F
(95,57,63)
#4E2F33
(78,47,51)
#3D2527
(61,37,39)
#2C1B1B
(44,27,27)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #C57587

#C57587
(197,117,135)
#CA8191
(202,129,145)
#CF8D9B
(207,141,155)
#D499A5
(212,153,165)
#D9A5AF
(217,165,175)
#DEB1B9
(222,177,185)
#E3BDC3
(227,189,195)
#E8C9CD
(232,201,205)
#EDD5D7
(237,213,215)
#F2E1E1
(242,225,225)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57587; }

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

This text font color is #C57587.


Background Color

.myBgColor { background-color: #C57587; }

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

This div background color is #C57587.


Border color

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

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

This div border color is #C57587.


Opacity

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

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

Text with #C57587 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 #C57587;}

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

This text has shadow with #C57587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57587 on black background.


Color preview on white background

This text has color #C57587 on white background.



Black color preview on #C57587 background

This text has black color on #C57587 background.


White color preview on #C57587 background

This text has white color on #C57587 background.