COLOR #C881A4

HEX: #C881A4
RGB: (200,129,164)

Color info

#C881A4 contains mainly red and blue colors. Web safe color of #C881A4 is #CC9999 (or #C99).

RGB color model

#C881A4 color RGB value is (200,129,164).

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

RGB channels and saturation

R 200 of 255 = 78%
G 129 of 255 = 51%
B 164 of 255 = 64%

200
129
164

R + G + B ~ 64%. #C881A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 129 + 164 = 493 (100%)
R 200 of 493 ~ 40.57%
G 129 of 493 ~ 26.17%
B 164 of 493 ~ 33.27%

%40.57
%26.17
%33.27

CMYK color model

#C881A4 color CMYK value is (0,36,18,22).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 18.00%
  • key color value is 21.57%
CMYK:
(0,36,18,22)
C0M36Y18K22 
(0%,36%,18%,22%)
(0.00/0.36/0.18/0.22)	

CMYK percentages

%0
%35.5
%18
%21.57

Codes

Color #C881A4 in popluar color models

C881A4
RGB200129164
HSL330°39.23%64.51%
HSB/HSV330°35.50%78.43%
CMYK0.00%35.50%18.00%
21.57%

Color #C881A4 in popluar number systems.

HEXC881A4
Decimal200129164
Binary110010001000000110100100
Octal310201244

Shades and tints

Shades of #C881A4

#C881A4
(200,129,164)
#B67696
(182,118,150)
#A46B88
(164,107,136)
#92607A
(146,96,122)
#80556C
(128,85,108)
#6E4A5E
(110,74,94)
#5C3F50
(92,63,80)
#4A3442
(74,52,66)
#382934
(56,41,52)
#261E26
(38,30,38)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C881A4

#C881A4
(200,129,164)
#CD8CAC
(205,140,172)
#D297B4
(210,151,180)
#D7A2BC
(215,162,188)
#DCADC4
(220,173,196)
#E1B8CC
(225,184,204)
#E6C3D4
(230,195,212)
#EBCEDC
(235,206,220)
#F0D9E4
(240,217,228)
#F5E4EC
(245,228,236)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C881A4; }

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

This text font color is #C881A4.


Background Color

.myBgColor { background-color: #C881A4; }

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

This div background color is #C881A4.


Border color

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

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

This div border color is #C881A4.


Opacity

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

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

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

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

This text has shadow with #C881A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C881A4 on black background.


Color preview on white background

This text has color #C881A4 on white background.



Black color preview on #C881A4 background

This text has black color on #C881A4 background.


White color preview on #C881A4 background

This text has white color on #C881A4 background.