COLOR #C989C0

HEX: #C989C0
RGB: (201,137,192)

Color info

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

RGB color model

#C989C0 color RGB value is (201,137,192).

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

RGB channels and saturation

R 201 of 255 = 79%
G 137 of 255 = 54%
B 192 of 255 = 75%

201
137
192

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

Portions of RGB colors in percentages

R + G + B =
201 + 137 + 192 = 530 (100%)
R 201 of 530 ~ 37.92%
G 137 of 530 ~ 25.85%
B 192 of 530 ~ 36.23%

%37.92
%25.85
%36.23

CMYK color model

#C989C0 color CMYK value is (0,32,4,21).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 4.48%
  • key color value is 21.18%
CMYK:
(0,32,4,21)
C0M32Y4K21 
(0%,32%,4%,21%)
(0.00/0.32/0.04/0.21)	

CMYK percentages

%0
%31.84
%4.48
%21.18

Codes

Color #C989C0 in popluar color models

C989C0
RGB201137192
HSL308°37.21%66.27%
HSB/HSV308°31.84%78.82%
CMYK0.00%31.84%4.48%
21.18%

Color #C989C0 in popluar number systems.

HEXC989C0
Decimal201137192
Binary110010011000100111000000
Octal311211300

Shades and tints

Shades of #C989C0

#C989C0
(201,137,192)
#B77DAF
(183,125,175)
#A5719E
(165,113,158)
#93658D
(147,101,141)
#81597C
(129,89,124)
#6F4D6B
(111,77,107)
#5D415A
(93,65,90)
#4B3549
(75,53,73)
#392938
(57,41,56)
#271D27
(39,29,39)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C989C0

#C989C0
(201,137,192)
#CD93C5
(205,147,197)
#D19DCA
(209,157,202)
#D5A7CF
(213,167,207)
#D9B1D4
(217,177,212)
#DDBBD9
(221,187,217)
#E1C5DE
(225,197,222)
#E5CFE3
(229,207,227)
#E9D9E8
(233,217,232)
#EDE3ED
(237,227,237)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C989C0; }

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

This text font color is #C989C0.


Background Color

.myBgColor { background-color: #C989C0; }

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

This div background color is #C989C0.


Border color

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

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

This div border color is #C989C0.


Opacity

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

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

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

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

This text has shadow with #C989C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C989C0 on black background.


Color preview on white background

This text has color #C989C0 on white background.



Black color preview on #C989C0 background

This text has black color on #C989C0 background.


White color preview on #C989C0 background

This text has white color on #C989C0 background.