COLOR #C880A3

HEX: #C880A3
RGB: (200,128,163)

Color info

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

RGB color model

#C880A3 color RGB value is (200,128,163).

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

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 163 of 255 = 64%

200
128
163

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

Portions of RGB colors in percentages

R + G + B =
200 + 128 + 163 = 491 (100%)
R 200 of 491 ~ 40.73%
G 128 of 491 ~ 26.07%
B 163 of 491 ~ 33.2%

%40.73
%26.07
%33.2

CMYK color model

#C880A3 color CMYK value is (0,36,19,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 18.50%
  • key color value is 21.57%
CMYK:
(0,36,19,22)
C0M36Y19K22 
(0%,36%,19%,22%)
(0.00/0.36/0.19/0.22)	

CMYK percentages

%0
%36
%18.5
%21.57

Codes

Color #C880A3 in popluar color models

C880A3
RGB200128163
HSL331°39.56%64.31%
HSB/HSV331°36.00%78.43%
CMYK0.00%36.00%18.50%
21.57%

Color #C880A3 in popluar number systems.

HEXC880A3
Decimal200128163
Binary110010001000000010100011
Octal310200243

Shades and tints

Shades of #C880A3

#C880A3
(200,128,163)
#B67595
(182,117,149)
#A46A87
(164,106,135)
#925F79
(146,95,121)
#80546B
(128,84,107)
#6E495D
(110,73,93)
#5C3E4F
(92,62,79)
#4A3341
(74,51,65)
#382833
(56,40,51)
#261D25
(38,29,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #C880A3

#C880A3
(200,128,163)
#CD8BAB
(205,139,171)
#D296B3
(210,150,179)
#D7A1BB
(215,161,187)
#DCACC3
(220,172,195)
#E1B7CB
(225,183,203)
#E6C2D3
(230,194,211)
#EBCDDB
(235,205,219)
#F0D8E3
(240,216,227)
#F5E3EB
(245,227,235)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C880A3; }

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

This text font color is #C880A3.


Background Color

.myBgColor { background-color: #C880A3; }

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

This div background color is #C880A3.


Border color

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

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

This div border color is #C880A3.


Opacity

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

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

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

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

This text has shadow with #C880A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C880A3 on black background.


Color preview on white background

This text has color #C880A3 on white background.



Black color preview on #C880A3 background

This text has black color on #C880A3 background.


White color preview on #C880A3 background

This text has white color on #C880A3 background.