COLOR #C991B1

HEX: #C991B1 RGB: (201,145,177)

Color info

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

RGB color model

#C991B1 color RGB value is (201,145,177).

RGB: (201,145,177) (79%, 57%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 145 of 255 = 57%
B 177 of 255 = 69%

201
145
177

R + G + B ~ 68%. #C991B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 145 + 177 = 523 (100%)
R 201 of 523 ~ 38.43%
G 145 of 523 ~ 27.72%
B 177 of 523 ~ 33.84'%

%38.43
%27.72
%33.84

CMYK color model

#C991B1 color CMYK value is (0,28,12,21).

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

CMYK: (0,28,12,21)
C0M28Y12K21 (0%, 28%, 12%, 21%)
(0.00 / 0.28 / 0.12 / 0.21)

CMYK percentages

%0
%27.86
%11.94
%21.18

Codes

Color #C991B1 in popluar color models

C9 91 B1
RGB 201 145 177
HSL 326° 34.15% 67.84%
HSB/HSV 326° 27.86% 78.82%
CMYK 0.00% 27.86% 11.94%
21.18%

Color #C991B1 in popluar number systems.

HEX C9 91 B1
Decimal 201 145 177
Binary 11001001 10010001 10110001
Octal 311 221 261

Shades and tints

Shades of #C991B1

#C991B1
(201,145,177)
#B784A1
(183,132,161)
#A57791
(165,119,145)
#936A81
(147,106,129)
#815D71
(129,93,113)
#6F5061
(111,80,97)
#5D4351
(93,67,81)
#4B3641
(75,54,65)
#392931
(57,41,49)
#271C21
(39,28,33)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #C991B1

#C991B1
(201,145,177)
#CD9BB8
(205,155,184)
#D1A5BF
(209,165,191)
#D5AFC6
(213,175,198)
#D9B9CD
(217,185,205)
#DDC3D4
(221,195,212)
#E1CDDB
(225,205,219)
#E5D7E2
(229,215,226)
#E9E1E9
(233,225,233)
#EDEBF0
(237,235,240)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C991B1; }

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

This text font color is #C991B1.

Background Color

.myBgColor { background-color: #C991B1; }

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

This div background color is #C991B1.

Border color

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

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

This div border color is #C991B1.

Opacity

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

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

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

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

This text has shadow with #C991B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C991B1.

Preview

Color preview on black background

This text has color #C991B1 on black background.


Color preview on white background

This text has color #C991B1 on white background.


Black color preview on #C991B1 background

This text has black color on #C991B1 background.


White color preview on #C991B1 background

This text has white color on #C991B1 background.


Related colors

Complementary color

Complementary color for #hex is #366E4E.


I love getcolorcode.com

Triadic colors

1 #B1C991 and #91B1C9 with #C991B1 are triadic colors.

2 #B191C9 and #91C9B1 with #C991B1 are triadic colors.