COLOR #C57D90

HEX: #C57D90
RGB: (197,125,144)

Color info

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

RGB color model

#C57D90 color RGB value is (197,125,144).

  • red value is 197;
  • green value is 125;
  • blue value is 144.
RGB: (197,125,144) (77%,49%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 125 of 255 = 49%
B 144 of 255 = 56%

197
125
144

R + G + B ~ 61%. #C57D90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 125 + 144 = 466 (100%)
R 197 of 466 ~ 42.27%
G 125 of 466 ~ 26.82%
B 144 of 466 ~ 30.9%

%42.27
%26.82
%30.9

CMYK color model

#C57D90 color CMYK value is (0,37,27,23).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK: (0,37,27,23) C0M37Y27K23 (0%,37%,27%,23%) (0.00/0.37/0.27/0.23)

CMYK percentages

%0
%36.55
%26.9
%22.75

Codes

Color #C57D90 in popluar color models

C57D90
RGB197125144
HSL344°38.30%63.14%
HSB/HSV344°36.55%77.25%
CMYK0.00%36.55%26.90%
22.75%

Color #C57D90 in popluar number systems.

HEXC57D90
Decimal197125144
Binary11000101111110110010000
Octal305175220

Shades and tints

Shades of #C57D90

#C57D90
(197,125,144)
#B47283
(180,114,131)
#A36776
(163,103,118)
#925C69
(146,92,105)
#81515C
(129,81,92)
#70464F
(112,70,79)
#5F3B42
(95,59,66)
#4E3035
(78,48,53)
#3D2528
(61,37,40)
#2C1A1B
(44,26,27)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #C57D90

#C57D90
(197,125,144)
#CA889A
(202,136,154)
#CF93A4
(207,147,164)
#D49EAE
(212,158,174)
#D9A9B8
(217,169,184)
#DEB4C2
(222,180,194)
#E3BFCC
(227,191,204)
#E8CAD6
(232,202,214)
#EDD5E0
(237,213,224)
#F2E0EA
(242,224,234)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57D90 color. Also use rgb(197,125,144) instead hex code.

Text Font Color

.myTextColor { color: #C57D90; }

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

This text font color is #C57D90.


Background Color

.myBgColor { background-color: #C57D90; }

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

This div background color is #C57D90.


Border color

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

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

This div border color is #C57D90.


Opacity

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

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

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

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

This text has shadow with #C57D90 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C57D90 on black background.


Color preview on white background

This text has color #C57D90 on white background.



Black color preview on #C57D90 background

This text has black color on #C57D90 background.


White color preview on #C57D90 background

This text has white color on #C57D90 background.