COLOR #C39CB8

HEX: #C39CB8 RGB: (195,156,184)

Color info

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

RGB color model

#C39CB8 color RGB value is (195,156,184).

RGB: (195,156,184) (76%, 61%, 72%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 184 of 255 = 72%

195
156
184

R + G + B ~ 70%. #C39CB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 156 + 184 = 535 (100%)
R 195 of 535 ~ 36.45%
G 156 of 535 ~ 29.16%
B 184 of 535 ~ 34.39'%

%36.45
%29.16
%34.39

CMYK color model

#C39CB8 color CMYK value is (0,20,6,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 5.64%
  • key color value is 23.53%

CMYK: (0,20,6,24)
C0M20Y6K24 (0%, 20%, 6%, 24%)
(0.00 / 0.20 / 0.06 / 0.24)

CMYK percentages

%0
%20
%5.64
%23.53

Codes

Color #C39CB8 in popluar color models

C3 9C B8
RGB 195 156 184
HSL 317° 24.53% 68.82%
HSB/HSV 317° 20.00% 76.47%
CMYK 0.00% 20.00% 5.64%
23.53%

Color #C39CB8 in popluar number systems.

HEX C3 9C B8
Decimal 195 156 184
Binary 11000011 10011100 10111000
Octal 303 234 270

Shades and tints

Shades of #C39CB8

#C39CB8
(195,156,184)
#B28EA8
(178,142,168)
#A18098
(161,128,152)
#907288
(144,114,136)
#7F6478
(127,100,120)
#6E5668
(110,86,104)
#5D4858
(93,72,88)
#4C3A48
(76,58,72)
#3B2C38
(59,44,56)
#2A1E28
(42,30,40)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #C39CB8

#C39CB8
(195,156,184)
#C8A5BE
(200,165,190)
#CDAEC4
(205,174,196)
#D2B7CA
(210,183,202)
#D7C0D0
(215,192,208)
#DCC9D6
(220,201,214)
#E1D2DC
(225,210,220)
#E6DBE2
(230,219,226)
#EBE4E8
(235,228,232)
#F0EDEE
(240,237,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39CB8 color. Also use rgb(195,156,184) instead hex code.

Text Font Color

.myTextColor { color: #C39CB8; }

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

This text font color is #C39CB8.

Background Color

.myBgColor { background-color: #C39CB8; }

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

This div background color is #C39CB8.

Border color

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

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

This div border color is #C39CB8.

Opacity

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

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

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

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

This text has shadow with #C39CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39CB8.

Preview

Color preview on black background

This text has color #C39CB8 on black background.


Color preview on white background

This text has color #C39CB8 on white background.


Black color preview on #C39CB8 background

This text has black color on #C39CB8 background.


White color preview on #C39CB8 background

This text has white color on #C39CB8 background.


Related colors

Complementary color

Complementary color for #hex is #3C6347.


I love getcolorcode.com

Triadic colors

1 #B8C39C and #9CB8C3 with #C39CB8 are triadic colors.

2 #B89CC3 and #9CC3B8 with #C39CB8 are triadic colors.