COLOR #C589B8

HEX: #C589B8 RGB: (197,137,184)

Color info

#C589B8 contains mainly red and blue colors. Web safe color of #C589B8 is #CC99CC (or #C9C).

RGB color model

#C589B8 color RGB value is (197,137,184).

RGB: (197,137,184) (77%, 54%, 72%)

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 184 of 255 = 72%

197
137
184

R + G + B ~ 68%. #C589B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 137 + 184 = 518 (100%)
R 197 of 518 ~ 38.03%
G 137 of 518 ~ 26.45%
B 184 of 518 ~ 35.52'%

%38.03
%26.45
%35.52

CMYK color model

#C589B8 color CMYK value is (0,30,7,23).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 6.60%
  • key color value is 22.75%

CMYK: (0,30,7,23)
C0M30Y7K23 (0%, 30%, 7%, 23%)
(0.00 / 0.30 / 0.07 / 0.23)

CMYK percentages

%0
%30.46
%6.6
%22.75

Codes

Color #C589B8 in popluar color models

C5 89 B8
RGB 197 137 184
HSL 313° 34.09% 65.49%
HSB/HSV 313° 30.46% 77.25%
CMYK 0.00% 30.46% 6.60%
22.75%

Color #C589B8 in popluar number systems.

HEX C5 89 B8
Decimal 197 137 184
Binary 11000101 10001001 10111000
Octal 305 211 270

Shades and tints

Shades of #C589B8

#C589B8
(197,137,184)
#B47DA8
(180,125,168)
#A37198
(163,113,152)
#926588
(146,101,136)
#815978
(129,89,120)
#704D68
(112,77,104)
#5F4158
(95,65,88)
#4E3548
(78,53,72)
#3D2938
(61,41,56)
#2C1D28
(44,29,40)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C589B8

#C589B8
(197,137,184)
#CA93BE
(202,147,190)
#CF9DC4
(207,157,196)
#D4A7CA
(212,167,202)
#D9B1D0
(217,177,208)
#DEBBD6
(222,187,214)
#E3C5DC
(227,197,220)
#E8CFE2
(232,207,226)
#EDD9E8
(237,217,232)
#F2E3EE
(242,227,238)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C589B8 color. Also use rgb(197,137,184) instead hex code.

Text Font Color

.myTextColor { color: #C589B8; }

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

This text font color is #C589B8.

Background Color

.myBgColor { background-color: #C589B8; }

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

This div background color is #C589B8.

Border color

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

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

This div border color is #C589B8.

Opacity

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

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

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

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

This text has shadow with #C589B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C589B8.

Preview

Color preview on black background

This text has color #C589B8 on black background.


Color preview on white background

This text has color #C589B8 on white background.


Black color preview on #C589B8 background

This text has black color on #C589B8 background.


White color preview on #C589B8 background

This text has white color on #C589B8 background.


Related colors

Complementary color

Complementary color for #hex is #3A7647.


I love getcolorcode.com

Triadic colors

1 #B8C589 and #89B8C5 with #C589B8 are triadic colors.

2 #B889C5 and #89C5B8 with #C589B8 are triadic colors.