COLOR #C380A5

HEX: #C380A5
RGB: (195,128,165)

Color info

#C380A5 contains mainly red and blue colors. Web safe color of #C380A5 is #CC6699 (or #C69).

RGB color model

#C380A5 color RGB value is (195,128,165).

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

RGB channels and saturation

R 195 of 255 = 76%
G 128 of 255 = 50%
B 165 of 255 = 65%

195
128
165

R + G + B ~ 64%. #C380A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 128 + 165 = 488 (100%)
R 195 of 488 ~ 39.96%
G 128 of 488 ~ 26.23%
B 165 of 488 ~ 33.81%

%39.96
%26.23
%33.81

CMYK color model

#C380A5 color CMYK value is (0,34,15,24).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,34,15,24)
C0M34Y15K24 
(0%,34%,15%,24%)
(0.00/0.34/0.15/0.24)	

CMYK percentages

%0
%34.36
%15.38
%23.53

Codes

Color #C380A5 in popluar color models

C380A5
RGB195128165
HSL327°35.83%63.33%
HSB/HSV327°34.36%76.47%
CMYK0.00%34.36%15.38%
23.53%

Color #C380A5 in popluar number systems.

HEXC380A5
Decimal195128165
Binary110000111000000010100101
Octal303200245

Shades and tints

Shades of #C380A5

#C380A5
(195,128,165)
#B27596
(178,117,150)
#A16A87
(161,106,135)
#905F78
(144,95,120)
#7F5469
(127,84,105)
#6E495A
(110,73,90)
#5D3E4B
(93,62,75)
#4C333C
(76,51,60)
#3B282D
(59,40,45)
#2A1D1E
(42,29,30)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #C380A5

#C380A5
(195,128,165)
#C88BAD
(200,139,173)
#CD96B5
(205,150,181)
#D2A1BD
(210,161,189)
#D7ACC5
(215,172,197)
#DCB7CD
(220,183,205)
#E1C2D5
(225,194,213)
#E6CDDD
(230,205,221)
#EBD8E5
(235,216,229)
#F0E3ED
(240,227,237)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C380A5; }

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

This text font color is #C380A5.


Background Color

.myBgColor { background-color: #C380A5; }

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

This div background color is #C380A5.


Border color

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

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

This div border color is #C380A5.


Opacity

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

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

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

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

This text has shadow with #C380A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C380A5 on black background.


Color preview on white background

This text has color #C380A5 on white background.



Black color preview on #C380A5 background

This text has black color on #C380A5 background.


White color preview on #C380A5 background

This text has white color on #C380A5 background.