COLOR #C891AB

HEX: #C891AB RGB: (200,145,171)

Color info

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

RGB color model

#C891AB color RGB value is (200,145,171).

RGB: (200,145,171) (78%, 57%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 145 of 255 = 57%
B 171 of 255 = 67%

200
145
171

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

Portions of RGB colors in percentages

R + G + B = 200 + 145 + 171 = 516 (100%)
R 200 of 516 ~ 38.76%
G 145 of 516 ~ 28.1%
B 171 of 516 ~ 33.14'%

%38.76
%28.1
%33.14

CMYK color model

#C891AB color CMYK value is (0,28,15,22).

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

CMYK: (0,28,15,22)
C0M28Y15K22 (0%, 28%, 15%, 22%)
(0.00 / 0.28 / 0.15 / 0.22)

CMYK percentages

%0
%27.5
%14.5
%21.57

Codes

Color #C891AB in popluar color models

C8 91 AB
RGB 200 145 171
HSL 332° 33.33% 67.65%
HSB/HSV 332° 27.50% 78.43%
CMYK 0.00% 27.50% 14.50%
21.57%

Color #C891AB in popluar number systems.

HEX C8 91 AB
Decimal 200 145 171
Binary 11001000 10010001 10101011
Octal 310 221 253

Shades and tints

Shades of #C891AB

#C891AB
(200,145,171)
#B6849C
(182,132,156)
#A4778D
(164,119,141)
#926A7E
(146,106,126)
#805D6F
(128,93,111)
#6E5060
(110,80,96)
#5C4351
(92,67,81)
#4A3642
(74,54,66)
#382933
(56,41,51)
#261C24
(38,28,36)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #C891AB

#C891AB
(200,145,171)
#CD9BB2
(205,155,178)
#D2A5B9
(210,165,185)
#D7AFC0
(215,175,192)
#DCB9C7
(220,185,199)
#E1C3CE
(225,195,206)
#E6CDD5
(230,205,213)
#EBD7DC
(235,215,220)
#F0E1E3
(240,225,227)
#F5EBEA
(245,235,234)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C891AB; }

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

This text font color is #C891AB.

Background Color

.myBgColor { background-color: #C891AB; }

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

This div background color is #C891AB.

Border color

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

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

This div border color is #C891AB.

Opacity

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

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

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

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

This text has shadow with #C891AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C891AB.

Preview

Color preview on black background

This text has color #C891AB on black background.


Color preview on white background

This text has color #C891AB on white background.


Black color preview on #C891AB background

This text has black color on #C891AB background.


White color preview on #C891AB background

This text has white color on #C891AB background.


Related colors

Complementary color

Complementary color for #hex is #376E54.


I love getcolorcode.com

Triadic colors

1 #ABC891 and #91ABC8 with #C891AB are triadic colors.

2 #AB91C8 and #91C8AB with #C891AB are triadic colors.