COLOR #C393AD

HEX: #C393AD
RGB: (195,147,173)

Color info

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

RGB color model

#C393AD color RGB value is (195,147,173).

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

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 173 of 255 = 68%

195
147
173

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

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 173 = 515 (100%)
R 195 of 515 ~ 37.86%
G 147 of 515 ~ 28.54%
B 173 of 515 ~ 33.59%

%37.86
%28.54
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 11.28%
  • key color value is 23.53%
CMYK:
(0,25,11,24)
C0M25Y11K24 
(0%,25%,11%,24%)
(0.00/0.25/0.11/0.24)	

CMYK percentages

%0
%24.62
%11.28
%23.53

Codes

Color #C393AD in popluar color models

C393AD
RGB195147173
HSL328°28.57%67.06%
HSB/HSV328°24.62%76.47%
CMYK0.00%24.62%11.28%
23.53%

Color #C393AD in popluar number systems.

HEXC393AD
Decimal195147173
Binary110000111001001110101101
Octal303223255

Shades and tints

Shades of #C393AD

#C393AD
(195,147,173)
#B2869E
(178,134,158)
#A1798F
(161,121,143)
#906C80
(144,108,128)
#7F5F71
(127,95,113)
#6E5262
(110,82,98)
#5D4553
(93,69,83)
#4C3844
(76,56,68)
#3B2B35
(59,43,53)
#2A1E26
(42,30,38)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #C393AD

#C393AD
(195,147,173)
#C89CB4
(200,156,180)
#CDA5BB
(205,165,187)
#D2AEC2
(210,174,194)
#D7B7C9
(215,183,201)
#DCC0D0
(220,192,208)
#E1C9D7
(225,201,215)
#E6D2DE
(230,210,222)
#EBDBE5
(235,219,229)
#F0E4EC
(240,228,236)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C393AD color. Also use rgb(195,147,173) instead hex code.

Text Font Color

.myTextColor { color: #C393AD; }

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

This text font color is #C393AD.


Background Color

.myBgColor { background-color: #C393AD; }

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

This div background color is #C393AD.


Border color

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

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

This div border color is #C393AD.


Opacity

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

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

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

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

This text has shadow with #C393AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C393AD on black background.


Color preview on white background

This text has color #C393AD on white background.



Black color preview on #C393AD background

This text has black color on #C393AD background.


White color preview on #C393AD background

This text has white color on #C393AD background.