COLOR #C57390

HEX: #C57390
RGB: (197,115,144)

Color info

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

RGB color model

#C57390 color RGB value is (197,115,144).

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

RGB channels and saturation

R 197 of 255 = 77%
G 115 of 255 = 45%
B 144 of 255 = 56%

197
115
144

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

Portions of RGB colors in percentages

R + G + B =
197 + 115 + 144 = 456 (100%)
R 197 of 456 ~ 43.2%
G 115 of 456 ~ 25.22%
B 144 of 456 ~ 31.58%

%43.2
%25.22
%31.58

CMYK color model

#C57390 color CMYK value is (0,42,27,23).

  • cyan value is 0.00%
  • magenta value is 41.62%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,42,27,23)
C0M42Y27K23 
(0%,42%,27%,23%)
(0.00/0.42/0.27/0.23)	

CMYK percentages

%0
%41.62
%26.9
%22.75

Codes

Color #C57390 in popluar color models

C57390
RGB197115144
HSL339°41.41%61.18%
HSB/HSV339°41.62%77.25%
CMYK0.00%41.62%26.90%
22.75%

Color #C57390 in popluar number systems.

HEXC57390
Decimal197115144
Binary11000101111001110010000
Octal305163220

Shades and tints

Shades of #C57390

#C57390
(197,115,144)
#B46983
(180,105,131)
#A35F76
(163,95,118)
#925569
(146,85,105)
#814B5C
(129,75,92)
#70414F
(112,65,79)
#5F3742
(95,55,66)
#4E2D35
(78,45,53)
#3D2328
(61,35,40)
#2C191B
(44,25,27)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #C57390

#C57390
(197,115,144)
#CA7F9A
(202,127,154)
#CF8BA4
(207,139,164)
#D497AE
(212,151,174)
#D9A3B8
(217,163,184)
#DEAFC2
(222,175,194)
#E3BBCC
(227,187,204)
#E8C7D6
(232,199,214)
#EDD3E0
(237,211,224)
#F2DFEA
(242,223,234)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57390; }

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

This text font color is #C57390.


Background Color

.myBgColor { background-color: #C57390; }

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

This div background color is #C57390.


Border color

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

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

This div border color is #C57390.


Opacity

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

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

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

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

This text has shadow with #C57390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57390 on black background.


Color preview on white background

This text has color #C57390 on white background.



Black color preview on #C57390 background

This text has black color on #C57390 background.


White color preview on #C57390 background

This text has white color on #C57390 background.