COLOR #C37E9F

HEX: #C37E9F RGB: (195,126,159)

Color info

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

RGB color model

#C37E9F color RGB value is (195,126,159).

RGB: (195,126,159) (76%, 49%, 62%)

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 159 of 255 = 62%

195
126
159

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

Portions of RGB colors in percentages

R + G + B = 195 + 126 + 159 = 480 (100%)
R 195 of 480 ~ 40.63%
G 126 of 480 ~ 26.25%
B 159 of 480 ~ 33.13'%

%40.63
%26.25
%33.13

CMYK color model

#C37E9F color CMYK value is (0,35,18,24).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 18.46%
  • key color value is 23.53%

CMYK: (0,35,18,24)
C0M35Y18K24 (0%, 35%, 18%, 24%)
(0.00 / 0.35 / 0.18 / 0.24)

CMYK percentages

%0
%35.38
%18.46
%23.53

Codes

Color #C37E9F in popluar color models

C3 7E 9F
RGB 195 126 159
HSL 331° 36.51% 62.94%
HSB/HSV 331° 35.38% 76.47%
CMYK 0.00% 35.38% 18.46%
23.53%

Color #C37E9F in popluar number systems.

HEX C3 7E 9F
Decimal 195 126 159
Binary 11000011 1111110 10011111
Octal 303 176 237

Shades and tints

Shades of #C37E9F

#C37E9F
(195,126,159)
#B27391
(178,115,145)
#A16883
(161,104,131)
#905D75
(144,93,117)
#7F5267
(127,82,103)
#6E4759
(110,71,89)
#5D3C4B
(93,60,75)
#4C313D
(76,49,61)
#3B262F
(59,38,47)
#2A1B21
(42,27,33)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #C37E9F

#C37E9F
(195,126,159)
#C889A7
(200,137,167)
#CD94AF
(205,148,175)
#D29FB7
(210,159,183)
#D7AABF
(215,170,191)
#DCB5C7
(220,181,199)
#E1C0CF
(225,192,207)
#E6CBD7
(230,203,215)
#EBD6DF
(235,214,223)
#F0E1E7
(240,225,231)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37E9F; }

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

This text font color is #C37E9F.

Background Color

.myBgColor { background-color: #C37E9F; }

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

This div background color is #C37E9F.

Border color

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

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

This div border color is #C37E9F.

Opacity

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

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

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

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

This text has shadow with #C37E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37E9F.

Preview

Color preview on black background

This text has color #C37E9F on black background.


Color preview on white background

This text has color #C37E9F on white background.


Black color preview on #C37E9F background

This text has black color on #C37E9F background.


White color preview on #C37E9F background

This text has white color on #C37E9F background.


Related colors

Complementary color

Complementary color for #hex is #3C8160.


I love getcolorcode.com

Triadic colors

1 #9FC37E and #7E9FC3 with #C37E9F are triadic colors.

2 #9F7EC3 and #7EC39F with #C37E9F are triadic colors.