COLOR #C880A6

HEX: #C880A6
RGB: (200,128,166)

Color info

#C880A6 contains mainly red and blue colors. Web safe color of #C880A6 is #CC6699 (or #C69).

RGB color model

#C880A6 color RGB value is (200,128,166).

  • red value is 200;
  • green value is 128;
  • blue value is 166.
RGB:
(200,128,166)
(78%,50%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 166 of 255 = 65%

200
128
166

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

Portions of RGB colors in percentages

R + G + B =
200 + 128 + 166 = 494 (100%)
R 200 of 494 ~ 40.49%
G 128 of 494 ~ 25.91%
B 166 of 494 ~ 33.6%

%40.49
%25.91
%33.6

CMYK color model

#C880A6 color CMYK value is (0,36,17,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 17.00%
  • key color value is 21.57%
CMYK:
(0,36,17,22)
C0M36Y17K22 
(0%,36%,17%,22%)
(0.00/0.36/0.17/0.22)	

CMYK percentages

%0
%36
%17
%21.57

Codes

Color #C880A6 in popluar color models

C880A6
RGB200128166
HSL328°39.56%64.31%
HSB/HSV328°36.00%78.43%
CMYK0.00%36.00%17.00%
21.57%

Color #C880A6 in popluar number systems.

HEXC880A6
Decimal200128166
Binary110010001000000010100110
Octal310200246

Shades and tints

Shades of #C880A6

#C880A6
(200,128,166)
#B67597
(182,117,151)
#A46A88
(164,106,136)
#925F79
(146,95,121)
#80546A
(128,84,106)
#6E495B
(110,73,91)
#5C3E4C
(92,62,76)
#4A333D
(74,51,61)
#38282E
(56,40,46)
#261D1F
(38,29,31)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #C880A6

#C880A6
(200,128,166)
#CD8BAE
(205,139,174)
#D296B6
(210,150,182)
#D7A1BE
(215,161,190)
#DCACC6
(220,172,198)
#E1B7CE
(225,183,206)
#E6C2D6
(230,194,214)
#EBCDDE
(235,205,222)
#F0D8E6
(240,216,230)
#F5E3EE
(245,227,238)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C880A6; }

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

This text font color is #C880A6.


Background Color

.myBgColor { background-color: #C880A6; }

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

This div background color is #C880A6.


Border color

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

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

This div border color is #C880A6.


Opacity

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

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

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

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

This text has shadow with #C880A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C880A6 on black background.


Color preview on white background

This text has color #C880A6 on white background.



Black color preview on #C880A6 background

This text has black color on #C880A6 background.


White color preview on #C880A6 background

This text has white color on #C880A6 background.