COLOR #C889C5

HEX: #C889C5
RGB: (200,137,197)

Color info

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

RGB color model

#C889C5 color RGB value is (200,137,197).

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

RGB channels and saturation

R 200 of 255 = 78%
G 137 of 255 = 54%
B 197 of 255 = 77%

200
137
197

R + G + B ~ 70%. #C889C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 137 + 197 = 534 (100%)
R 200 of 534 ~ 37.45%
G 137 of 534 ~ 25.66%
B 197 of 534 ~ 36.89%

%37.45
%25.66
%36.89

CMYK color model

#C889C5 color CMYK value is (0,32,1,22).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 1.50%
  • key color value is 21.57%
CMYK:
(0,32,1,22)
C0M32Y1K22 
(0%,32%,1%,22%)
(0.00/0.32/0.01/0.22)	

CMYK percentages

%0
%31.5
%1.5
%21.57

Codes

Color #C889C5 in popluar color models

C889C5
RGB200137197
HSL303°36.42%66.08%
HSB/HSV303°31.50%78.43%
CMYK0.00%31.50%1.50%
21.57%

Color #C889C5 in popluar number systems.

HEXC889C5
Decimal200137197
Binary110010001000100111000101
Octal310211305

Shades and tints

Shades of #C889C5

#C889C5
(200,137,197)
#B67DB4
(182,125,180)
#A471A3
(164,113,163)
#926592
(146,101,146)
#805981
(128,89,129)
#6E4D70
(110,77,112)
#5C415F
(92,65,95)
#4A354E
(74,53,78)
#38293D
(56,41,61)
#261D2C
(38,29,44)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #C889C5

#C889C5
(200,137,197)
#CD93CA
(205,147,202)
#D29DCF
(210,157,207)
#D7A7D4
(215,167,212)
#DCB1D9
(220,177,217)
#E1BBDE
(225,187,222)
#E6C5E3
(230,197,227)
#EBCFE8
(235,207,232)
#F0D9ED
(240,217,237)
#F5E3F2
(245,227,242)
#FAEDF7
(250,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C889C5; }

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

This text font color is #C889C5.


Background Color

.myBgColor { background-color: #C889C5; }

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

This div background color is #C889C5.


Border color

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

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

This div border color is #C889C5.


Opacity

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

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

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

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

This text has shadow with #C889C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C889C5 on black background.


Color preview on white background

This text has color #C889C5 on white background.



Black color preview on #C889C5 background

This text has black color on #C889C5 background.


White color preview on #C889C5 background

This text has white color on #C889C5 background.