COLOR #C891A4

HEX: #C891A4
RGB: (200,145,164)

Color info

#C891A4 contains red, green and blue colors in about the same proportion. Web safe color of #C891A4 is #CC9999 (or #C99).

RGB color model

#C891A4 color RGB value is (200,145,164).

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

RGB channels and saturation

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

200
145
164

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

Portions of RGB colors in percentages

R + G + B =
200 + 145 + 164 = 509 (100%)
R 200 of 509 ~ 39.29%
G 145 of 509 ~ 28.49%
B 164 of 509 ~ 32.22%

%39.29
%28.49
%32.22

CMYK color model

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

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

CMYK percentages

%0
%27.5
%18
%21.57

Codes

Color #C891A4 in popluar color models

C891A4
RGB200145164
HSL339°33.33%67.65%
HSB/HSV339°27.50%78.43%
CMYK0.00%27.50%18.00%
21.57%

Color #C891A4 in popluar number systems.

HEXC891A4
Decimal200145164
Binary110010001001000110100100
Octal310221244

Shades and tints

Shades of #C891A4

#C891A4
(200,145,164)
#B68496
(182,132,150)
#A47788
(164,119,136)
#926A7A
(146,106,122)
#805D6C
(128,93,108)
#6E505E
(110,80,94)
#5C4350
(92,67,80)
#4A3642
(74,54,66)
#382934
(56,41,52)
#261C26
(38,28,38)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #C891A4

#C891A4
(200,145,164)
#CD9BAC
(205,155,172)
#D2A5B4
(210,165,180)
#D7AFBC
(215,175,188)
#DCB9C4
(220,185,196)
#E1C3CC
(225,195,204)
#E6CDD4
(230,205,212)
#EBD7DC
(235,215,220)
#F0E1E4
(240,225,228)
#F5EBEC
(245,235,236)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C891A4; }

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

This text font color is #C891A4.


Background Color

.myBgColor { background-color: #C891A4; }

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

This div background color is #C891A4.


Border color

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

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

This div border color is #C891A4.


Opacity

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

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

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

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

This text has shadow with #C891A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C891A4 on black background.


Color preview on white background

This text has color #C891A4 on white background.



Black color preview on #C891A4 background

This text has black color on #C891A4 background.


White color preview on #C891A4 background

This text has white color on #C891A4 background.