COLOR #C389BB

HEX: #C389BB RGB: (195,137,187)

Color info

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

RGB color model

#C389BB color RGB value is (195,137,187).

RGB: (195,137,187) (76%, 54%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 187 of 255 = 73%

195
137
187

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

Portions of RGB colors in percentages

R + G + B = 195 + 137 + 187 = 519 (100%)
R 195 of 519 ~ 37.57%
G 137 of 519 ~ 26.4%
B 187 of 519 ~ 36.03'%

%37.57
%26.4
%36.03

CMYK color model

#C389BB color CMYK value is (0,30,4,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 4.10%
  • key color value is 23.53%

CMYK: (0,30,4,24)
C0M30Y4K24 (0%, 30%, 4%, 24%)
(0.00 / 0.30 / 0.04 / 0.24)

CMYK percentages

%0
%29.74
%4.1
%23.53

Codes

Color #C389BB in popluar color models

C3 89 BB
RGB 195 137 187
HSL 308° 32.58% 65.10%
HSB/HSV 308° 29.74% 76.47%
CMYK 0.00% 29.74% 4.10%
23.53%

Color #C389BB in popluar number systems.

HEX C3 89 BB
Decimal 195 137 187
Binary 11000011 10001001 10111011
Octal 303 211 273

Shades and tints

Shades of #C389BB

#C389BB
(195,137,187)
#B27DAA
(178,125,170)
#A17199
(161,113,153)
#906588
(144,101,136)
#7F5977
(127,89,119)
#6E4D66
(110,77,102)
#5D4155
(93,65,85)
#4C3544
(76,53,68)
#3B2933
(59,41,51)
#2A1D22
(42,29,34)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C389BB

#C389BB
(195,137,187)
#C893C1
(200,147,193)
#CD9DC7
(205,157,199)
#D2A7CD
(210,167,205)
#D7B1D3
(215,177,211)
#DCBBD9
(220,187,217)
#E1C5DF
(225,197,223)
#E6CFE5
(230,207,229)
#EBD9EB
(235,217,235)
#F0E3F1
(240,227,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C389BB color. Also use rgb(195,137,187) instead hex code.

Text Font Color

.myTextColor { color: #C389BB; }

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

This text font color is #C389BB.

Background Color

.myBgColor { background-color: #C389BB; }

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

This div background color is #C389BB.

Border color

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

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

This div border color is #C389BB.

Opacity

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

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

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

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

This text has shadow with #C389BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C389BB.

Preview

Color preview on black background

This text has color #C389BB on black background.


Color preview on white background

This text has color #C389BB on white background.


Black color preview on #C389BB background

This text has black color on #C389BB background.


White color preview on #C389BB background

This text has white color on #C389BB background.


Related colors

Complementary color

Complementary color for #hex is #3C7644.


I love getcolorcode.com

Triadic colors

1 #BBC389 and #89BBC3 with #C389BB are triadic colors.

2 #BB89C3 and #89C3BB with #C389BB are triadic colors.