COLOR #C589C0

HEX: #C589C0
RGB: (197,137,192)

Color info

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

RGB color model

#C589C0 color RGB value is (197,137,192).

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

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 192 of 255 = 75%

197
137
192

R + G + B ~ 69%. #C589C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 137 + 192 = 526 (100%)
R 197 of 526 ~ 37.45%
G 137 of 526 ~ 26.05%
B 192 of 526 ~ 36.5%

%37.45
%26.05
%36.5

CMYK color model

#C589C0 color CMYK value is (0,30,3,23).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 2.54%
  • key color value is 22.75%
CMYK:
(0,30,3,23)
C0M30Y3K23 
(0%,30%,3%,23%)
(0.00/0.30/0.03/0.23)	

CMYK percentages

%0
%30.46
%2.54
%22.75

Codes

Color #C589C0 in popluar color models

C589C0
RGB197137192
HSL305°34.09%65.49%
HSB/HSV305°30.46%77.25%
CMYK0.00%30.46%2.54%
22.75%

Color #C589C0 in popluar number systems.

HEXC589C0
Decimal197137192
Binary110001011000100111000000
Octal305211300

Shades and tints

Shades of #C589C0

#C589C0
(197,137,192)
#B47DAF
(180,125,175)
#A3719E
(163,113,158)
#92658D
(146,101,141)
#81597C
(129,89,124)
#704D6B
(112,77,107)
#5F415A
(95,65,90)
#4E3549
(78,53,73)
#3D2938
(61,41,56)
#2C1D27
(44,29,39)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #C589C0

#C589C0
(197,137,192)
#CA93C5
(202,147,197)
#CF9DCA
(207,157,202)
#D4A7CF
(212,167,207)
#D9B1D4
(217,177,212)
#DEBBD9
(222,187,217)
#E3C5DE
(227,197,222)
#E8CFE3
(232,207,227)
#EDD9E8
(237,217,232)
#F2E3ED
(242,227,237)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C589C0; }

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

This text font color is #C589C0.


Background Color

.myBgColor { background-color: #C589C0; }

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

This div background color is #C589C0.


Border color

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

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

This div border color is #C589C0.


Opacity

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

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

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

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

This text has shadow with #C589C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C589C0 on black background.


Color preview on white background

This text has color #C589C0 on white background.



Black color preview on #C589C0 background

This text has black color on #C589C0 background.


White color preview on #C589C0 background

This text has white color on #C589C0 background.