COLOR #C37FB6

HEX: #C37FB6
RGB: (195,127,182)

Color info

#C37FB6 contains mainly red and blue colors. Web safe color of #C37FB6 is #CC66CC (or #C6C).

RGB color model

#C37FB6 color RGB value is (195,127,182).

  • red value is 195;
  • green value is 127;
  • blue value is 182.
RGB:
(195,127,182)
(76%,50%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 182 of 255 = 71%

195
127
182

R + G + B ~ 66%. #C37FB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 127 + 182 = 504 (100%)
R 195 of 504 ~ 38.69%
G 127 of 504 ~ 25.2%
B 182 of 504 ~ 36.11%

%38.69
%25.2
%36.11

CMYK color model

#C37FB6 color CMYK value is (0,35,7,24).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(0,35,7,24)
C0M35Y7K24 
(0%,35%,7%,24%)
(0.00/0.35/0.07/0.24)	

CMYK percentages

%0
%34.87
%6.67
%23.53

Codes

Color #C37FB6 in popluar color models

C37FB6
RGB195127182
HSL311°36.17%63.14%
HSB/HSV311°34.87%76.47%
CMYK0.00%34.87%6.67%
23.53%

Color #C37FB6 in popluar number systems.

HEXC37FB6
Decimal195127182
Binary11000011111111110110110
Octal303177266

Shades and tints

Shades of #C37FB6

#C37FB6
(195,127,182)
#B274A6
(178,116,166)
#A16996
(161,105,150)
#905E86
(144,94,134)
#7F5376
(127,83,118)
#6E4866
(110,72,102)
#5D3D56
(93,61,86)
#4C3246
(76,50,70)
#3B2736
(59,39,54)
#2A1C26
(42,28,38)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #C37FB6

#C37FB6
(195,127,182)
#C88ABC
(200,138,188)
#CD95C2
(205,149,194)
#D2A0C8
(210,160,200)
#D7ABCE
(215,171,206)
#DCB6D4
(220,182,212)
#E1C1DA
(225,193,218)
#E6CCE0
(230,204,224)
#EBD7E6
(235,215,230)
#F0E2EC
(240,226,236)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37FB6 color. Also use rgb(195,127,182) instead hex code.

Text Font Color

.myTextColor { color: #C37FB6; }

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

This text font color is #C37FB6.


Background Color

.myBgColor { background-color: #C37FB6; }

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

This div background color is #C37FB6.


Border color

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

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

This div border color is #C37FB6.


Opacity

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

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

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

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

This text has shadow with #C37FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37FB6 on black background.


Color preview on white background

This text has color #C37FB6 on white background.



Black color preview on #C37FB6 background

This text has black color on #C37FB6 background.


White color preview on #C37FB6 background

This text has white color on #C37FB6 background.