COLOR #C57191

HEX: #C57191
RGB: (197,113,145)

Color info

#C57191 contains mainly red and blue colors. Web safe color of #C57191 is #CC6699 (or #C69).

RGB color model

#C57191 color RGB value is (197,113,145).

  • red value is 197;
  • green value is 113;
  • blue value is 145.
RGB:
(197,113,145)
(77%,44%,57%)

RGB channels and saturation

R 197 of 255 = 77%
G 113 of 255 = 44%
B 145 of 255 = 57%

197
113
145

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

Portions of RGB colors in percentages

R + G + B =
197 + 113 + 145 = 455 (100%)
R 197 of 455 ~ 43.3%
G 113 of 455 ~ 24.84%
B 145 of 455 ~ 31.87%

%43.3
%24.84
%31.87

CMYK color model

#C57191 color CMYK value is (0,43,26,23).

  • cyan value is 0.00%
  • magenta value is 42.64%
  • yellow value is 26.40%
  • key color value is 22.75%
CMYK:
(0,43,26,23)
C0M43Y26K23 
(0%,43%,26%,23%)
(0.00/0.43/0.26/0.23)	

CMYK percentages

%0
%42.64
%26.4
%22.75

Codes

Color #C57191 in popluar color models

C57191
RGB197113145
HSL337°42.00%60.78%
HSB/HSV337°42.64%77.25%
CMYK0.00%42.64%26.40%
22.75%

Color #C57191 in popluar number systems.

HEXC57191
Decimal197113145
Binary11000101111000110010001
Octal305161221

Shades and tints

Shades of #C57191

#C57191
(197,113,145)
#B46784
(180,103,132)
#A35D77
(163,93,119)
#92536A
(146,83,106)
#81495D
(129,73,93)
#703F50
(112,63,80)
#5F3543
(95,53,67)
#4E2B36
(78,43,54)
#3D2129
(61,33,41)
#2C171C
(44,23,28)
#1B0D0F
(27,13,15)
#000000
(0,0,0)

Tints of #C57191

#C57191
(197,113,145)
#CA7D9B
(202,125,155)
#CF89A5
(207,137,165)
#D495AF
(212,149,175)
#D9A1B9
(217,161,185)
#DEADC3
(222,173,195)
#E3B9CD
(227,185,205)
#E8C5D7
(232,197,215)
#EDD1E1
(237,209,225)
#F2DDEB
(242,221,235)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57191 color. Also use rgb(197,113,145) instead hex code.

Text Font Color

.myTextColor { color: #C57191; }

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

This text font color is #C57191.


Background Color

.myBgColor { background-color: #C57191; }

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

This div background color is #C57191.


Border color

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

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

This div border color is #C57191.


Opacity

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

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

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

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

This text has shadow with #C57191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57191 on black background.


Color preview on white background

This text has color #C57191 on white background.



Black color preview on #C57191 background

This text has black color on #C57191 background.


White color preview on #C57191 background

This text has white color on #C57191 background.