COLOR #C991A6

HEX: #C991A6 RGB: (201,145,166)

Color info

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

RGB color model

#C991A6 color RGB value is (201,145,166).

RGB: (201,145,166) (79%, 57%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 145 of 255 = 57%
B 166 of 255 = 65%

201
145
166

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

Portions of RGB colors in percentages

R + G + B = 201 + 145 + 166 = 512 (100%)
R 201 of 512 ~ 39.26%
G 145 of 512 ~ 28.32%
B 166 of 512 ~ 32.42'%

%39.26
%28.32
%32.42

CMYK color model

#C991A6 color CMYK value is (0,28,17,21).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 17.41%
  • key color value is 21.18%

CMYK: (0,28,17,21)
C0M28Y17K21 (0%, 28%, 17%, 21%)
(0.00 / 0.28 / 0.17 / 0.21)

CMYK percentages

%0
%27.86
%17.41
%21.18

Codes

Color #C991A6 in popluar color models

C9 91 A6
RGB 201 145 166
HSL 338° 34.15% 67.84%
HSB/HSV 338° 27.86% 78.82%
CMYK 0.00% 27.86% 17.41%
21.18%

Color #C991A6 in popluar number systems.

HEX C9 91 A6
Decimal 201 145 166
Binary 11001001 10010001 10100110
Octal 311 221 246

Shades and tints

Shades of #C991A6

#C991A6
(201,145,166)
#B78497
(183,132,151)
#A57788
(165,119,136)
#936A79
(147,106,121)
#815D6A
(129,93,106)
#6F505B
(111,80,91)
#5D434C
(93,67,76)
#4B363D
(75,54,61)
#39292E
(57,41,46)
#271C1F
(39,28,31)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #C991A6

#C991A6
(201,145,166)
#CD9BAE
(205,155,174)
#D1A5B6
(209,165,182)
#D5AFBE
(213,175,190)
#D9B9C6
(217,185,198)
#DDC3CE
(221,195,206)
#E1CDD6
(225,205,214)
#E5D7DE
(229,215,222)
#E9E1E6
(233,225,230)
#EDEBEE
(237,235,238)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C991A6; }

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

This text font color is #C991A6.

Background Color

.myBgColor { background-color: #C991A6; }

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

This div background color is #C991A6.

Border color

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

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

This div border color is #C991A6.

Opacity

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

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

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

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

This text has shadow with #C991A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C991A6.

Preview

Color preview on black background

This text has color #C991A6 on black background.


Color preview on white background

This text has color #C991A6 on white background.


Black color preview on #C991A6 background

This text has black color on #C991A6 background.


White color preview on #C991A6 background

This text has white color on #C991A6 background.


Related colors

Complementary color

Complementary color for #hex is #366E59.


I love getcolorcode.com

Triadic colors

1 #A6C991 and #91A6C9 with #C991A6 are triadic colors.

2 #A691C9 and #91C9A6 with #C991A6 are triadic colors.