COLOR #C37FBB

HEX: #C37FBB RGB: (195,127,187)

Color info

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

RGB color model

#C37FBB color RGB value is (195,127,187).

RGB: (195,127,187) (76%, 50%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 187 of 255 = 73%

195
127
187

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

Portions of RGB colors in percentages

R + G + B = 195 + 127 + 187 = 509 (100%)
R 195 of 509 ~ 38.31%
G 127 of 509 ~ 24.95%
B 187 of 509 ~ 36.74'%

%38.31
%24.95
%36.74

CMYK color model

#C37FBB color CMYK value is (0,35,4,24).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK: (0,35,4,24) C0M35Y4K24 (0%,35%,4%,24%) (0.00/0.35/0.04/0.24) 

CMYK percentages

%0
%34.87
%4.1
%23.53

Codes

Color #C37FBB in popluar color models

C3 7F BB
RGB 195 127 187
HSL 307° 36.17% 63.14%
HSB/HSV 307° 34.87% 76.47%
CMYK 0.00% 34.87% 4.10%
23.53%

Color #C37FBB in popluar number systems.

HEX C3 7F BB
Decimal 195 127 187
Binary 11000011 1111111 10111011
Octal 303 177 273

Shades and tints

Shades of #C37FBB

#C37FBB
(195,127,187)
#B274AA
(178,116,170)
#A16999
(161,105,153)
#905E88
(144,94,136)
#7F5377
(127,83,119)
#6E4866
(110,72,102)
#5D3D55
(93,61,85)
#4C3244
(76,50,68)
#3B2733
(59,39,51)
#2A1C22
(42,28,34)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C37FBB

#C37FBB
(195,127,187)
#C88AC1
(200,138,193)
#CD95C7
(205,149,199)
#D2A0CD
(210,160,205)
#D7ABD3
(215,171,211)
#DCB6D9
(220,182,217)
#E1C1DF
(225,193,223)
#E6CCE5
(230,204,229)
#EBD7EB
(235,215,235)
#F0E2F1
(240,226,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37FBB; }

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

This text font color is #C37FBB.

Background Color

.myBgColor { background-color: #C37FBB; }

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

This div background color is #C37FBB.

Border color

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

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

This div border color is #C37FBB.

Opacity

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

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

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

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

This text has shadow with #C37FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37FBB.

Preview

Color preview on black background

This text has color #C37FBB on black background.


Color preview on white background

This text has color #C37FBB on white background.


Black color preview on #C37FBB background

This text has black color on #C37FBB background.


White color preview on #C37FBB background

This text has white color on #C37FBB background.


Related colors

Complementary color

Complementary color for #hex is #3C8044.


I love getcolorcode.com

Triadic colors

1 #BBC37F and #7FBBC3 with #C37FBB are triadic colors.

2 #BB7FC3 and #7FC3BB with #C37FBB are triadic colors.