COLOR #C57BAA

HEX: #C57BAA RGB: (197,123,170)

Color info

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

RGB color model

#C57BAA color RGB value is (197,123,170).

RGB: (197,123,170) (77%, 48%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 123 of 255 = 48%
B 170 of 255 = 67%

197
123
170

R + G + B ~ 64%. #C57BAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 123 + 170 = 490 (100%)
R 197 of 490 ~ 40.2%
G 123 of 490 ~ 25.1%
B 170 of 490 ~ 34.69'%

%40.2
%25.1
%34.69

CMYK color model

#C57BAA color CMYK value is (0,38,14,23).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 13.71%
  • key color value is 22.75%

CMYK: (0,38,14,23)
C0M38Y14K23 (0%, 38%, 14%, 23%)
(0.00 / 0.38 / 0.14 / 0.23)

CMYK percentages

%0
%37.56
%13.71
%22.75

Codes

Color #C57BAA in popluar color models

C5 7B AA
RGB 197 123 170
HSL 322° 38.95% 62.75%
HSB/HSV 322° 37.56% 77.25%
CMYK 0.00% 37.56% 13.71%
22.75%

Color #C57BAA in popluar number systems.

HEX C5 7B AA
Decimal 197 123 170
Binary 11000101 1111011 10101010
Octal 305 173 252

Shades and tints

Shades of #C57BAA

#C57BAA
(197,123,170)
#B4709B
(180,112,155)
#A3658C
(163,101,140)
#925A7D
(146,90,125)
#814F6E
(129,79,110)
#70445F
(112,68,95)
#5F3950
(95,57,80)
#4E2E41
(78,46,65)
#3D2332
(61,35,50)
#2C1823
(44,24,35)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #C57BAA

#C57BAA
(197,123,170)
#CA87B1
(202,135,177)
#CF93B8
(207,147,184)
#D49FBF
(212,159,191)
#D9ABC6
(217,171,198)
#DEB7CD
(222,183,205)
#E3C3D4
(227,195,212)
#E8CFDB
(232,207,219)
#EDDBE2
(237,219,226)
#F2E7E9
(242,231,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57BAA; }

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

This text font color is #C57BAA.

Background Color

.myBgColor { background-color: #C57BAA; }

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

This div background color is #C57BAA.

Border color

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

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

This div border color is #C57BAA.

Opacity

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

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

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

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

This text has shadow with #C57BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57BAA.

Preview

Color preview on black background

This text has color #C57BAA on black background.


Color preview on white background

This text has color #C57BAA on white background.


Black color preview on #C57BAA background

This text has black color on #C57BAA background.


White color preview on #C57BAA background

This text has white color on #C57BAA background.


Related colors

Complementary color

Complementary color for #hex is #3A8455.


I love getcolorcode.com

Triadic colors

1 #AAC57B and #7BAAC5 with #C57BAA are triadic colors.

2 #AA7BC5 and #7BC5AA with #C57BAA are triadic colors.