COLOR #C57BA2

HEX: #C57BA2 RGB: (197,123,162)

Color info

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

RGB color model

#C57BA2 color RGB value is (197,123,162).

RGB: (197,123,162) (77%, 48%, 64%)

RGB channels and saturation

R 197 of 255 = 77%
G 123 of 255 = 48%
B 162 of 255 = 64%

197
123
162

R + G + B ~ 63%. #C57BA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 123 + 162 = 482 (100%)
R 197 of 482 ~ 40.87%
G 123 of 482 ~ 25.52%
B 162 of 482 ~ 33.61'%

%40.87
%25.52
%33.61

CMYK color model

#C57BA2 color CMYK value is (0,38,18,23).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 17.77%
  • key color value is 22.75%
CMYK: (0,38,18,23) C0M38Y18K23 (0%,38%,18%,23%) (0.00/0.38/0.18/0.23) 

CMYK percentages

%0
%37.56
%17.77
%22.75

Codes

Color #C57BA2 in popluar color models

C5 7B A2
RGB 197 123 162
HSL 328° 38.95% 62.75%
HSB/HSV 328° 37.56% 77.25%
CMYK 0.00% 37.56% 17.77%
22.75%

Color #C57BA2 in popluar number systems.

HEX C5 7B A2
Decimal 197 123 162
Binary 11000101 1111011 10100010
Octal 305 173 242

Shades and tints

Shades of #C57BA2

#C57BA2
(197,123,162)
#B47094
(180,112,148)
#A36586
(163,101,134)
#925A78
(146,90,120)
#814F6A
(129,79,106)
#70445C
(112,68,92)
#5F394E
(95,57,78)
#4E2E40
(78,46,64)
#3D2332
(61,35,50)
#2C1824
(44,24,36)
#1B0D16
(27,13,22)
#000000
(0,0,0)

Tints of #C57BA2

#C57BA2
(197,123,162)
#CA87AA
(202,135,170)
#CF93B2
(207,147,178)
#D49FBA
(212,159,186)
#D9ABC2
(217,171,194)
#DEB7CA
(222,183,202)
#E3C3D2
(227,195,210)
#E8CFDA
(232,207,218)
#EDDBE2
(237,219,226)
#F2E7EA
(242,231,234)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57BA2 color. Also use rgb(197,123,162) instead hex code.

Text Font Color

.myTextColor { color: #C57BA2; }

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

This text font color is #C57BA2.

Background Color

.myBgColor { background-color: #C57BA2; }

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

This div background color is #C57BA2.

Border color

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

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

This div border color is #C57BA2.

Opacity

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

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

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

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

This text has shadow with #C57BA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57BA2.

Preview

Color preview on black background

This text has color #C57BA2 on black background.


Color preview on white background

This text has color #C57BA2 on white background.


Black color preview on #C57BA2 background

This text has black color on #C57BA2 background.


White color preview on #C57BA2 background

This text has white color on #C57BA2 background.


Related colors

Complementary color

Complementary color for #hex is #3A845D.


I love getcolorcode.com

Triadic colors

1 #A2C57B and #7BA2C5 with #C57BA2 are triadic colors.

2 #A27BC5 and #7BC5A2 with #C57BA2 are triadic colors.