COLOR #C589AD

HEX: #C589AD
RGB: (197,137,173)

Color info

#C589AD contains mainly red and blue colors. Web safe color of #C589AD is #CC9999 (or #C99).

RGB color model

#C589AD color RGB value is (197,137,173).

  • red value is 197;
  • green value is 137;
  • blue value is 173.
RGB:
(197,137,173)
(77%,54%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 173 of 255 = 68%

197
137
173

R + G + B ~ 66%. #C589AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 137 + 173 = 507 (100%)
R 197 of 507 ~ 38.86%
G 137 of 507 ~ 27.02%
B 173 of 507 ~ 34.12%

%38.86
%27.02
%34.12

CMYK color model

#C589AD color CMYK value is (0,30,12,23).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,30,12,23)
C0M30Y12K23 
(0%,30%,12%,23%)
(0.00/0.30/0.12/0.23)	

CMYK percentages

%0
%30.46
%12.18
%22.75

Codes

Color #C589AD in popluar color models

C589AD
RGB197137173
HSL324°34.09%65.49%
HSB/HSV324°30.46%77.25%
CMYK0.00%30.46%12.18%
22.75%

Color #C589AD in popluar number systems.

HEXC589AD
Decimal197137173
Binary110001011000100110101101
Octal305211255

Shades and tints

Shades of #C589AD

#C589AD
(197,137,173)
#B47D9E
(180,125,158)
#A3718F
(163,113,143)
#926580
(146,101,128)
#815971
(129,89,113)
#704D62
(112,77,98)
#5F4153
(95,65,83)
#4E3544
(78,53,68)
#3D2935
(61,41,53)
#2C1D26
(44,29,38)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #C589AD

#C589AD
(197,137,173)
#CA93B4
(202,147,180)
#CF9DBB
(207,157,187)
#D4A7C2
(212,167,194)
#D9B1C9
(217,177,201)
#DEBBD0
(222,187,208)
#E3C5D7
(227,197,215)
#E8CFDE
(232,207,222)
#EDD9E5
(237,217,229)
#F2E3EC
(242,227,236)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C589AD; }

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

This text font color is #C589AD.


Background Color

.myBgColor { background-color: #C589AD; }

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

This div background color is #C589AD.


Border color

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

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

This div border color is #C589AD.


Opacity

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

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

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

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

This text has shadow with #C589AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C589AD on black background.


Color preview on white background

This text has color #C589AD on white background.



Black color preview on #C589AD background

This text has black color on #C589AD background.


White color preview on #C589AD background

This text has white color on #C589AD background.