COLOR #C37E8E

HEX: #C37E8E
RGB: (195,126,142)

Color info

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

RGB color model

#C37E8E color RGB value is (195,126,142).

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

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 142 of 255 = 56%

195
126
142

R + G + B ~ 60%. #C37E8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 126 + 142 = 463 (100%)
R 195 of 463 ~ 42.12%
G 126 of 463 ~ 27.21%
B 142 of 463 ~ 30.67%

%42.12
%27.21
%30.67

CMYK color model

#C37E8E color CMYK value is (0,35,27,24).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 27.18%
  • key color value is 23.53%
CMYK:
(0,35,27,24)
C0M35Y27K24 
(0%,35%,27%,24%)
(0.00/0.35/0.27/0.24)	

CMYK percentages

%0
%35.38
%27.18
%23.53

Codes

Color #C37E8E in popluar color models

C37E8E
RGB195126142
HSL346°36.51%62.94%
HSB/HSV346°35.38%76.47%
CMYK0.00%35.38%27.18%
23.53%

Color #C37E8E in popluar number systems.

HEXC37E8E
Decimal195126142
Binary11000011111111010001110
Octal303176216

Shades and tints

Shades of #C37E8E

#C37E8E
(195,126,142)
#B27382
(178,115,130)
#A16876
(161,104,118)
#905D6A
(144,93,106)
#7F525E
(127,82,94)
#6E4752
(110,71,82)
#5D3C46
(93,60,70)
#4C313A
(76,49,58)
#3B262E
(59,38,46)
#2A1B22
(42,27,34)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #C37E8E

#C37E8E
(195,126,142)
#C88998
(200,137,152)
#CD94A2
(205,148,162)
#D29FAC
(210,159,172)
#D7AAB6
(215,170,182)
#DCB5C0
(220,181,192)
#E1C0CA
(225,192,202)
#E6CBD4
(230,203,212)
#EBD6DE
(235,214,222)
#F0E1E8
(240,225,232)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37E8E; }

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

This text font color is #C37E8E.


Background Color

.myBgColor { background-color: #C37E8E; }

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

This div background color is #C37E8E.


Border color

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

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

This div border color is #C37E8E.


Opacity

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

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

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

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

This text has shadow with #C37E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37E8E on black background.


Color preview on white background

This text has color #C37E8E on white background.



Black color preview on #C37E8E background

This text has black color on #C37E8E background.


White color preview on #C37E8E background

This text has white color on #C37E8E background.