COLOR #C57198

HEX: #C57198
RGB: (197,113,152)

Color info

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

RGB color model

#C57198 color RGB value is (197,113,152).

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

RGB channels and saturation

R 197 of 255 = 77%
G 113 of 255 = 44%
B 152 of 255 = 60%

197
113
152

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

Portions of RGB colors in percentages

R + G + B =
197 + 113 + 152 = 462 (100%)
R 197 of 462 ~ 42.64%
G 113 of 462 ~ 24.46%
B 152 of 462 ~ 32.9%

%42.64
%24.46
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.64%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(0,43,23,23)
C0M43Y23K23 
(0%,43%,23%,23%)
(0.00/0.43/0.23/0.23)	

CMYK percentages

%0
%42.64
%22.84
%22.75

Codes

Color #C57198 in popluar color models

C57198
RGB197113152
HSL332°42.00%60.78%
HSB/HSV332°42.64%77.25%
CMYK0.00%42.64%22.84%
22.75%

Color #C57198 in popluar number systems.

HEXC57198
Decimal197113152
Binary11000101111000110011000
Octal305161230

Shades and tints

Shades of #C57198

#C57198
(197,113,152)
#B4678B
(180,103,139)
#A35D7E
(163,93,126)
#925371
(146,83,113)
#814964
(129,73,100)
#703F57
(112,63,87)
#5F354A
(95,53,74)
#4E2B3D
(78,43,61)
#3D2130
(61,33,48)
#2C1723
(44,23,35)
#1B0D16
(27,13,22)
#000000
(0,0,0)

Tints of #C57198

#C57198
(197,113,152)
#CA7DA1
(202,125,161)
#CF89AA
(207,137,170)
#D495B3
(212,149,179)
#D9A1BC
(217,161,188)
#DEADC5
(222,173,197)
#E3B9CE
(227,185,206)
#E8C5D7
(232,197,215)
#EDD1E0
(237,209,224)
#F2DDE9
(242,221,233)
#F7E9F2
(247,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57198; }

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

This text font color is #C57198.


Background Color

.myBgColor { background-color: #C57198; }

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

This div background color is #C57198.


Border color

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

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

This div border color is #C57198.


Opacity

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

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

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

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

This text has shadow with #C57198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57198 on black background.


Color preview on white background

This text has color #C57198 on white background.



Black color preview on #C57198 background

This text has black color on #C57198 background.


White color preview on #C57198 background

This text has white color on #C57198 background.