COLOR #C3789B

HEX: #C3789B RGB: (195,120,155)

Color info

#C3789B contains mainly red and blue colors. Web safe color of #C3789B is #CC6699 (or #C69).

RGB color model

#C3789B color RGB value is (195,120,155).

RGB: (195,120,155) (76%, 47%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 120 of 255 = 47%
B 155 of 255 = 61%

195
120
155

R + G + B ~ 61%. #C3789B is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 120 + 155 = 470 (100%)
R 195 of 470 ~ 41.49%
G 120 of 470 ~ 25.53%
B 155 of 470 ~ 32.98'%

%41.49
%25.53
%32.98

CMYK color model

#C3789B color CMYK value is (0,38,21,24).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 20.51%
  • key color value is 23.53%

CMYK: (0,38,21,24)
C0M38Y21K24 (0%, 38%, 21%, 24%)
(0.00 / 0.38 / 0.21 / 0.24)

CMYK percentages

%0
%38.46
%20.51
%23.53

Codes

Color #C3789B in popluar color models

C3 78 9B
RGB 195 120 155
HSL 332° 38.46% 61.76%
HSB/HSV 332° 38.46% 76.47%
CMYK 0.00% 38.46% 20.51%
23.53%

Color #C3789B in popluar number systems.

HEX C3 78 9B
Decimal 195 120 155
Binary 11000011 1111000 10011011
Octal 303 170 233

Shades and tints

Shades of #C3789B

#C3789B
(195,120,155)
#B26E8D
(178,110,141)
#A1647F
(161,100,127)
#905A71
(144,90,113)
#7F5063
(127,80,99)
#6E4655
(110,70,85)
#5D3C47
(93,60,71)
#4C3239
(76,50,57)
#3B282B
(59,40,43)
#2A1E1D
(42,30,29)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #C3789B

#C3789B
(195,120,155)
#C884A4
(200,132,164)
#CD90AD
(205,144,173)
#D29CB6
(210,156,182)
#D7A8BF
(215,168,191)
#DCB4C8
(220,180,200)
#E1C0D1
(225,192,209)
#E6CCDA
(230,204,218)
#EBD8E3
(235,216,227)
#F0E4EC
(240,228,236)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3789B color. Also use rgb(195,120,155) instead hex code.

Text Font Color

.myTextColor { color: #C3789B; }

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

This text font color is #C3789B.

Background Color

.myBgColor { background-color: #C3789B; }

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

This div background color is #C3789B.

Border color

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

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

This div border color is #C3789B.

Opacity

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

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

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

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

This text has shadow with #C3789B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3789B.

Preview

Color preview on black background

This text has color #C3789B on black background.


Color preview on white background

This text has color #C3789B on white background.


Black color preview on #C3789B background

This text has black color on #C3789B background.


White color preview on #C3789B background

This text has white color on #C3789B background.


Related colors

Complementary color

Complementary color for #hex is #3C8764.


I love getcolorcode.com

Triadic colors

1 #9BC378 and #789BC3 with #C3789B are triadic colors.

2 #9B78C3 and #78C39B with #C3789B are triadic colors.