COLOR #C57991

HEX: #C57991
RGB: (197,121,145)

Color info

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

RGB color model

#C57991 color RGB value is (197,121,145).

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

RGB channels and saturation

R 197 of 255 = 77%
G 121 of 255 = 47%
B 145 of 255 = 57%

197
121
145

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

Portions of RGB colors in percentages

R + G + B =
197 + 121 + 145 = 463 (100%)
R 197 of 463 ~ 42.55%
G 121 of 463 ~ 26.13%
B 145 of 463 ~ 31.32%

%42.55
%26.13
%31.32

CMYK color model

#C57991 color CMYK value is (0,39,26,23).

  • cyan value is 0.00%
  • magenta value is 38.58%
  • yellow value is 26.40%
  • key color value is 22.75%
CMYK:
(0,39,26,23)
C0M39Y26K23 
(0%,39%,26%,23%)
(0.00/0.39/0.26/0.23)	

CMYK percentages

%0
%38.58
%26.4
%22.75

Codes

Color #C57991 in popluar color models

C57991
RGB197121145
HSL341°39.58%62.35%
HSB/HSV341°38.58%77.25%
CMYK0.00%38.58%26.40%
22.75%

Color #C57991 in popluar number systems.

HEXC57991
Decimal197121145
Binary11000101111100110010001
Octal305171221

Shades and tints

Shades of #C57991

#C57991
(197,121,145)
#B46E84
(180,110,132)
#A36377
(163,99,119)
#92586A
(146,88,106)
#814D5D
(129,77,93)
#704250
(112,66,80)
#5F3743
(95,55,67)
#4E2C36
(78,44,54)
#3D2129
(61,33,41)
#2C161C
(44,22,28)
#1B0B0F
(27,11,15)
#000000
(0,0,0)

Tints of #C57991

#C57991
(197,121,145)
#CA859B
(202,133,155)
#CF91A5
(207,145,165)
#D49DAF
(212,157,175)
#D9A9B9
(217,169,185)
#DEB5C3
(222,181,195)
#E3C1CD
(227,193,205)
#E8CDD7
(232,205,215)
#EDD9E1
(237,217,225)
#F2E5EB
(242,229,235)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57991; }

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

This text font color is #C57991.


Background Color

.myBgColor { background-color: #C57991; }

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

This div background color is #C57991.


Border color

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

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

This div border color is #C57991.


Opacity

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

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

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

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

This text has shadow with #C57991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57991 on black background.


Color preview on white background

This text has color #C57991 on white background.



Black color preview on #C57991 background

This text has black color on #C57991 background.


White color preview on #C57991 background

This text has white color on #C57991 background.