COLOR #C37883

HEX: #C37883
RGB: (195,120,131)

Color info

#C37883 contains mainly red color. Web safe color of #C37883 is #CC6699 (or #C69).

RGB color model

#C37883 color RGB value is (195,120,131).

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

RGB channels and saturation

R 195 of 255 = 76%
G 120 of 255 = 47%
B 131 of 255 = 51%

195
120
131

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

Portions of RGB colors in percentages

R + G + B =
195 + 120 + 131 = 446 (100%)
R 195 of 446 ~ 43.72%
G 120 of 446 ~ 26.91%
B 131 of 446 ~ 29.37%

%43.72
%26.91
%29.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 32.82%
  • key color value is 23.53%
CMYK:
(0,38,33,24)
C0M38Y33K24 
(0%,38%,33%,24%)
(0.00/0.38/0.33/0.24)	

CMYK percentages

%0
%38.46
%32.82
%23.53

Codes

Color #C37883 in popluar color models

C37883
RGB195120131
HSL351°38.46%61.76%
HSB/HSV351°38.46%76.47%
CMYK0.00%38.46%32.82%
23.53%

Color #C37883 in popluar number systems.

HEXC37883
Decimal195120131
Binary11000011111100010000011
Octal303170203

Shades and tints

Shades of #C37883

#C37883
(195,120,131)
#B26E78
(178,110,120)
#A1646D
(161,100,109)
#905A62
(144,90,98)
#7F5057
(127,80,87)
#6E464C
(110,70,76)
#5D3C41
(93,60,65)
#4C3236
(76,50,54)
#3B282B
(59,40,43)
#2A1E20
(42,30,32)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #C37883

#C37883
(195,120,131)
#C8848E
(200,132,142)
#CD9099
(205,144,153)
#D29CA4
(210,156,164)
#D7A8AF
(215,168,175)
#DCB4BA
(220,180,186)
#E1C0C5
(225,192,197)
#E6CCD0
(230,204,208)
#EBD8DB
(235,216,219)
#F0E4E6
(240,228,230)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37883; }

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

This text font color is #C37883.


Background Color

.myBgColor { background-color: #C37883; }

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

This div background color is #C37883.


Border color

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

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

This div border color is #C37883.


Opacity

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

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

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

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

This text has shadow with #C37883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37883 on black background.


Color preview on white background

This text has color #C37883 on white background.



Black color preview on #C37883 background

This text has black color on #C37883 background.


White color preview on #C37883 background

This text has white color on #C37883 background.