COLOR #C3959C

HEX: #C3959C RGB: (195,149,156)

Color info

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

RGB color model

#C3959C color RGB value is (195,149,156).

RGB: (195,149,156) (76%, 58%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 156 of 255 = 61%

195
149
156

R + G + B ~ 65%. #C3959C is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 149 + 156 = 500 (100%)
R 195 of 500 ~ 39%
G 149 of 500 ~ 29.8%
B 156 of 500 ~ 31.2'%

%39
%29.8
%31.2

CMYK color model

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

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

CMYK: (0,24,20,24)
C0M24Y20K24 (0%, 24%, 20%, 24%)
(0.00 / 0.24 / 0.20 / 0.24)

CMYK percentages

%0
%23.59
%20
%23.53

Codes

Color #C3959C in popluar color models

C3 95 9C
RGB 195 149 156
HSL 351° 27.71% 67.45%
HSB/HSV 351° 23.59% 76.47%
CMYK 0.00% 23.59% 20.00%
23.53%

Color #C3959C in popluar number systems.

HEX C3 95 9C
Decimal 195 149 156
Binary 11000011 10010101 10011100
Octal 303 225 234

Shades and tints

Shades of #C3959C

#C3959C
(195,149,156)
#B2888E
(178,136,142)
#A17B80
(161,123,128)
#906E72
(144,110,114)
#7F6164
(127,97,100)
#6E5456
(110,84,86)
#5D4748
(93,71,72)
#4C3A3A
(76,58,58)
#3B2D2C
(59,45,44)
#2A201E
(42,32,30)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C3959C

#C3959C
(195,149,156)
#C89EA5
(200,158,165)
#CDA7AE
(205,167,174)
#D2B0B7
(210,176,183)
#D7B9C0
(215,185,192)
#DCC2C9
(220,194,201)
#E1CBD2
(225,203,210)
#E6D4DB
(230,212,219)
#EBDDE4
(235,221,228)
#F0E6ED
(240,230,237)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3959C; }

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

This text font color is #C3959C.

Background Color

.myBgColor { background-color: #C3959C; }

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

This div background color is #C3959C.

Border color

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

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

This div border color is #C3959C.

Opacity

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

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

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

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

This text has shadow with #C3959C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3959C.

Preview

Color preview on black background

This text has color #C3959C on black background.


Color preview on white background

This text has color #C3959C on white background.


Black color preview on #C3959C background

This text has black color on #C3959C background.


White color preview on #C3959C background

This text has white color on #C3959C background.


Related colors

Complementary color

Complementary color for #hex is #3C6A63.


I love getcolorcode.com

Triadic colors

1 #9CC395 and #959CC3 with #C3959C are triadic colors.

2 #9C95C3 and #95C39C with #C3959C are triadic colors.