COLOR #C37895

HEX: #C37895
RGB: (195,120,149)

Color info

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

RGB color model

#C37895 color RGB value is (195,120,149).

  • red value is 195;
  • green value is 120;
  • blue value is 149.
RGB:
(195,120,149)
(76%,47%,58%)

RGB channels and saturation

R 195 of 255 = 76%
G 120 of 255 = 47%
B 149 of 255 = 58%

195
120
149

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

Portions of RGB colors in percentages

R + G + B =
195 + 120 + 149 = 464 (100%)
R 195 of 464 ~ 42.03%
G 120 of 464 ~ 25.86%
B 149 of 464 ~ 32.11%

%42.03
%25.86
%32.11

CMYK color model

#C37895 color CMYK value is (0,38,24,24).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK:
(0,38,24,24)
C0M38Y24K24 
(0%,38%,24%,24%)
(0.00/0.38/0.24/0.24)	

CMYK percentages

%0
%38.46
%23.59
%23.53

Codes

Color #C37895 in popluar color models

C37895
RGB195120149
HSL337°38.46%61.76%
HSB/HSV337°38.46%76.47%
CMYK0.00%38.46%23.59%
23.53%

Color #C37895 in popluar number systems.

HEXC37895
Decimal195120149
Binary11000011111100010010101
Octal303170225

Shades and tints

Shades of #C37895

#C37895
(195,120,149)
#B26E88
(178,110,136)
#A1647B
(161,100,123)
#905A6E
(144,90,110)
#7F5061
(127,80,97)
#6E4654
(110,70,84)
#5D3C47
(93,60,71)
#4C323A
(76,50,58)
#3B282D
(59,40,45)
#2A1E20
(42,30,32)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #C37895

#C37895
(195,120,149)
#C8849E
(200,132,158)
#CD90A7
(205,144,167)
#D29CB0
(210,156,176)
#D7A8B9
(215,168,185)
#DCB4C2
(220,180,194)
#E1C0CB
(225,192,203)
#E6CCD4
(230,204,212)
#EBD8DD
(235,216,221)
#F0E4E6
(240,228,230)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37895 color. Also use rgb(195,120,149) instead hex code.

Text Font Color

.myTextColor { color: #C37895; }

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

This text font color is #C37895.


Background Color

.myBgColor { background-color: #C37895; }

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

This div background color is #C37895.


Border color

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

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

This div border color is #C37895.


Opacity

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

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

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

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

This text has shadow with #C37895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37895 on black background.


Color preview on white background

This text has color #C37895 on white background.



Black color preview on #C37895 background

This text has black color on #C37895 background.


White color preview on #C37895 background

This text has white color on #C37895 background.