COLOR #C394B7

HEX: #C394B7
RGB: (195,148,183)

Color info

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

RGB color model

#C394B7 color RGB value is (195,148,183).

  • red value is 195;
  • green value is 148;
  • blue value is 183.
RGB:
(195,148,183)
(76%,58%,72%)

RGB channels and saturation

R 195 of 255 = 76%
G 148 of 255 = 58%
B 183 of 255 = 72%

195
148
183

R + G + B ~ 69%. #C394B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 148 + 183 = 526 (100%)
R 195 of 526 ~ 37.07%
G 148 of 526 ~ 28.14%
B 183 of 526 ~ 34.79%

%37.07
%28.14
%34.79

CMYK color model

#C394B7 color CMYK value is (0,24,6,24).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 6.15%
  • key color value is 23.53%
CMYK:
(0,24,6,24)
C0M24Y6K24 
(0%,24%,6%,24%)
(0.00/0.24/0.06/0.24)	

CMYK percentages

%0
%24.1
%6.15
%23.53

Codes

Color #C394B7 in popluar color models

C394B7
RGB195148183
HSL315°28.14%67.25%
HSB/HSV315°24.10%76.47%
CMYK0.00%24.10%6.15%
23.53%

Color #C394B7 in popluar number systems.

HEXC394B7
Decimal195148183
Binary110000111001010010110111
Octal303224267

Shades and tints

Shades of #C394B7

#C394B7
(195,148,183)
#B287A7
(178,135,167)
#A17A97
(161,122,151)
#906D87
(144,109,135)
#7F6077
(127,96,119)
#6E5367
(110,83,103)
#5D4657
(93,70,87)
#4C3947
(76,57,71)
#3B2C37
(59,44,55)
#2A1F27
(42,31,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #C394B7

#C394B7
(195,148,183)
#C89DBD
(200,157,189)
#CDA6C3
(205,166,195)
#D2AFC9
(210,175,201)
#D7B8CF
(215,184,207)
#DCC1D5
(220,193,213)
#E1CADB
(225,202,219)
#E6D3E1
(230,211,225)
#EBDCE7
(235,220,231)
#F0E5ED
(240,229,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C394B7 color. Also use rgb(195,148,183) instead hex code.

Text Font Color

.myTextColor { color: #C394B7; }

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

This text font color is #C394B7.


Background Color

.myBgColor { background-color: #C394B7; }

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

This div background color is #C394B7.


Border color

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

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

This div border color is #C394B7.


Opacity

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

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

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

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

This text has shadow with #C394B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C394B7 on black background.


Color preview on white background

This text has color #C394B7 on white background.



Black color preview on #C394B7 background

This text has black color on #C394B7 background.


White color preview on #C394B7 background

This text has white color on #C394B7 background.