COLOR #C394CA

HEX: #C394CA RGB: (195,148,202)

Color info

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

RGB color model

#C394CA color RGB value is (195,148,202).

RGB: (195,148,202) (76%, 58%, 79%)

RGB channels and saturation

R 195 of 255 = 76%
G 148 of 255 = 58%
B 202 of 255 = 79%

195
148
202

R + G + B ~ 71%. #C394CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 148 + 202 = 545 (100%)
R 195 of 545 ~ 35.78%
G 148 of 545 ~ 27.16%
B 202 of 545 ~ 37.06'%

%35.78
%27.16
%37.06

CMYK color model

#C394CA color CMYK value is (3,27,0,21).

  • cyan value is 3.47%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (3,27,0,21) C3M27Y0K21 (3%,27%,0%,21%) (0.03/0.27/0.00/0.21) 

CMYK percentages

%3.47
%26.73
%0
%20.78

Codes

Color #C394CA in popluar color models

C3 94 CA
RGB 195 148 202
HSL 292° 33.75% 68.63%
HSB/HSV 292° 26.73% 79.22%
CMYK 3.47% 26.73% 0.00%
20.78%

Color #C394CA in popluar number systems.

HEX C3 94 CA
Decimal 195 148 202
Binary 11000011 10010100 11001010
Octal 303 224 312

Shades and tints

Shades of #C394CA

#C394CA
(195,148,202)
#B287B8
(178,135,184)
#A17AA6
(161,122,166)
#906D94
(144,109,148)
#7F6082
(127,96,130)
#6E5370
(110,83,112)
#5D465E
(93,70,94)
#4C394C
(76,57,76)
#3B2C3A
(59,44,58)
#2A1F28
(42,31,40)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #C394CA

#C394CA
(195,148,202)
#C89DCE
(200,157,206)
#CDA6D2
(205,166,210)
#D2AFD6
(210,175,214)
#D7B8DA
(215,184,218)
#DCC1DE
(220,193,222)
#E1CAE2
(225,202,226)
#E6D3E6
(230,211,230)
#EBDCEA
(235,220,234)
#F0E5EE
(240,229,238)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C394CA; }

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

This text font color is #C394CA.

Background Color

.myBgColor { background-color: #C394CA; }

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

This div background color is #C394CA.

Border color

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

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

This div border color is #C394CA.

Opacity

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

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

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

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

This text has shadow with #C394CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C394CA.

Preview

Color preview on black background

This text has color #C394CA on black background.


Color preview on white background

This text has color #C394CA on white background.


Black color preview on #C394CA background

This text has black color on #C394CA background.


White color preview on #C394CA background

This text has white color on #C394CA background.


Related colors

Complementary color

Complementary color for #hex is #3C6B35.


I love getcolorcode.com

Triadic colors

1 #CAC394 and #94CAC3 with #C394CA are triadic colors.

2 #CA94C3 and #94C3CA with #C394CA are triadic colors.