COLOR #C57F97

HEX: #C57F97
RGB: (197,127,151)

Color info

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

RGB color model

#C57F97 color RGB value is (197,127,151).

  • red value is 197;
  • green value is 127;
  • blue value is 151.
RGB:
(197,127,151)
(77%,50%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 127 of 255 = 50%
B 151 of 255 = 59%

197
127
151

R + G + B ~ 62%. #C57F97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 127 + 151 = 475 (100%)
R 197 of 475 ~ 41.47%
G 127 of 475 ~ 26.74%
B 151 of 475 ~ 31.79%

%41.47
%26.74
%31.79

CMYK color model

#C57F97 color CMYK value is (0,36,23,23).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 23.35%
  • key color value is 22.75%
CMYK:
(0,36,23,23)
C0M36Y23K23 
(0%,36%,23%,23%)
(0.00/0.36/0.23/0.23)	

CMYK percentages

%0
%35.53
%23.35
%22.75

Codes

Color #C57F97 in popluar color models

C57F97
RGB197127151
HSL339°37.63%63.53%
HSB/HSV339°35.53%77.25%
CMYK0.00%35.53%23.35%
22.75%

Color #C57F97 in popluar number systems.

HEXC57F97
Decimal197127151
Binary11000101111111110010111
Octal305177227

Shades and tints

Shades of #C57F97

#C57F97
(197,127,151)
#B4748A
(180,116,138)
#A3697D
(163,105,125)
#925E70
(146,94,112)
#815363
(129,83,99)
#704856
(112,72,86)
#5F3D49
(95,61,73)
#4E323C
(78,50,60)
#3D272F
(61,39,47)
#2C1C22
(44,28,34)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C57F97

#C57F97
(197,127,151)
#CA8AA0
(202,138,160)
#CF95A9
(207,149,169)
#D4A0B2
(212,160,178)
#D9ABBB
(217,171,187)
#DEB6C4
(222,182,196)
#E3C1CD
(227,193,205)
#E8CCD6
(232,204,214)
#EDD7DF
(237,215,223)
#F2E2E8
(242,226,232)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57F97 color. Also use rgb(197,127,151) instead hex code.

Text Font Color

.myTextColor { color: #C57F97; }

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

This text font color is #C57F97.


Background Color

.myBgColor { background-color: #C57F97; }

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

This div background color is #C57F97.


Border color

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

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

This div border color is #C57F97.


Opacity

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

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

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

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

This text has shadow with #C57F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57F97 on black background.


Color preview on white background

This text has color #C57F97 on white background.



Black color preview on #C57F97 background

This text has black color on #C57F97 background.


White color preview on #C57F97 background

This text has white color on #C57F97 background.