COLOR #C891B2

HEX: #C891B2 RGB: (200,145,178)

Color info

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

RGB color model

#C891B2 color RGB value is (200,145,178).

RGB: (200,145,178) (78%, 57%, 70%)

RGB channels and saturation

R 200 of 255 = 78%
G 145 of 255 = 57%
B 178 of 255 = 70%

200
145
178

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

Portions of RGB colors in percentages

R + G + B = 200 + 145 + 178 = 523 (100%)
R 200 of 523 ~ 38.24%
G 145 of 523 ~ 27.72%
B 178 of 523 ~ 34.03'%

%38.24
%27.72
%34.03

CMYK color model

#C891B2 color CMYK value is (0,28,11,22).

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

CMYK: (0,28,11,22)
C0M28Y11K22 (0%, 28%, 11%, 22%)
(0.00 / 0.28 / 0.11 / 0.22)

CMYK percentages

%0
%27.5
%11
%21.57

Codes

Color #C891B2 in popluar color models

C8 91 B2
RGB 200 145 178
HSL 324° 33.33% 67.65%
HSB/HSV 324° 27.50% 78.43%
CMYK 0.00% 27.50% 11.00%
21.57%

Color #C891B2 in popluar number systems.

HEX C8 91 B2
Decimal 200 145 178
Binary 11001000 10010001 10110010
Octal 310 221 262

Shades and tints

Shades of #C891B2

#C891B2
(200,145,178)
#B684A2
(182,132,162)
#A47792
(164,119,146)
#926A82
(146,106,130)
#805D72
(128,93,114)
#6E5062
(110,80,98)
#5C4352
(92,67,82)
#4A3642
(74,54,66)
#382932
(56,41,50)
#261C22
(38,28,34)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #C891B2

#C891B2
(200,145,178)
#CD9BB9
(205,155,185)
#D2A5C0
(210,165,192)
#D7AFC7
(215,175,199)
#DCB9CE
(220,185,206)
#E1C3D5
(225,195,213)
#E6CDDC
(230,205,220)
#EBD7E3
(235,215,227)
#F0E1EA
(240,225,234)
#F5EBF1
(245,235,241)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C891B2; }

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

This text font color is #C891B2.

Background Color

.myBgColor { background-color: #C891B2; }

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

This div background color is #C891B2.

Border color

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

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

This div border color is #C891B2.

Opacity

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

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

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

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

This text has shadow with #C891B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C891B2.

Preview

Color preview on black background

This text has color #C891B2 on black background.


Color preview on white background

This text has color #C891B2 on white background.


Black color preview on #C891B2 background

This text has black color on #C891B2 background.


White color preview on #C891B2 background

This text has white color on #C891B2 background.


Related colors

Complementary color

Complementary color for #hex is #376E4D.


I love getcolorcode.com

Triadic colors

1 #B2C891 and #91B2C8 with #C891B2 are triadic colors.

2 #B291C8 and #91C8B2 with #C891B2 are triadic colors.