COLOR #C37B9F

HEX: #C37B9F
RGB: (195,123,159)

Color info

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

RGB color model

#C37B9F color RGB value is (195,123,159).

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

RGB channels and saturation

R 195 of 255 = 76%
G 123 of 255 = 48%
B 159 of 255 = 62%

195
123
159

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

Portions of RGB colors in percentages

R + G + B =
195 + 123 + 159 = 477 (100%)
R 195 of 477 ~ 40.88%
G 123 of 477 ~ 25.79%
B 159 of 477 ~ 33.33%

%40.88
%25.79
%33.33

CMYK color model

#C37B9F color CMYK value is (0,37,18,24).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(0,37,18,24)
C0M37Y18K24 
(0%,37%,18%,24%)
(0.00/0.37/0.18/0.24)	

CMYK percentages

%0
%36.92
%18.46
%23.53

Codes

Color #C37B9F in popluar color models

C37B9F
RGB195123159
HSL330°37.50%62.35%
HSB/HSV330°36.92%76.47%
CMYK0.00%36.92%18.46%
23.53%

Color #C37B9F in popluar number systems.

HEXC37B9F
Decimal195123159
Binary11000011111101110011111
Octal303173237

Shades and tints

Shades of #C37B9F

#C37B9F
(195,123,159)
#B27091
(178,112,145)
#A16583
(161,101,131)
#905A75
(144,90,117)
#7F4F67
(127,79,103)
#6E4459
(110,68,89)
#5D394B
(93,57,75)
#4C2E3D
(76,46,61)
#3B232F
(59,35,47)
#2A1821
(42,24,33)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #C37B9F

#C37B9F
(195,123,159)
#C887A7
(200,135,167)
#CD93AF
(205,147,175)
#D29FB7
(210,159,183)
#D7ABBF
(215,171,191)
#DCB7C7
(220,183,199)
#E1C3CF
(225,195,207)
#E6CFD7
(230,207,215)
#EBDBDF
(235,219,223)
#F0E7E7
(240,231,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37B9F; }

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

This text font color is #C37B9F.


Background Color

.myBgColor { background-color: #C37B9F; }

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

This div background color is #C37B9F.


Border color

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

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

This div border color is #C37B9F.


Opacity

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

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

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

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

This text has shadow with #C37B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37B9F on black background.


Color preview on white background

This text has color #C37B9F on white background.



Black color preview on #C37B9F background

This text has black color on #C37B9F background.


White color preview on #C37B9F background

This text has white color on #C37B9F background.