COLOR #C37CA5

HEX: #C37CA5
RGB: (195,124,165)

Color info

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

RGB color model

#C37CA5 color RGB value is (195,124,165).

  • red value is 195;
  • green value is 124;
  • blue value is 165.
RGB:
(195,124,165)
(76%,49%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 124 of 255 = 49%
B 165 of 255 = 65%

195
124
165

R + G + B ~ 63%. #C37CA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 124 + 165 = 484 (100%)
R 195 of 484 ~ 40.29%
G 124 of 484 ~ 25.62%
B 165 of 484 ~ 34.09%

%40.29
%25.62
%34.09

CMYK color model

#C37CA5 color CMYK value is (0,36,15,24).

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,36,15,24)
C0M36Y15K24 
(0%,36%,15%,24%)
(0.00/0.36/0.15/0.24)	

CMYK percentages

%0
%36.41
%15.38
%23.53

Codes

Color #C37CA5 in popluar color models

C37CA5
RGB195124165
HSL325°37.17%62.55%
HSB/HSV325°36.41%76.47%
CMYK0.00%36.41%15.38%
23.53%

Color #C37CA5 in popluar number systems.

HEXC37CA5
Decimal195124165
Binary11000011111110010100101
Octal303174245

Shades and tints

Shades of #C37CA5

#C37CA5
(195,124,165)
#B27196
(178,113,150)
#A16687
(161,102,135)
#905B78
(144,91,120)
#7F5069
(127,80,105)
#6E455A
(110,69,90)
#5D3A4B
(93,58,75)
#4C2F3C
(76,47,60)
#3B242D
(59,36,45)
#2A191E
(42,25,30)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #C37CA5

#C37CA5
(195,124,165)
#C887AD
(200,135,173)
#CD92B5
(205,146,181)
#D29DBD
(210,157,189)
#D7A8C5
(215,168,197)
#DCB3CD
(220,179,205)
#E1BED5
(225,190,213)
#E6C9DD
(230,201,221)
#EBD4E5
(235,212,229)
#F0DFED
(240,223,237)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37CA5 color. Also use rgb(195,124,165) instead hex code.

Text Font Color

.myTextColor { color: #C37CA5; }

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

This text font color is #C37CA5.


Background Color

.myBgColor { background-color: #C37CA5; }

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

This div background color is #C37CA5.


Border color

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

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

This div border color is #C37CA5.


Opacity

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

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

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

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

This text has shadow with #C37CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37CA5 on black background.


Color preview on white background

This text has color #C37CA5 on white background.



Black color preview on #C37CA5 background

This text has black color on #C37CA5 background.


White color preview on #C37CA5 background

This text has white color on #C37CA5 background.