COLOR #C390A5

HEX: #C390A5
RGB: (195,144,165)

Color info

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

RGB color model

#C390A5 color RGB value is (195,144,165).

  • red value is 195;
  • green value is 144;
  • blue value is 165.
RGB:
(195,144,165)
(76%,56%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 144 of 255 = 56%
B 165 of 255 = 65%

195
144
165

R + G + B ~ 66%. #C390A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 144 + 165 = 504 (100%)
R 195 of 504 ~ 38.69%
G 144 of 504 ~ 28.57%
B 165 of 504 ~ 32.74%

%38.69
%28.57
%32.74

CMYK color model

#C390A5 color CMYK value is (0,26,15,24).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,26,15,24)
C0M26Y15K24 
(0%,26%,15%,24%)
(0.00/0.26/0.15/0.24)	

CMYK percentages

%0
%26.15
%15.38
%23.53

Codes

Color #C390A5 in popluar color models

C390A5
RGB195144165
HSL335°29.82%66.47%
HSB/HSV335°26.15%76.47%
CMYK0.00%26.15%15.38%
23.53%

Color #C390A5 in popluar number systems.

HEXC390A5
Decimal195144165
Binary110000111001000010100101
Octal303220245

Shades and tints

Shades of #C390A5

#C390A5
(195,144,165)
#B28396
(178,131,150)
#A17687
(161,118,135)
#906978
(144,105,120)
#7F5C69
(127,92,105)
#6E4F5A
(110,79,90)
#5D424B
(93,66,75)
#4C353C
(76,53,60)
#3B282D
(59,40,45)
#2A1B1E
(42,27,30)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #C390A5

#C390A5
(195,144,165)
#C89AAD
(200,154,173)
#CDA4B5
(205,164,181)
#D2AEBD
(210,174,189)
#D7B8C5
(215,184,197)
#DCC2CD
(220,194,205)
#E1CCD5
(225,204,213)
#E6D6DD
(230,214,221)
#EBE0E5
(235,224,229)
#F0EAED
(240,234,237)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C390A5 color. Also use rgb(195,144,165) instead hex code.

Text Font Color

.myTextColor { color: #C390A5; }

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

This text font color is #C390A5.


Background Color

.myBgColor { background-color: #C390A5; }

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

This div background color is #C390A5.


Border color

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

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

This div border color is #C390A5.


Opacity

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

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

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

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

This text has shadow with #C390A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C390A5 on black background.


Color preview on white background

This text has color #C390A5 on white background.



Black color preview on #C390A5 background

This text has black color on #C390A5 background.


White color preview on #C390A5 background

This text has white color on #C390A5 background.