COLOR #C380AC

HEX: #C380AC
RGB: (195,128,172)

Color info

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

RGB color model

#C380AC color RGB value is (195,128,172).

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

RGB channels and saturation

R 195 of 255 = 76%
G 128 of 255 = 50%
B 172 of 255 = 67%

195
128
172

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

Portions of RGB colors in percentages

R + G + B =
195 + 128 + 172 = 495 (100%)
R 195 of 495 ~ 39.39%
G 128 of 495 ~ 25.86%
B 172 of 495 ~ 34.75%

%39.39
%25.86
%34.75

CMYK color model

#C380AC color CMYK value is (0,34,12,24).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 11.79%
  • key color value is 23.53%
CMYK:
(0,34,12,24)
C0M34Y12K24 
(0%,34%,12%,24%)
(0.00/0.34/0.12/0.24)	

CMYK percentages

%0
%34.36
%11.79
%23.53

Codes

Color #C380AC in popluar color models

C380AC
RGB195128172
HSL321°35.83%63.33%
HSB/HSV321°34.36%76.47%
CMYK0.00%34.36%11.79%
23.53%

Color #C380AC in popluar number systems.

HEXC380AC
Decimal195128172
Binary110000111000000010101100
Octal303200254

Shades and tints

Shades of #C380AC

#C380AC
(195,128,172)
#B2759D
(178,117,157)
#A16A8E
(161,106,142)
#905F7F
(144,95,127)
#7F5470
(127,84,112)
#6E4961
(110,73,97)
#5D3E52
(93,62,82)
#4C3343
(76,51,67)
#3B2834
(59,40,52)
#2A1D25
(42,29,37)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #C380AC

#C380AC
(195,128,172)
#C88BB3
(200,139,179)
#CD96BA
(205,150,186)
#D2A1C1
(210,161,193)
#D7ACC8
(215,172,200)
#DCB7CF
(220,183,207)
#E1C2D6
(225,194,214)
#E6CDDD
(230,205,221)
#EBD8E4
(235,216,228)
#F0E3EB
(240,227,235)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C380AC; }

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

This text font color is #C380AC.


Background Color

.myBgColor { background-color: #C380AC; }

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

This div background color is #C380AC.


Border color

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

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

This div border color is #C380AC.


Opacity

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

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

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

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

This text has shadow with #C380AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C380AC on black background.


Color preview on white background

This text has color #C380AC on white background.



Black color preview on #C380AC background

This text has black color on #C380AC background.


White color preview on #C380AC background

This text has white color on #C380AC background.