COLOR #C891A6

HEX: #C891A6 RGB: (200,145,166)

Color info

#C891A6 contains red, green and blue colors in about the same proportion. Web safe color of #C891A6 is #CC9999 (or #C99).

RGB color model

#C891A6 color RGB value is (200,145,166).

RGB: (200,145,166) (78%, 57%, 65%)

RGB channels and saturation

R 200 of 255 = 78%
G 145 of 255 = 57%
B 166 of 255 = 65%

200
145
166

R + G + B ~ 67%. #C891A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 145 + 166 = 511 (100%)
R 200 of 511 ~ 39.14%
G 145 of 511 ~ 28.38%
B 166 of 511 ~ 32.49'%

%39.14
%28.38
%32.49

CMYK color model

#C891A6 color CMYK value is (0,28,17,22).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 17.00%
  • key color value is 21.57%

CMYK: (0,28,17,22)
C0M28Y17K22 (0%, 28%, 17%, 22%)
(0.00 / 0.28 / 0.17 / 0.22)

CMYK percentages

%0
%27.5
%17
%21.57

Codes

Color #C891A6 in popluar color models

C8 91 A6
RGB 200 145 166
HSL 337° 33.33% 67.65%
HSB/HSV 337° 27.50% 78.43%
CMYK 0.00% 27.50% 17.00%
21.57%

Color #C891A6 in popluar number systems.

HEX C8 91 A6
Decimal 200 145 166
Binary 11001000 10010001 10100110
Octal 310 221 246

Shades and tints

Shades of #C891A6

#C891A6
(200,145,166)
#B68497
(182,132,151)
#A47788
(164,119,136)
#926A79
(146,106,121)
#805D6A
(128,93,106)
#6E505B
(110,80,91)
#5C434C
(92,67,76)
#4A363D
(74,54,61)
#38292E
(56,41,46)
#261C1F
(38,28,31)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #C891A6

#C891A6
(200,145,166)
#CD9BAE
(205,155,174)
#D2A5B6
(210,165,182)
#D7AFBE
(215,175,190)
#DCB9C6
(220,185,198)
#E1C3CE
(225,195,206)
#E6CDD6
(230,205,214)
#EBD7DE
(235,215,222)
#F0E1E6
(240,225,230)
#F5EBEE
(245,235,238)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C891A6; }

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

This text font color is #C891A6.

Background Color

.myBgColor { background-color: #C891A6; }

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

This div background color is #C891A6.

Border color

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

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

This div border color is #C891A6.

Opacity

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

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

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

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

This text has shadow with #C891A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C891A6.

Preview

Color preview on black background

This text has color #C891A6 on black background.


Color preview on white background

This text has color #C891A6 on white background.


Black color preview on #C891A6 background

This text has black color on #C891A6 background.


White color preview on #C891A6 background

This text has white color on #C891A6 background.


Related colors

Complementary color

Complementary color for #hex is #376E59.


I love getcolorcode.com

Triadic colors

1 #A6C891 and #91A6C8 with #C891A6 are triadic colors.

2 #A691C8 and #91C8A6 with #C891A6 are triadic colors.