COLOR #C37EB9

HEX: #C37EB9
RGB: (195,126,185)

Color info

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

RGB color model

#C37EB9 color RGB value is (195,126,185).

  • red value is 195;
  • green value is 126;
  • blue value is 185.
RGB:
(195,126,185)
(76%,49%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 185 of 255 = 73%

195
126
185

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

Portions of RGB colors in percentages

R + G + B =
195 + 126 + 185 = 506 (100%)
R 195 of 506 ~ 38.54%
G 126 of 506 ~ 24.9%
B 185 of 506 ~ 36.56%

%38.54
%24.9
%36.56

CMYK color model

#C37EB9 color CMYK value is (0,35,5,24).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(0,35,5,24)
C0M35Y5K24 
(0%,35%,5%,24%)
(0.00/0.35/0.05/0.24)	

CMYK percentages

%0
%35.38
%5.13
%23.53

Codes

Color #C37EB9 in popluar color models

C37EB9
RGB195126185
HSL309°36.51%62.94%
HSB/HSV309°35.38%76.47%
CMYK0.00%35.38%5.13%
23.53%

Color #C37EB9 in popluar number systems.

HEXC37EB9
Decimal195126185
Binary11000011111111010111001
Octal303176271

Shades and tints

Shades of #C37EB9

#C37EB9
(195,126,185)
#B273A9
(178,115,169)
#A16899
(161,104,153)
#905D89
(144,93,137)
#7F5279
(127,82,121)
#6E4769
(110,71,105)
#5D3C59
(93,60,89)
#4C3149
(76,49,73)
#3B2639
(59,38,57)
#2A1B29
(42,27,41)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #C37EB9

#C37EB9
(195,126,185)
#C889BF
(200,137,191)
#CD94C5
(205,148,197)
#D29FCB
(210,159,203)
#D7AAD1
(215,170,209)
#DCB5D7
(220,181,215)
#E1C0DD
(225,192,221)
#E6CBE3
(230,203,227)
#EBD6E9
(235,214,233)
#F0E1EF
(240,225,239)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37EB9 color. Also use rgb(195,126,185) instead hex code.

Text Font Color

.myTextColor { color: #C37EB9; }

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

This text font color is #C37EB9.


Background Color

.myBgColor { background-color: #C37EB9; }

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

This div background color is #C37EB9.


Border color

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

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

This div border color is #C37EB9.


Opacity

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

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

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

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

This text has shadow with #C37EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37EB9 on black background.


Color preview on white background

This text has color #C37EB9 on white background.



Black color preview on #C37EB9 background

This text has black color on #C37EB9 background.


White color preview on #C37EB9 background

This text has white color on #C37EB9 background.