COLOR #C5769B

HEX: #C5769B RGB: (197,118,155)

Color info

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

RGB color model

#C5769B color RGB value is (197,118,155).

RGB: (197,118,155) (77%, 46%, 61%)

RGB channels and saturation

R 197 of 255 = 77%
G 118 of 255 = 46%
B 155 of 255 = 61%

197
118
155

R + G + B ~ 61%. #C5769B is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 118 + 155 = 470 (100%)
R 197 of 470 ~ 41.91%
G 118 of 470 ~ 25.11%
B 155 of 470 ~ 32.98'%

%41.91
%25.11
%32.98

CMYK color model

#C5769B color CMYK value is (0,40,21,23).

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 21.32%
  • key color value is 22.75%

CMYK: (0,40,21,23)
C0M40Y21K23 (0%, 40%, 21%, 23%)
(0.00 / 0.40 / 0.21 / 0.23)

CMYK percentages

%0
%40.1
%21.32
%22.75

Codes

Color #C5769B in popluar color models

C5 76 9B
RGB 197 118 155
HSL 332° 40.51% 61.76%
HSB/HSV 332° 40.10% 77.25%
CMYK 0.00% 40.10% 21.32%
22.75%

Color #C5769B in popluar number systems.

HEX C5 76 9B
Decimal 197 118 155
Binary 11000101 1110110 10011011
Octal 305 166 233

Shades and tints

Shades of #C5769B

#C5769B
(197,118,155)
#B46C8D
(180,108,141)
#A3627F
(163,98,127)
#925871
(146,88,113)
#814E63
(129,78,99)
#704455
(112,68,85)
#5F3A47
(95,58,71)
#4E3039
(78,48,57)
#3D262B
(61,38,43)
#2C1C1D
(44,28,29)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #C5769B

#C5769B
(197,118,155)
#CA82A4
(202,130,164)
#CF8EAD
(207,142,173)
#D49AB6
(212,154,182)
#D9A6BF
(217,166,191)
#DEB2C8
(222,178,200)
#E3BED1
(227,190,209)
#E8CADA
(232,202,218)
#EDD6E3
(237,214,227)
#F2E2EC
(242,226,236)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5769B color. Also use rgb(197,118,155) instead hex code.

Text Font Color

.myTextColor { color: #C5769B; }

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

This text font color is #C5769B.

Background Color

.myBgColor { background-color: #C5769B; }

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

This div background color is #C5769B.

Border color

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

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

This div border color is #C5769B.

Opacity

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

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

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

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

This text has shadow with #C5769B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5769B.

Preview

Color preview on black background

This text has color #C5769B on black background.


Color preview on white background

This text has color #C5769B on white background.


Black color preview on #C5769B background

This text has black color on #C5769B background.


White color preview on #C5769B background

This text has white color on #C5769B background.


Related colors

Complementary color

Complementary color for #hex is #3A8964.


I love getcolorcode.com

Triadic colors

1 #9BC576 and #769BC5 with #C5769B are triadic colors.

2 #9B76C5 and #76C59B with #C5769B are triadic colors.