COLOR #C893B1

HEX: #C893B1 RGB: (200,147,177)

Color info

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

RGB color model

#C893B1 color RGB value is (200,147,177).

RGB: (200,147,177) (78%, 58%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 147 of 255 = 58%
B 177 of 255 = 69%

200
147
177

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

Portions of RGB colors in percentages

R + G + B = 200 + 147 + 177 = 524 (100%)
R 200 of 524 ~ 38.17%
G 147 of 524 ~ 28.05%
B 177 of 524 ~ 33.78'%

%38.17
%28.05
%33.78

CMYK color model

#C893B1 color CMYK value is (0,27,12,22).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 11.50%
  • key color value is 21.57%

CMYK: (0,27,12,22)
C0M27Y12K22 (0%, 27%, 12%, 22%)
(0.00 / 0.27 / 0.12 / 0.22)

CMYK percentages

%0
%26.5
%11.5
%21.57

Codes

Color #C893B1 in popluar color models

C8 93 B1
RGB 200 147 177
HSL 326° 32.52% 68.04%
HSB/HSV 326° 26.50% 78.43%
CMYK 0.00% 26.50% 11.50%
21.57%

Color #C893B1 in popluar number systems.

HEX C8 93 B1
Decimal 200 147 177
Binary 11001000 10010011 10110001
Octal 310 223 261

Shades and tints

Shades of #C893B1

#C893B1
(200,147,177)
#B686A1
(182,134,161)
#A47991
(164,121,145)
#926C81
(146,108,129)
#805F71
(128,95,113)
#6E5261
(110,82,97)
#5C4551
(92,69,81)
#4A3841
(74,56,65)
#382B31
(56,43,49)
#261E21
(38,30,33)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C893B1

#C893B1
(200,147,177)
#CD9CB8
(205,156,184)
#D2A5BF
(210,165,191)
#D7AEC6
(215,174,198)
#DCB7CD
(220,183,205)
#E1C0D4
(225,192,212)
#E6C9DB
(230,201,219)
#EBD2E2
(235,210,226)
#F0DBE9
(240,219,233)
#F5E4F0
(245,228,240)
#FAEDF7
(250,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C893B1 color. Also use rgb(200,147,177) instead hex code.

Text Font Color

.myTextColor { color: #C893B1; }

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

This text font color is #C893B1.

Background Color

.myBgColor { background-color: #C893B1; }

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

This div background color is #C893B1.

Border color

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

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

This div border color is #C893B1.

Opacity

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

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

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

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

This text has shadow with #C893B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C893B1.

Preview

Color preview on black background

This text has color #C893B1 on black background.


Color preview on white background

This text has color #C893B1 on white background.


Black color preview on #C893B1 background

This text has black color on #C893B1 background.


White color preview on #C893B1 background

This text has white color on #C893B1 background.


Related colors

Complementary color

Complementary color for #hex is #376C4E.


I love getcolorcode.com

Triadic colors

1 #B1C893 and #93B1C8 with #C893B1 are triadic colors.

2 #B193C8 and #93C8B1 with #C893B1 are triadic colors.