COLOR #C882A1

HEX: #C882A1
RGB: (200,130,161)

Color info

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

RGB color model

#C882A1 color RGB value is (200,130,161).

  • red value is 200;
  • green value is 130;
  • blue value is 161.
RGB:
(200,130,161)
(78%,51%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 130 of 255 = 51%
B 161 of 255 = 63%

200
130
161

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

Portions of RGB colors in percentages

R + G + B =
200 + 130 + 161 = 491 (100%)
R 200 of 491 ~ 40.73%
G 130 of 491 ~ 26.48%
B 161 of 491 ~ 32.79%

%40.73
%26.48
%32.79

CMYK color model

#C882A1 color CMYK value is (0,35,20,22).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 19.50%
  • key color value is 21.57%
CMYK:
(0,35,20,22)
C0M35Y20K22 
(0%,35%,20%,22%)
(0.00/0.35/0.20/0.22)	

CMYK percentages

%0
%35
%19.5
%21.57

Codes

Color #C882A1 in popluar color models

C882A1
RGB200130161
HSL333°38.89%64.71%
HSB/HSV333°35.00%78.43%
CMYK0.00%35.00%19.50%
21.57%

Color #C882A1 in popluar number systems.

HEXC882A1
Decimal200130161
Binary110010001000001010100001
Octal310202241

Shades and tints

Shades of #C882A1

#C882A1
(200,130,161)
#B67793
(182,119,147)
#A46C85
(164,108,133)
#926177
(146,97,119)
#805669
(128,86,105)
#6E4B5B
(110,75,91)
#5C404D
(92,64,77)
#4A353F
(74,53,63)
#382A31
(56,42,49)
#261F23
(38,31,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C882A1

#C882A1
(200,130,161)
#CD8DA9
(205,141,169)
#D298B1
(210,152,177)
#D7A3B9
(215,163,185)
#DCAEC1
(220,174,193)
#E1B9C9
(225,185,201)
#E6C4D1
(230,196,209)
#EBCFD9
(235,207,217)
#F0DAE1
(240,218,225)
#F5E5E9
(245,229,233)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C882A1; }

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

This text font color is #C882A1.


Background Color

.myBgColor { background-color: #C882A1; }

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

This div background color is #C882A1.


Border color

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

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

This div border color is #C882A1.


Opacity

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

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

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

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

This text has shadow with #C882A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C882A1 on black background.


Color preview on white background

This text has color #C882A1 on white background.



Black color preview on #C882A1 background

This text has black color on #C882A1 background.


White color preview on #C882A1 background

This text has white color on #C882A1 background.