COLOR #C57CB8

HEX: #C57CB8
RGB: (197,124,184)

Color info

#C57CB8 contains mainly red and blue colors. Web safe color of #C57CB8 is #CC66CC (or #C6C).

RGB color model

#C57CB8 color RGB value is (197,124,184).

  • red value is 197;
  • green value is 124;
  • blue value is 184.
RGB:
(197,124,184)
(77%,49%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 124 of 255 = 49%
B 184 of 255 = 72%

197
124
184

R + G + B ~ 66%. #C57CB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 184 = 505 (100%)
R 197 of 505 ~ 39.01%
G 124 of 505 ~ 24.55%
B 184 of 505 ~ 36.44%

%39.01
%24.55
%36.44

CMYK color model

#C57CB8 color CMYK value is (0,37,7,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,37,7,23)
C0M37Y7K23 
(0%,37%,7%,23%)
(0.00/0.37/0.07/0.23)	

CMYK percentages

%0
%37.06
%6.6
%22.75

Codes

Color #C57CB8 in popluar color models

C57CB8
RGB197124184
HSL311°38.62%62.94%
HSB/HSV311°37.06%77.25%
CMYK0.00%37.06%6.60%
22.75%

Color #C57CB8 in popluar number systems.

HEXC57CB8
Decimal197124184
Binary11000101111110010111000
Octal305174270

Shades and tints

Shades of #C57CB8

#C57CB8
(197,124,184)
#B471A8
(180,113,168)
#A36698
(163,102,152)
#925B88
(146,91,136)
#815078
(129,80,120)
#704568
(112,69,104)
#5F3A58
(95,58,88)
#4E2F48
(78,47,72)
#3D2438
(61,36,56)
#2C1928
(44,25,40)
#1B0E18
(27,14,24)
#000000
(0,0,0)

Tints of #C57CB8

#C57CB8
(197,124,184)
#CA87BE
(202,135,190)
#CF92C4
(207,146,196)
#D49DCA
(212,157,202)
#D9A8D0
(217,168,208)
#DEB3D6
(222,179,214)
#E3BEDC
(227,190,220)
#E8C9E2
(232,201,226)
#EDD4E8
(237,212,232)
#F2DFEE
(242,223,238)
#F7EAF4
(247,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57CB8 color. Also use rgb(197,124,184) instead hex code.

Text Font Color

.myTextColor { color: #C57CB8; }

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

This text font color is #C57CB8.


Background Color

.myBgColor { background-color: #C57CB8; }

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

This div background color is #C57CB8.


Border color

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

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

This div border color is #C57CB8.


Opacity

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

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

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

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

This text has shadow with #C57CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57CB8 on black background.


Color preview on white background

This text has color #C57CB8 on white background.



Black color preview on #C57CB8 background

This text has black color on #C57CB8 background.


White color preview on #C57CB8 background

This text has white color on #C57CB8 background.