COLOR #C37D9B

HEX: #C37D9B RGB: (195,125,155)

Color info

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

RGB color model

#C37D9B color RGB value is (195,125,155).

RGB: (195,125,155) (76%, 49%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 125 of 255 = 49%
B 155 of 255 = 61%

195
125
155

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

Portions of RGB colors in percentages

R + G + B = 195 + 125 + 155 = 475 (100%)
R 195 of 475 ~ 41.05%
G 125 of 475 ~ 26.32%
B 155 of 475 ~ 32.63'%

%41.05
%26.32
%32.63

CMYK color model

#C37D9B color CMYK value is (0,36,21,24).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 20.51%
  • key color value is 23.53%

CMYK: (0,36,21,24)
C0M36Y21K24 (0%, 36%, 21%, 24%)
(0.00 / 0.36 / 0.21 / 0.24)

CMYK percentages

%0
%35.9
%20.51
%23.53

Codes

Color #C37D9B in popluar color models

C3 7D 9B
RGB 195 125 155
HSL 334° 36.84% 62.75%
HSB/HSV 334° 35.90% 76.47%
CMYK 0.00% 35.90% 20.51%
23.53%

Color #C37D9B in popluar number systems.

HEX C3 7D 9B
Decimal 195 125 155
Binary 11000011 1111101 10011011
Octal 303 175 233

Shades and tints

Shades of #C37D9B

#C37D9B
(195,125,155)
#B2728D
(178,114,141)
#A1677F
(161,103,127)
#905C71
(144,92,113)
#7F5163
(127,81,99)
#6E4655
(110,70,85)
#5D3B47
(93,59,71)
#4C3039
(76,48,57)
#3B252B
(59,37,43)
#2A1A1D
(42,26,29)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #C37D9B

#C37D9B
(195,125,155)
#C888A4
(200,136,164)
#CD93AD
(205,147,173)
#D29EB6
(210,158,182)
#D7A9BF
(215,169,191)
#DCB4C8
(220,180,200)
#E1BFD1
(225,191,209)
#E6CADA
(230,202,218)
#EBD5E3
(235,213,227)
#F0E0EC
(240,224,236)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37D9B color. Also use rgb(195,125,155) instead hex code.

Text Font Color

.myTextColor { color: #C37D9B; }

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

This text font color is #C37D9B.

Background Color

.myBgColor { background-color: #C37D9B; }

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

This div background color is #C37D9B.

Border color

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

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

This div border color is #C37D9B.

Opacity

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

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

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

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

This text has shadow with #C37D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37D9B.

Preview

Color preview on black background

This text has color #C37D9B on black background.


Color preview on white background

This text has color #C37D9B on white background.


Black color preview on #C37D9B background

This text has black color on #C37D9B background.


White color preview on #C37D9B background

This text has white color on #C37D9B background.


Related colors

Complementary color

Complementary color for #hex is #3C8264.


I love getcolorcode.com

Triadic colors

1 #9BC37D and #7D9BC3 with #C37D9B are triadic colors.

2 #9B7DC3 and #7DC39B with #C37D9B are triadic colors.