COLOR #C39FB2

HEX: #C39FB2 RGB: (195,159,178)

Color info

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

RGB color model

#C39FB2 color RGB value is (195,159,178).

RGB: (195,159,178) (76%, 62%, 70%)

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 178 of 255 = 70%

195
159
178

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

Portions of RGB colors in percentages

R + G + B = 195 + 159 + 178 = 532 (100%)
R 195 of 532 ~ 36.65%
G 159 of 532 ~ 29.89%
B 178 of 532 ~ 33.46'%

%36.65
%29.89
%33.46

CMYK color model

#C39FB2 color CMYK value is (0,18,9,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 8.72%
  • key color value is 23.53%

CMYK: (0,18,9,24)
C0M18Y9K24 (0%, 18%, 9%, 24%)
(0.00 / 0.18 / 0.09 / 0.24)

CMYK percentages

%0
%18.46
%8.72
%23.53

Codes

Color #C39FB2 in popluar color models

C3 9F B2
RGB 195 159 178
HSL 328° 23.08% 69.41%
HSB/HSV 328° 18.46% 76.47%
CMYK 0.00% 18.46% 8.72%
23.53%

Color #C39FB2 in popluar number systems.

HEX C3 9F B2
Decimal 195 159 178
Binary 11000011 10011111 10110010
Octal 303 237 262

Shades and tints

Shades of #C39FB2

#C39FB2
(195,159,178)
#B291A2
(178,145,162)
#A18392
(161,131,146)
#907582
(144,117,130)
#7F6772
(127,103,114)
#6E5962
(110,89,98)
#5D4B52
(93,75,82)
#4C3D42
(76,61,66)
#3B2F32
(59,47,50)
#2A2122
(42,33,34)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #C39FB2

#C39FB2
(195,159,178)
#C8A7B9
(200,167,185)
#CDAFC0
(205,175,192)
#D2B7C7
(210,183,199)
#D7BFCE
(215,191,206)
#DCC7D5
(220,199,213)
#E1CFDC
(225,207,220)
#E6D7E3
(230,215,227)
#EBDFEA
(235,223,234)
#F0E7F1
(240,231,241)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39FB2 color. Also use rgb(195,159,178) instead hex code.

Text Font Color

.myTextColor { color: #C39FB2; }

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

This text font color is #C39FB2.

Background Color

.myBgColor { background-color: #C39FB2; }

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

This div background color is #C39FB2.

Border color

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

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

This div border color is #C39FB2.

Opacity

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

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

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

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

This text has shadow with #C39FB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39FB2.

Preview

Color preview on black background

This text has color #C39FB2 on black background.


Color preview on white background

This text has color #C39FB2 on white background.


Black color preview on #C39FB2 background

This text has black color on #C39FB2 background.


White color preview on #C39FB2 background

This text has white color on #C39FB2 background.


Related colors

Complementary color

Complementary color for #hex is #3C604D.


I love getcolorcode.com

Triadic colors

1 #B2C39F and #9FB2C3 with #C39FB2 are triadic colors.

2 #B29FC3 and #9FC3B2 with #C39FB2 are triadic colors.