COLOR #C37E98

HEX: #C37E98
RGB: (195,126,152)

Color info

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

RGB color model

#C37E98 color RGB value is (195,126,152).

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

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 152 of 255 = 60%

195
126
152

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

Portions of RGB colors in percentages

R + G + B =
195 + 126 + 152 = 473 (100%)
R 195 of 473 ~ 41.23%
G 126 of 473 ~ 26.64%
B 152 of 473 ~ 32.14%

%41.23
%26.64
%32.14

CMYK color model

#C37E98 color CMYK value is (0,35,22,24).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK:
(0,35,22,24)
C0M35Y22K24 
(0%,35%,22%,24%)
(0.00/0.35/0.22/0.24)	

CMYK percentages

%0
%35.38
%22.05
%23.53

Codes

Color #C37E98 in popluar color models

C37E98
RGB195126152
HSL337°36.51%62.94%
HSB/HSV337°35.38%76.47%
CMYK0.00%35.38%22.05%
23.53%

Color #C37E98 in popluar number systems.

HEXC37E98
Decimal195126152
Binary11000011111111010011000
Octal303176230

Shades and tints

Shades of #C37E98

#C37E98
(195,126,152)
#B2738B
(178,115,139)
#A1687E
(161,104,126)
#905D71
(144,93,113)
#7F5264
(127,82,100)
#6E4757
(110,71,87)
#5D3C4A
(93,60,74)
#4C313D
(76,49,61)
#3B2630
(59,38,48)
#2A1B23
(42,27,35)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #C37E98

#C37E98
(195,126,152)
#C889A1
(200,137,161)
#CD94AA
(205,148,170)
#D29FB3
(210,159,179)
#D7AABC
(215,170,188)
#DCB5C5
(220,181,197)
#E1C0CE
(225,192,206)
#E6CBD7
(230,203,215)
#EBD6E0
(235,214,224)
#F0E1E9
(240,225,233)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37E98; }

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

This text font color is #C37E98.


Background Color

.myBgColor { background-color: #C37E98; }

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

This div background color is #C37E98.


Border color

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

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

This div border color is #C37E98.


Opacity

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

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

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

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

This text has shadow with #C37E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37E98 on black background.


Color preview on white background

This text has color #C37E98 on white background.



Black color preview on #C37E98 background

This text has black color on #C37E98 background.


White color preview on #C37E98 background

This text has white color on #C37E98 background.