COLOR #C885A9

HEX: #C885A9 RGB: (200,133,169)

Color info

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

RGB color model

#C885A9 color RGB value is (200,133,169).

RGB: (200,133,169) (78%, 52%, 66%)

RGB channels and saturation

R 200 of 255 = 78%
G 133 of 255 = 52%
B 169 of 255 = 66%

200
133
169

R + G + B ~ 65%. #C885A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 133 + 169 = 502 (100%)
R 200 of 502 ~ 39.84%
G 133 of 502 ~ 26.49%
B 169 of 502 ~ 33.67'%

%39.84
%26.49
%33.67

CMYK color model

#C885A9 color CMYK value is (0,34,16,22).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 15.50%
  • key color value is 21.57%

CMYK: (0,34,16,22)
C0M34Y16K22 (0%, 34%, 16%, 22%)
(0.00 / 0.34 / 0.16 / 0.22)

CMYK percentages

%0
%33.5
%15.5
%21.57

Codes

Color #C885A9 in popluar color models

C8 85 A9
RGB 200 133 169
HSL 328° 37.85% 65.29%
HSB/HSV 328° 33.50% 78.43%
CMYK 0.00% 33.50% 15.50%
21.57%

Color #C885A9 in popluar number systems.

HEX C8 85 A9
Decimal 200 133 169
Binary 11001000 10000101 10101001
Octal 310 205 251

Shades and tints

Shades of #C885A9

#C885A9
(200,133,169)
#B6799A
(182,121,154)
#A46D8B
(164,109,139)
#92617C
(146,97,124)
#80556D
(128,85,109)
#6E495E
(110,73,94)
#5C3D4F
(92,61,79)
#4A3140
(74,49,64)
#382531
(56,37,49)
#261922
(38,25,34)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #C885A9

#C885A9
(200,133,169)
#CD90B0
(205,144,176)
#D29BB7
(210,155,183)
#D7A6BE
(215,166,190)
#DCB1C5
(220,177,197)
#E1BCCC
(225,188,204)
#E6C7D3
(230,199,211)
#EBD2DA
(235,210,218)
#F0DDE1
(240,221,225)
#F5E8E8
(245,232,232)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C885A9 color. Also use rgb(200,133,169) instead hex code.

Text Font Color

.myTextColor { color: #C885A9; }

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

This text font color is #C885A9.

Background Color

.myBgColor { background-color: #C885A9; }

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

This div background color is #C885A9.

Border color

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

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

This div border color is #C885A9.

Opacity

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

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

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

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

This text has shadow with #C885A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C885A9.

Preview

Color preview on black background

This text has color #C885A9 on black background.


Color preview on white background

This text has color #C885A9 on white background.


Black color preview on #C885A9 background

This text has black color on #C885A9 background.


White color preview on #C885A9 background

This text has white color on #C885A9 background.


Related colors

Complementary color

Complementary color for #hex is #377A56.


I love getcolorcode.com

Triadic colors

1 #A9C885 and #85A9C8 with #C885A9 are triadic colors.

2 #A985C8 and #85C8A9 with #C885A9 are triadic colors.