COLOR #C376A0

HEX: #C376A0
RGB: (195,118,160)

Color info

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

RGB color model

#C376A0 color RGB value is (195,118,160).

  • red value is 195;
  • green value is 118;
  • blue value is 160.
RGB:
(195,118,160)
(76%,46%,63%)

RGB channels and saturation

R 195 of 255 = 76%
G 118 of 255 = 46%
B 160 of 255 = 63%

195
118
160

R + G + B ~ 62%. #C376A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 118 + 160 = 473 (100%)
R 195 of 473 ~ 41.23%
G 118 of 473 ~ 24.95%
B 160 of 473 ~ 33.83%

%41.23
%24.95
%33.83

CMYK color model

#C376A0 color CMYK value is (0,39,18,24).

  • cyan value is 0.00%
  • magenta value is 39.49%
  • yellow value is 17.95%
  • key color value is 23.53%
CMYK:
(0,39,18,24)
C0M39Y18K24 
(0%,39%,18%,24%)
(0.00/0.39/0.18/0.24)	

CMYK percentages

%0
%39.49
%17.95
%23.53

Codes

Color #C376A0 in popluar color models

C376A0
RGB195118160
HSL327°39.09%61.37%
HSB/HSV327°39.49%76.47%
CMYK0.00%39.49%17.95%
23.53%

Color #C376A0 in popluar number systems.

HEXC376A0
Decimal195118160
Binary11000011111011010100000
Octal303166240

Shades and tints

Shades of #C376A0

#C376A0
(195,118,160)
#B26C92
(178,108,146)
#A16284
(161,98,132)
#905876
(144,88,118)
#7F4E68
(127,78,104)
#6E445A
(110,68,90)
#5D3A4C
(93,58,76)
#4C303E
(76,48,62)
#3B2630
(59,38,48)
#2A1C22
(42,28,34)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #C376A0

#C376A0
(195,118,160)
#C882A8
(200,130,168)
#CD8EB0
(205,142,176)
#D29AB8
(210,154,184)
#D7A6C0
(215,166,192)
#DCB2C8
(220,178,200)
#E1BED0
(225,190,208)
#E6CAD8
(230,202,216)
#EBD6E0
(235,214,224)
#F0E2E8
(240,226,232)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C376A0 color. Also use rgb(195,118,160) instead hex code.

Text Font Color

.myTextColor { color: #C376A0; }

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

This text font color is #C376A0.


Background Color

.myBgColor { background-color: #C376A0; }

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

This div background color is #C376A0.


Border color

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

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

This div border color is #C376A0.


Opacity

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

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

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

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

This text has shadow with #C376A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C376A0 on black background.


Color preview on white background

This text has color #C376A0 on white background.



Black color preview on #C376A0 background

This text has black color on #C376A0 background.


White color preview on #C376A0 background

This text has white color on #C376A0 background.