COLOR #C37192

HEX: #C37192
RGB: (195,113,146)

Color info

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

RGB color model

#C37192 color RGB value is (195,113,146).

  • red value is 195;
  • green value is 113;
  • blue value is 146.
RGB:
(195,113,146)
(76%,44%,57%)

RGB channels and saturation

R 195 of 255 = 76%
G 113 of 255 = 44%
B 146 of 255 = 57%

195
113
146

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

Portions of RGB colors in percentages

R + G + B =
195 + 113 + 146 = 454 (100%)
R 195 of 454 ~ 42.95%
G 113 of 454 ~ 24.89%
B 146 of 454 ~ 32.16%

%42.95
%24.89
%32.16

CMYK color model

#C37192 color CMYK value is (0,42,25,24).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 25.13%
  • key color value is 23.53%
CMYK:
(0,42,25,24)
C0M42Y25K24 
(0%,42%,25%,24%)
(0.00/0.42/0.25/0.24)	

CMYK percentages

%0
%42.05
%25.13
%23.53

Codes

Color #C37192 in popluar color models

C37192
RGB195113146
HSL336°40.59%60.39%
HSB/HSV336°42.05%76.47%
CMYK0.00%42.05%25.13%
23.53%

Color #C37192 in popluar number systems.

HEXC37192
Decimal195113146
Binary11000011111000110010010
Octal303161222

Shades and tints

Shades of #C37192

#C37192
(195,113,146)
#B26785
(178,103,133)
#A15D78
(161,93,120)
#90536B
(144,83,107)
#7F495E
(127,73,94)
#6E3F51
(110,63,81)
#5D3544
(93,53,68)
#4C2B37
(76,43,55)
#3B212A
(59,33,42)
#2A171D
(42,23,29)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #C37192

#C37192
(195,113,146)
#C87D9B
(200,125,155)
#CD89A4
(205,137,164)
#D295AD
(210,149,173)
#D7A1B6
(215,161,182)
#DCADBF
(220,173,191)
#E1B9C8
(225,185,200)
#E6C5D1
(230,197,209)
#EBD1DA
(235,209,218)
#F0DDE3
(240,221,227)
#F5E9EC
(245,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37192 color. Also use rgb(195,113,146) instead hex code.

Text Font Color

.myTextColor { color: #C37192; }

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

This text font color is #C37192.


Background Color

.myBgColor { background-color: #C37192; }

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

This div background color is #C37192.


Border color

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

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

This div border color is #C37192.


Opacity

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

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

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

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

This text has shadow with #C37192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37192 on black background.


Color preview on white background

This text has color #C37192 on white background.



Black color preview on #C37192 background

This text has black color on #C37192 background.


White color preview on #C37192 background

This text has white color on #C37192 background.