COLOR #C39BB4

HEX: #C39BB4 RGB: (195,155,180)

Color info

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

RGB color model

#C39BB4 color RGB value is (195,155,180).

RGB: (195,155,180) (76%, 61%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 155 of 255 = 61%
B 180 of 255 = 71%

195
155
180

R + G + B ~ 69%. #C39BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 155 + 180 = 530 (100%)
R 195 of 530 ~ 36.79%
G 155 of 530 ~ 29.25%
B 180 of 530 ~ 33.96'%

%36.79
%29.25
%33.96

CMYK color model

#C39BB4 color CMYK value is (0,21,8,24).

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

CMYK: (0,21,8,24)
C0M21Y8K24 (0%, 21%, 8%, 24%)
(0.00 / 0.21 / 0.08 / 0.24)

CMYK percentages

%0
%20.51
%7.69
%23.53

Codes

Color #C39BB4 in popluar color models

C3 9B B4
RGB 195 155 180
HSL 323° 25.00% 68.63%
HSB/HSV 323° 20.51% 76.47%
CMYK 0.00% 20.51% 7.69%
23.53%

Color #C39BB4 in popluar number systems.

HEX C3 9B B4
Decimal 195 155 180
Binary 11000011 10011011 10110100
Octal 303 233 264

Shades and tints

Shades of #C39BB4

#C39BB4
(195,155,180)
#B28DA4
(178,141,164)
#A17F94
(161,127,148)
#907184
(144,113,132)
#7F6374
(127,99,116)
#6E5564
(110,85,100)
#5D4754
(93,71,84)
#4C3944
(76,57,68)
#3B2B34
(59,43,52)
#2A1D24
(42,29,36)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #C39BB4

#C39BB4
(195,155,180)
#C8A4BA
(200,164,186)
#CDADC0
(205,173,192)
#D2B6C6
(210,182,198)
#D7BFCC
(215,191,204)
#DCC8D2
(220,200,210)
#E1D1D8
(225,209,216)
#E6DADE
(230,218,222)
#EBE3E4
(235,227,228)
#F0ECEA
(240,236,234)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39BB4; }

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

This text font color is #C39BB4.

Background Color

.myBgColor { background-color: #C39BB4; }

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

This div background color is #C39BB4.

Border color

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

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

This div border color is #C39BB4.

Opacity

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

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

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

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

This text has shadow with #C39BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39BB4.

Preview

Color preview on black background

This text has color #C39BB4 on black background.


Color preview on white background

This text has color #C39BB4 on white background.


Black color preview on #C39BB4 background

This text has black color on #C39BB4 background.


White color preview on #C39BB4 background

This text has white color on #C39BB4 background.


Related colors

Complementary color

Complementary color for #hex is #3C644B.


I love getcolorcode.com

Triadic colors

1 #B4C39B and #9BB4C3 with #C39BB4 are triadic colors.

2 #B49BC3 and #9BC3B4 with #C39BB4 are triadic colors.