COLOR #C396BE

HEX: #C396BE RGB: (195,150,190)

Color info

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

RGB color model

#C396BE color RGB value is (195,150,190).

RGB: (195,150,190) (76%, 59%, 75%)

RGB channels and saturation

R 195 of 255 = 76%
G 150 of 255 = 59%
B 190 of 255 = 75%

195
150
190

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

Portions of RGB colors in percentages

R + G + B = 195 + 150 + 190 = 535 (100%)
R 195 of 535 ~ 36.45%
G 150 of 535 ~ 28.04%
B 190 of 535 ~ 35.51'%

%36.45
%28.04
%35.51

CMYK color model

#C396BE color CMYK value is (0,23,3,24).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 2.56%
  • key color value is 23.53%

CMYK: (0,23,3,24)
C0M23Y3K24 (0%, 23%, 3%, 24%)
(0.00 / 0.23 / 0.03 / 0.24)

CMYK percentages

%0
%23.08
%2.56
%23.53

Codes

Color #C396BE in popluar color models

C3 96 BE
RGB 195 150 190
HSL 307° 27.27% 67.65%
HSB/HSV 307° 23.08% 76.47%
CMYK 0.00% 23.08% 2.56%
23.53%

Color #C396BE in popluar number systems.

HEX C3 96 BE
Decimal 195 150 190
Binary 11000011 10010110 10111110
Octal 303 226 276

Shades and tints

Shades of #C396BE

#C396BE
(195,150,190)
#B289AD
(178,137,173)
#A17C9C
(161,124,156)
#906F8B
(144,111,139)
#7F627A
(127,98,122)
#6E5569
(110,85,105)
#5D4858
(93,72,88)
#4C3B47
(76,59,71)
#3B2E36
(59,46,54)
#2A2125
(42,33,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C396BE

#C396BE
(195,150,190)
#C89FC3
(200,159,195)
#CDA8C8
(205,168,200)
#D2B1CD
(210,177,205)
#D7BAD2
(215,186,210)
#DCC3D7
(220,195,215)
#E1CCDC
(225,204,220)
#E6D5E1
(230,213,225)
#EBDEE6
(235,222,230)
#F0E7EB
(240,231,235)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C396BE color. Also use rgb(195,150,190) instead hex code.

Text Font Color

.myTextColor { color: #C396BE; }

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

This text font color is #C396BE.

Background Color

.myBgColor { background-color: #C396BE; }

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

This div background color is #C396BE.

Border color

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

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

This div border color is #C396BE.

Opacity

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

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

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

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

This text has shadow with #C396BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C396BE.

Preview

Color preview on black background

This text has color #C396BE on black background.


Color preview on white background

This text has color #C396BE on white background.


Black color preview on #C396BE background

This text has black color on #C396BE background.


White color preview on #C396BE background

This text has white color on #C396BE background.


Related colors

Complementary color

Complementary color for #hex is #3C6941.


I love getcolorcode.com

Triadic colors

1 #BEC396 and #96BEC3 with #C396BE are triadic colors.

2 #BE96C3 and #96C3BE with #C396BE are triadic colors.