COLOR #C991BA

HEX: #C991BA RGB: (201,145,186)

Color info

#C991BA contains red, green and blue colors in about the same proportion. Web safe color of #C991BA is #CC99CC (or #C9C).

RGB color model

#C991BA color RGB value is (201,145,186).

RGB: (201,145,186) (79%, 57%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 145 of 255 = 57%
B 186 of 255 = 73%

201
145
186

R + G + B ~ 70%. #C991BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 145 + 186 = 532 (100%)
R 201 of 532 ~ 37.78%
G 145 of 532 ~ 27.26%
B 186 of 532 ~ 34.96'%

%37.78
%27.26
%34.96

CMYK color model

#C991BA color CMYK value is (0,28,7,21).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK: (0,28,7,21) C0M28Y7K21 (0%,28%,7%,21%) (0.00/0.28/0.07/0.21) 

CMYK percentages

%0
%27.86
%7.46
%21.18

Codes

Color #C991BA in popluar color models

C9 91 BA
RGB 201 145 186
HSL 316° 34.15% 67.84%
HSB/HSV 316° 27.86% 78.82%
CMYK 0.00% 27.86% 7.46%
21.18%

Color #C991BA in popluar number systems.

HEX C9 91 BA
Decimal 201 145 186
Binary 11001001 10010001 10111010
Octal 311 221 272

Shades and tints

Shades of #C991BA

#C991BA
(201,145,186)
#B784AA
(183,132,170)
#A5779A
(165,119,154)
#936A8A
(147,106,138)
#815D7A
(129,93,122)
#6F506A
(111,80,106)
#5D435A
(93,67,90)
#4B364A
(75,54,74)
#39293A
(57,41,58)
#271C2A
(39,28,42)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #C991BA

#C991BA
(201,145,186)
#CD9BC0
(205,155,192)
#D1A5C6
(209,165,198)
#D5AFCC
(213,175,204)
#D9B9D2
(217,185,210)
#DDC3D8
(221,195,216)
#E1CDDE
(225,205,222)
#E5D7E4
(229,215,228)
#E9E1EA
(233,225,234)
#EDEBF0
(237,235,240)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C991BA; }

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

This text font color is #C991BA.

Background Color

.myBgColor { background-color: #C991BA; }

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

This div background color is #C991BA.

Border color

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

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

This div border color is #C991BA.

Opacity

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

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

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

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

This text has shadow with #C991BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C991BA.

Preview

Color preview on black background

This text has color #C991BA on black background.


Color preview on white background

This text has color #C991BA on white background.


Black color preview on #C991BA background

This text has black color on #C991BA background.


White color preview on #C991BA background

This text has white color on #C991BA background.


Related colors

Complementary color

Complementary color for #hex is #366E45.


I love getcolorcode.com

Triadic colors

1 #BAC991 and #91BAC9 with #C991BA are triadic colors.

2 #BA91C9 and #91C9BA with #C991BA are triadic colors.