COLOR #C37090

HEX: #C37090
RGB: (195,112,144)

Color info

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

RGB color model

#C37090 color RGB value is (195,112,144).

  • red value is 195;
  • green value is 112;
  • blue value is 144.
RGB:
(195,112,144)
(76%,44%,56%)

RGB channels and saturation

R 195 of 255 = 76%
G 112 of 255 = 44%
B 144 of 255 = 56%

195
112
144

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

Portions of RGB colors in percentages

R + G + B =
195 + 112 + 144 = 451 (100%)
R 195 of 451 ~ 43.24%
G 112 of 451 ~ 24.83%
B 144 of 451 ~ 31.93%

%43.24
%24.83
%31.93

CMYK color model

#C37090 color CMYK value is (0,43,26,24).

  • cyan value is 0.00%
  • magenta value is 42.56%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK:
(0,43,26,24)
C0M43Y26K24 
(0%,43%,26%,24%)
(0.00/0.43/0.26/0.24)	

CMYK percentages

%0
%42.56
%26.15
%23.53

Codes

Color #C37090 in popluar color models

C37090
RGB195112144
HSL337°40.89%60.20%
HSB/HSV337°42.56%76.47%
CMYK0.00%42.56%26.15%
23.53%

Color #C37090 in popluar number systems.

HEXC37090
Decimal195112144
Binary11000011111000010010000
Octal303160220

Shades and tints

Shades of #C37090

#C37090
(195,112,144)
#B26683
(178,102,131)
#A15C76
(161,92,118)
#905269
(144,82,105)
#7F485C
(127,72,92)
#6E3E4F
(110,62,79)
#5D3442
(93,52,66)
#4C2A35
(76,42,53)
#3B2028
(59,32,40)
#2A161B
(42,22,27)
#190C0E
(25,12,14)
#000000
(0,0,0)

Tints of #C37090

#C37090
(195,112,144)
#C87D9A
(200,125,154)
#CD8AA4
(205,138,164)
#D297AE
(210,151,174)
#D7A4B8
(215,164,184)
#DCB1C2
(220,177,194)
#E1BECC
(225,190,204)
#E6CBD6
(230,203,214)
#EBD8E0
(235,216,224)
#F0E5EA
(240,229,234)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37090 color. Also use rgb(195,112,144) instead hex code.

Text Font Color

.myTextColor { color: #C37090; }

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

This text font color is #C37090.


Background Color

.myBgColor { background-color: #C37090; }

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

This div background color is #C37090.


Border color

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

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

This div border color is #C37090.


Opacity

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

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

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

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

This text has shadow with #C37090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37090 on black background.


Color preview on white background

This text has color #C37090 on white background.



Black color preview on #C37090 background

This text has black color on #C37090 background.


White color preview on #C37090 background

This text has white color on #C37090 background.