COLOR #C37BA1

HEX: #C37BA1
RGB: (195,123,161)

Color info

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

RGB color model

#C37BA1 color RGB value is (195,123,161).

  • red value is 195;
  • green value is 123;
  • blue value is 161.
RGB:
(195,123,161)
(76%,48%,63%)

RGB channels and saturation

R 195 of 255 = 76%
G 123 of 255 = 48%
B 161 of 255 = 63%

195
123
161

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

Portions of RGB colors in percentages

R + G + B =
195 + 123 + 161 = 479 (100%)
R 195 of 479 ~ 40.71%
G 123 of 479 ~ 25.68%
B 161 of 479 ~ 33.61%

%40.71
%25.68
%33.61

CMYK color model

#C37BA1 color CMYK value is (0,37,17,24).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 17.44%
  • key color value is 23.53%
CMYK:
(0,37,17,24)
C0M37Y17K24 
(0%,37%,17%,24%)
(0.00/0.37/0.17/0.24)	

CMYK percentages

%0
%36.92
%17.44
%23.53

Codes

Color #C37BA1 in popluar color models

C37BA1
RGB195123161
HSL328°37.50%62.35%
HSB/HSV328°36.92%76.47%
CMYK0.00%36.92%17.44%
23.53%

Color #C37BA1 in popluar number systems.

HEXC37BA1
Decimal195123161
Binary11000011111101110100001
Octal303173241

Shades and tints

Shades of #C37BA1

#C37BA1
(195,123,161)
#B27093
(178,112,147)
#A16585
(161,101,133)
#905A77
(144,90,119)
#7F4F69
(127,79,105)
#6E445B
(110,68,91)
#5D394D
(93,57,77)
#4C2E3F
(76,46,63)
#3B2331
(59,35,49)
#2A1823
(42,24,35)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #C37BA1

#C37BA1
(195,123,161)
#C887A9
(200,135,169)
#CD93B1
(205,147,177)
#D29FB9
(210,159,185)
#D7ABC1
(215,171,193)
#DCB7C9
(220,183,201)
#E1C3D1
(225,195,209)
#E6CFD9
(230,207,217)
#EBDBE1
(235,219,225)
#F0E7E9
(240,231,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37BA1 color. Also use rgb(195,123,161) instead hex code.

Text Font Color

.myTextColor { color: #C37BA1; }

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

This text font color is #C37BA1.


Background Color

.myBgColor { background-color: #C37BA1; }

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

This div background color is #C37BA1.


Border color

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

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

This div border color is #C37BA1.


Opacity

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

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

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

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

This text has shadow with #C37BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37BA1 on black background.


Color preview on white background

This text has color #C37BA1 on white background.



Black color preview on #C37BA1 background

This text has black color on #C37BA1 background.


White color preview on #C37BA1 background

This text has white color on #C37BA1 background.