COLOR #C3639B

HEX: #C3639B RGB: (195,99,155)

Color info

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

RGB color model

#C3639B color RGB value is (195,99,155).

RGB: (195,99,155) (76%, 39%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 99 of 255 = 39%
B 155 of 255 = 61%

195
99
155

R + G + B ~ 59%. #C3639B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 195 + 99 + 155 = 449 (100%)
R 195 of 449 ~ 43.43%
G 99 of 449 ~ 22.05%
B 155 of 449 ~ 34.52'%

%43.43
%22.05
%34.52

CMYK color model

#C3639B color CMYK value is (0,49,21,24).

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

CMYK: (0,49,21,24)
C0M49Y21K24 (0%, 49%, 21%, 24%)
(0.00 / 0.49 / 0.21 / 0.24)

CMYK percentages

%0
%49.23
%20.51
%23.53

Codes

Color #C3639B in popluar color models

C3 63 9B
RGB 195 99 155
HSL 325° 44.44% 57.65%
HSB/HSV 325° 49.23% 76.47%
CMYK 0.00% 49.23% 20.51%
23.53%

Color #C3639B in popluar number systems.

HEX C3 63 9B
Decimal 195 99 155
Binary 11000011 1100011 10011011
Octal 303 143 233

Shades and tints

Shades of #C3639B

#C3639B
(195,99,155)
#B25A8D
(178,90,141)
#A1517F
(161,81,127)
#904871
(144,72,113)
#7F3F63
(127,63,99)
#6E3655
(110,54,85)
#5D2D47
(93,45,71)
#4C2439
(76,36,57)
#3B1B2B
(59,27,43)
#2A121D
(42,18,29)
#19090F
(25,9,15)
#000000
(0,0,0)

Tints of #C3639B

#C3639B
(195,99,155)
#C871A4
(200,113,164)
#CD7FAD
(205,127,173)
#D28DB6
(210,141,182)
#D79BBF
(215,155,191)
#DCA9C8
(220,169,200)
#E1B7D1
(225,183,209)
#E6C5DA
(230,197,218)
#EBD3E3
(235,211,227)
#F0E1EC
(240,225,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3639B; }

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

This text font color is #C3639B.

Background Color

.myBgColor { background-color: #C3639B; }

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

This div background color is #C3639B.

Border color

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

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

This div border color is #C3639B.

Opacity

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

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

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

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

This text has shadow with #C3639B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3639B.

Preview

Color preview on black background

This text has color #C3639B on black background.


Color preview on white background

This text has color #C3639B on white background.


Black color preview on #C3639B background

This text has black color on #C3639B background.


White color preview on #C3639B background

This text has white color on #C3639B background.


Related colors

Complementary color

Complementary color for #hex is #3C9C64.


I love getcolorcode.com

Triadic colors

1 #9BC363 and #639BC3 with #C3639B are triadic colors.

2 #9B63C3 and #63C39B with #C3639B are triadic colors.