COLOR #C376BE

HEX: #C376BE
RGB: (195,118,190)

Color info

#C376BE contains mainly red and blue colors. Web safe color of #C376BE is #CC66CC (or #C6C).

RGB color model

#C376BE color RGB value is (195,118,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 118 of 255 = 46%
B 190 of 255 = 75%

195
118
190

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

Portions of RGB colors in percentages

R + G + B =
195 + 118 + 190 = 503 (100%)
R 195 of 503 ~ 38.77%
G 118 of 503 ~ 23.46%
B 190 of 503 ~ 37.77%

%38.77
%23.46
%37.77

CMYK color model

#C376BE color CMYK value is (0,39,3,24).

  • cyan value is 0.00%
  • magenta value is 39.49%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(0,39,3,24)
C0M39Y3K24 
(0%,39%,3%,24%)
(0.00/0.39/0.03/0.24)	

CMYK percentages

%0
%39.49
%2.56
%23.53

Codes

Color #C376BE in popluar color models

C376BE
RGB195118190
HSL304°39.09%61.37%
HSB/HSV304°39.49%76.47%
CMYK0.00%39.49%2.56%
23.53%

Color #C376BE in popluar number systems.

HEXC376BE
Decimal195118190
Binary11000011111011010111110
Octal303166276

Shades and tints

Shades of #C376BE

#C376BE
(195,118,190)
#B26CAD
(178,108,173)
#A1629C
(161,98,156)
#90588B
(144,88,139)
#7F4E7A
(127,78,122)
#6E4469
(110,68,105)
#5D3A58
(93,58,88)
#4C3047
(76,48,71)
#3B2636
(59,38,54)
#2A1C25
(42,28,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #C376BE

#C376BE
(195,118,190)
#C882C3
(200,130,195)
#CD8EC8
(205,142,200)
#D29ACD
(210,154,205)
#D7A6D2
(215,166,210)
#DCB2D7
(220,178,215)
#E1BEDC
(225,190,220)
#E6CAE1
(230,202,225)
#EBD6E6
(235,214,230)
#F0E2EB
(240,226,235)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C376BE; }

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

This text font color is #C376BE.


Background Color

.myBgColor { background-color: #C376BE; }

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

This div background color is #C376BE.


Border color

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

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

This div border color is #C376BE.


Opacity

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

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

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

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

This text has shadow with #C376BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C376BE on black background.


Color preview on white background

This text has color #C376BE on white background.



Black color preview on #C376BE background

This text has black color on #C376BE background.


White color preview on #C376BE background

This text has white color on #C376BE background.