COLOR #C394B9

HEX: #C394B9
RGB: (195,148,185)

Color info

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

RGB color model

#C394B9 color RGB value is (195,148,185).

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

RGB channels and saturation

R 195 of 255 = 76%
G 148 of 255 = 58%
B 185 of 255 = 73%

195
148
185

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

Portions of RGB colors in percentages

R + G + B =
195 + 148 + 185 = 528 (100%)
R 195 of 528 ~ 36.93%
G 148 of 528 ~ 28.03%
B 185 of 528 ~ 35.04%

%36.93
%28.03
%35.04

CMYK color model

#C394B9 color CMYK value is (0,24,5,24).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(0,24,5,24)
C0M24Y5K24 
(0%,24%,5%,24%)
(0.00/0.24/0.05/0.24)	

CMYK percentages

%0
%24.1
%5.13
%23.53

Codes

Color #C394B9 in popluar color models

C394B9
RGB195148185
HSL313°28.14%67.25%
HSB/HSV313°24.10%76.47%
CMYK0.00%24.10%5.13%
23.53%

Color #C394B9 in popluar number systems.

HEXC394B9
Decimal195148185
Binary110000111001010010111001
Octal303224271

Shades and tints

Shades of #C394B9

#C394B9
(195,148,185)
#B287A9
(178,135,169)
#A17A99
(161,122,153)
#906D89
(144,109,137)
#7F6079
(127,96,121)
#6E5369
(110,83,105)
#5D4659
(93,70,89)
#4C3949
(76,57,73)
#3B2C39
(59,44,57)
#2A1F29
(42,31,41)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #C394B9

#C394B9
(195,148,185)
#C89DBF
(200,157,191)
#CDA6C5
(205,166,197)
#D2AFCB
(210,175,203)
#D7B8D1
(215,184,209)
#DCC1D7
(220,193,215)
#E1CADD
(225,202,221)
#E6D3E3
(230,211,227)
#EBDCE9
(235,220,233)
#F0E5EF
(240,229,239)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C394B9; }

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

This text font color is #C394B9.


Background Color

.myBgColor { background-color: #C394B9; }

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

This div background color is #C394B9.


Border color

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

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

This div border color is #C394B9.


Opacity

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

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

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

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

This text has shadow with #C394B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C394B9 on black background.


Color preview on white background

This text has color #C394B9 on white background.



Black color preview on #C394B9 background

This text has black color on #C394B9 background.


White color preview on #C394B9 background

This text has white color on #C394B9 background.