COLOR #C394AE

HEX: #C394AE
RGB: (195,148,174)

Color info

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

RGB color model

#C394AE color RGB value is (195,148,174).

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

RGB channels and saturation

R 195 of 255 = 76%
G 148 of 255 = 58%
B 174 of 255 = 68%

195
148
174

R + G + B ~ 67%. #C394AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 148 + 174 = 517 (100%)
R 195 of 517 ~ 37.72%
G 148 of 517 ~ 28.63%
B 174 of 517 ~ 33.66%

%37.72
%28.63
%33.66

CMYK color model

#C394AE color CMYK value is (0,24,11,24).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(0,24,11,24)
C0M24Y11K24 
(0%,24%,11%,24%)
(0.00/0.24/0.11/0.24)	

CMYK percentages

%0
%24.1
%10.77
%23.53

Codes

Color #C394AE in popluar color models

C394AE
RGB195148174
HSL327°28.14%67.25%
HSB/HSV327°24.10%76.47%
CMYK0.00%24.10%10.77%
23.53%

Color #C394AE in popluar number systems.

HEXC394AE
Decimal195148174
Binary110000111001010010101110
Octal303224256

Shades and tints

Shades of #C394AE

#C394AE
(195,148,174)
#B2879F
(178,135,159)
#A17A90
(161,122,144)
#906D81
(144,109,129)
#7F6072
(127,96,114)
#6E5363
(110,83,99)
#5D4654
(93,70,84)
#4C3945
(76,57,69)
#3B2C36
(59,44,54)
#2A1F27
(42,31,39)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #C394AE

#C394AE
(195,148,174)
#C89DB5
(200,157,181)
#CDA6BC
(205,166,188)
#D2AFC3
(210,175,195)
#D7B8CA
(215,184,202)
#DCC1D1
(220,193,209)
#E1CAD8
(225,202,216)
#E6D3DF
(230,211,223)
#EBDCE6
(235,220,230)
#F0E5ED
(240,229,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C394AE; }

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

This text font color is #C394AE.


Background Color

.myBgColor { background-color: #C394AE; }

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

This div background color is #C394AE.


Border color

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

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

This div border color is #C394AE.


Opacity

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

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

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

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

This text has shadow with #C394AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C394AE on black background.


Color preview on white background

This text has color #C394AE on white background.



Black color preview on #C394AE background

This text has black color on #C394AE background.


White color preview on #C394AE background

This text has white color on #C394AE background.