COLOR #C891C8

HEX: #C891C8
RGB: (200,145,200)

Color info

#C891C8 contains red, green and blue colors in about the same proportion. Web safe color of #C891C8 is #CC99CC (or #C9C).

RGB color model

#C891C8 color RGB value is (200,145,200).

  • red value is 200;
  • green value is 145;
  • blue value is 200.
RGB:
(200,145,200)
(78%,57%,78%)

RGB channels and saturation

R 200 of 255 = 78%
G 145 of 255 = 57%
B 200 of 255 = 78%

200
145
200

R + G + B ~ 71%. #C891C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 145 + 200 = 545 (100%)
R 200 of 545 ~ 36.7%
G 145 of 545 ~ 26.61%
B 200 of 545 ~ 36.7%

%36.7
%26.61
%36.7

CMYK color model

#C891C8 color CMYK value is (0,28,0,22).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(0,28,0,22)
C0M28Y0K22 
(0%,28%,0%,22%)
(0.00/0.28/0.00/0.22)	

CMYK percentages

%0
%27.5
%0
%21.57

Codes

Color #C891C8 in popluar color models

C891C8
RGB200145200
HSL300°33.33%67.65%
HSB/HSV300°27.50%78.43%
CMYK0.00%27.50%0.00%
21.57%

Color #C891C8 in popluar number systems.

HEXC891C8
Decimal200145200
Binary110010001001000111001000
Octal310221310

Shades and tints

Shades of #C891C8

#C891C8
(200,145,200)
#B684B6
(182,132,182)
#A477A4
(164,119,164)
#926A92
(146,106,146)
#805D80
(128,93,128)
#6E506E
(110,80,110)
#5C435C
(92,67,92)
#4A364A
(74,54,74)
#382938
(56,41,56)
#261C26
(38,28,38)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #C891C8

#C891C8
(200,145,200)
#CD9BCD
(205,155,205)
#D2A5D2
(210,165,210)
#D7AFD7
(215,175,215)
#DCB9DC
(220,185,220)
#E1C3E1
(225,195,225)
#E6CDE6
(230,205,230)
#EBD7EB
(235,215,235)
#F0E1F0
(240,225,240)
#F5EBF5
(245,235,245)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C891C8; }

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

This text font color is #C891C8.


Background Color

.myBgColor { background-color: #C891C8; }

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

This div background color is #C891C8.


Border color

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

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

This div border color is #C891C8.


Opacity

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

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

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

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

This text has shadow with #C891C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C891C8 on black background.


Color preview on white background

This text has color #C891C8 on white background.



Black color preview on #C891C8 background

This text has black color on #C891C8 background.


White color preview on #C891C8 background

This text has white color on #C891C8 background.