COLOR #C395A6

HEX: #C395A6
RGB: (195,149,166)

Color info

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

RGB color model

#C395A6 color RGB value is (195,149,166).

  • red value is 195;
  • green value is 149;
  • blue value is 166.
RGB:
(195,149,166)
(76%,58%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 166 of 255 = 65%

195
149
166

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

Portions of RGB colors in percentages

R + G + B =
195 + 149 + 166 = 510 (100%)
R 195 of 510 ~ 38.24%
G 149 of 510 ~ 29.22%
B 166 of 510 ~ 32.55%

%38.24
%29.22
%32.55

CMYK color model

#C395A6 color CMYK value is (0,24,15,24).

  • cyan value is 0.00%
  • magenta value is 23.59%
  • yellow value is 14.87%
  • key color value is 23.53%
CMYK:
(0,24,15,24)
C0M24Y15K24 
(0%,24%,15%,24%)
(0.00/0.24/0.15/0.24)	

CMYK percentages

%0
%23.59
%14.87
%23.53

Codes

Color #C395A6 in popluar color models

C395A6
RGB195149166
HSL338°27.71%67.45%
HSB/HSV338°23.59%76.47%
CMYK0.00%23.59%14.87%
23.53%

Color #C395A6 in popluar number systems.

HEXC395A6
Decimal195149166
Binary110000111001010110100110
Octal303225246

Shades and tints

Shades of #C395A6

#C395A6
(195,149,166)
#B28897
(178,136,151)
#A17B88
(161,123,136)
#906E79
(144,110,121)
#7F616A
(127,97,106)
#6E545B
(110,84,91)
#5D474C
(93,71,76)
#4C3A3D
(76,58,61)
#3B2D2E
(59,45,46)
#2A201F
(42,32,31)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C395A6

#C395A6
(195,149,166)
#C89EAE
(200,158,174)
#CDA7B6
(205,167,182)
#D2B0BE
(210,176,190)
#D7B9C6
(215,185,198)
#DCC2CE
(220,194,206)
#E1CBD6
(225,203,214)
#E6D4DE
(230,212,222)
#EBDDE6
(235,221,230)
#F0E6EE
(240,230,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C395A6; }

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

This text font color is #C395A6.


Background Color

.myBgColor { background-color: #C395A6; }

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

This div background color is #C395A6.


Border color

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

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

This div border color is #C395A6.


Opacity

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

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

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

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

This text has shadow with #C395A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C395A6 on black background.


Color preview on white background

This text has color #C395A6 on white background.



Black color preview on #C395A6 background

This text has black color on #C395A6 background.


White color preview on #C395A6 background

This text has white color on #C395A6 background.