COLOR #C396A4

HEX: #C396A4
RGB: (195,150,164)

Color info

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

RGB color model

#C396A4 color RGB value is (195,150,164).

  • red value is 195;
  • green value is 150;
  • blue value is 164.
RGB:
(195,150,164)
(76%,59%,64%)

RGB channels and saturation

R 195 of 255 = 76%
G 150 of 255 = 59%
B 164 of 255 = 64%

195
150
164

R + G + B ~ 66%. #C396A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 150 + 164 = 509 (100%)
R 195 of 509 ~ 38.31%
G 150 of 509 ~ 29.47%
B 164 of 509 ~ 32.22%

%38.31
%29.47
%32.22

CMYK color model

#C396A4 color CMYK value is (0,23,16,24).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 15.90%
  • key color value is 23.53%
CMYK:
(0,23,16,24)
C0M23Y16K24 
(0%,23%,16%,24%)
(0.00/0.23/0.16/0.24)	

CMYK percentages

%0
%23.08
%15.9
%23.53

Codes

Color #C396A4 in popluar color models

C396A4
RGB195150164
HSL341°27.27%67.65%
HSB/HSV341°23.08%76.47%
CMYK0.00%23.08%15.90%
23.53%

Color #C396A4 in popluar number systems.

HEXC396A4
Decimal195150164
Binary110000111001011010100100
Octal303226244

Shades and tints

Shades of #C396A4

#C396A4
(195,150,164)
#B28996
(178,137,150)
#A17C88
(161,124,136)
#906F7A
(144,111,122)
#7F626C
(127,98,108)
#6E555E
(110,85,94)
#5D4850
(93,72,80)
#4C3B42
(76,59,66)
#3B2E34
(59,46,52)
#2A2126
(42,33,38)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #C396A4

#C396A4
(195,150,164)
#C89FAC
(200,159,172)
#CDA8B4
(205,168,180)
#D2B1BC
(210,177,188)
#D7BAC4
(215,186,196)
#DCC3CC
(220,195,204)
#E1CCD4
(225,204,212)
#E6D5DC
(230,213,220)
#EBDEE4
(235,222,228)
#F0E7EC
(240,231,236)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C396A4; }

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

This text font color is #C396A4.


Background Color

.myBgColor { background-color: #C396A4; }

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

This div background color is #C396A4.


Border color

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

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

This div border color is #C396A4.


Opacity

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

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

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

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

This text has shadow with #C396A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C396A4 on black background.


Color preview on white background

This text has color #C396A4 on white background.



Black color preview on #C396A4 background

This text has black color on #C396A4 background.


White color preview on #C396A4 background

This text has white color on #C396A4 background.