COLOR #C374A1

HEX: #C374A1
RGB: (195,116,161)

Color info

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

RGB color model

#C374A1 color RGB value is (195,116,161).

  • red value is 195;
  • green value is 116;
  • blue value is 161.
RGB:
(195,116,161)
(76%,45%,63%)

RGB channels and saturation

R 195 of 255 = 76%
G 116 of 255 = 45%
B 161 of 255 = 63%

195
116
161

R + G + B ~ 61%. #C374A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 116 + 161 = 472 (100%)
R 195 of 472 ~ 41.31%
G 116 of 472 ~ 24.58%
B 161 of 472 ~ 34.11%

%41.31
%24.58
%34.11

CMYK color model

#C374A1 color CMYK value is (0,41,17,24).

  • cyan value is 0.00%
  • magenta value is 40.51%
  • yellow value is 17.44%
  • key color value is 23.53%
CMYK:
(0,41,17,24)
C0M41Y17K24 
(0%,41%,17%,24%)
(0.00/0.41/0.17/0.24)	

CMYK percentages

%0
%40.51
%17.44
%23.53

Codes

Color #C374A1 in popluar color models

C374A1
RGB195116161
HSL326°39.70%60.98%
HSB/HSV326°40.51%76.47%
CMYK0.00%40.51%17.44%
23.53%

Color #C374A1 in popluar number systems.

HEXC374A1
Decimal195116161
Binary11000011111010010100001
Octal303164241

Shades and tints

Shades of #C374A1

#C374A1
(195,116,161)
#B26A93
(178,106,147)
#A16085
(161,96,133)
#905677
(144,86,119)
#7F4C69
(127,76,105)
#6E425B
(110,66,91)
#5D384D
(93,56,77)
#4C2E3F
(76,46,63)
#3B2431
(59,36,49)
#2A1A23
(42,26,35)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #C374A1

#C374A1
(195,116,161)
#C880A9
(200,128,169)
#CD8CB1
(205,140,177)
#D298B9
(210,152,185)
#D7A4C1
(215,164,193)
#DCB0C9
(220,176,201)
#E1BCD1
(225,188,209)
#E6C8D9
(230,200,217)
#EBD4E1
(235,212,225)
#F0E0E9
(240,224,233)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C374A1 color. Also use rgb(195,116,161) instead hex code.

Text Font Color

.myTextColor { color: #C374A1; }

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

This text font color is #C374A1.


Background Color

.myBgColor { background-color: #C374A1; }

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

This div background color is #C374A1.


Border color

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

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

This div border color is #C374A1.


Opacity

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

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

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

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

This text has shadow with #C374A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C374A1 on black background.


Color preview on white background

This text has color #C374A1 on white background.



Black color preview on #C374A1 background

This text has black color on #C374A1 background.


White color preview on #C374A1 background

This text has white color on #C374A1 background.