COLOR #C57BAF

HEX: #C57BAF RGB: (197,123,175)

Color info

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

RGB color model

#C57BAF color RGB value is (197,123,175).

RGB: (197,123,175) (77%, 48%, 69%)

RGB channels and saturation

R 197 of 255 = 77%
G 123 of 255 = 48%
B 175 of 255 = 69%

197
123
175

R + G + B ~ 65%. #C57BAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 123 + 175 = 495 (100%)
R 197 of 495 ~ 39.8%
G 123 of 495 ~ 24.85%
B 175 of 495 ~ 35.35'%

%39.8
%24.85
%35.35

CMYK color model

#C57BAF color CMYK value is (0,38,11,23).

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

CMYK: (0,38,11,23)
C0M38Y11K23 (0%, 38%, 11%, 23%)
(0.00 / 0.38 / 0.11 / 0.23)

CMYK percentages

%0
%37.56
%11.17
%22.75

Codes

Color #C57BAF in popluar color models

C5 7B AF
RGB 197 123 175
HSL 318° 38.95% 62.75%
HSB/HSV 318° 37.56% 77.25%
CMYK 0.00% 37.56% 11.17%
22.75%

Color #C57BAF in popluar number systems.

HEX C5 7B AF
Decimal 197 123 175
Binary 11000101 1111011 10101111
Octal 305 173 257

Shades and tints

Shades of #C57BAF

#C57BAF
(197,123,175)
#B470A0
(180,112,160)
#A36591
(163,101,145)
#925A82
(146,90,130)
#814F73
(129,79,115)
#704464
(112,68,100)
#5F3955
(95,57,85)
#4E2E46
(78,46,70)
#3D2337
(61,35,55)
#2C1828
(44,24,40)
#1B0D19
(27,13,25)
#000000
(0,0,0)

Tints of #C57BAF

#C57BAF
(197,123,175)
#CA87B6
(202,135,182)
#CF93BD
(207,147,189)
#D49FC4
(212,159,196)
#D9ABCB
(217,171,203)
#DEB7D2
(222,183,210)
#E3C3D9
(227,195,217)
#E8CFE0
(232,207,224)
#EDDBE7
(237,219,231)
#F2E7EE
(242,231,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57BAF; }

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

This text font color is #C57BAF.

Background Color

.myBgColor { background-color: #C57BAF; }

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

This div background color is #C57BAF.

Border color

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

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

This div border color is #C57BAF.

Opacity

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

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

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

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

This text has shadow with #C57BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57BAF.

Preview

Color preview on black background

This text has color #C57BAF on black background.


Color preview on white background

This text has color #C57BAF on white background.


Black color preview on #C57BAF background

This text has black color on #C57BAF background.


White color preview on #C57BAF background

This text has white color on #C57BAF background.


Related colors

Complementary color

Complementary color for #hex is #3A8450.


I love getcolorcode.com

Triadic colors

1 #AFC57B and #7BAFC5 with #C57BAF are triadic colors.

2 #AF7BC5 and #7BC5AF with #C57BAF are triadic colors.