COLOR #C37BB5

HEX: #C37BB5 RGB: (195,123,181)

Color info

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

RGB color model

#C37BB5 color RGB value is (195,123,181).

RGB: (195,123,181) (76%, 48%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 123 of 255 = 48%
B 181 of 255 = 71%

195
123
181

R + G + B ~ 65%. #C37BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 123 + 181 = 499 (100%)
R 195 of 499 ~ 39.08%
G 123 of 499 ~ 24.65%
B 181 of 499 ~ 36.27'%

%39.08
%24.65
%36.27

CMYK color model

#C37BB5 color CMYK value is (0,37,7,24).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 7.18%
  • key color value is 23.53%

CMYK: (0,37,7,24)
C0M37Y7K24 (0%, 37%, 7%, 24%)
(0.00 / 0.37 / 0.07 / 0.24)

CMYK percentages

%0
%36.92
%7.18
%23.53

Codes

Color #C37BB5 in popluar color models

C3 7B B5
RGB 195 123 181
HSL 312° 37.50% 62.35%
HSB/HSV 312° 36.92% 76.47%
CMYK 0.00% 36.92% 7.18%
23.53%

Color #C37BB5 in popluar number systems.

HEX C3 7B B5
Decimal 195 123 181
Binary 11000011 1111011 10110101
Octal 303 173 265

Shades and tints

Shades of #C37BB5

#C37BB5
(195,123,181)
#B270A5
(178,112,165)
#A16595
(161,101,149)
#905A85
(144,90,133)
#7F4F75
(127,79,117)
#6E4465
(110,68,101)
#5D3955
(93,57,85)
#4C2E45
(76,46,69)
#3B2335
(59,35,53)
#2A1825
(42,24,37)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #C37BB5

#C37BB5
(195,123,181)
#C887BB
(200,135,187)
#CD93C1
(205,147,193)
#D29FC7
(210,159,199)
#D7ABCD
(215,171,205)
#DCB7D3
(220,183,211)
#E1C3D9
(225,195,217)
#E6CFDF
(230,207,223)
#EBDBE5
(235,219,229)
#F0E7EB
(240,231,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37BB5 color. Also use rgb(195,123,181) instead hex code.

Text Font Color

.myTextColor { color: #C37BB5; }

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

This text font color is #C37BB5.

Background Color

.myBgColor { background-color: #C37BB5; }

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

This div background color is #C37BB5.

Border color

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

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

This div border color is #C37BB5.

Opacity

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

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

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

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

This text has shadow with #C37BB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37BB5.

Preview

Color preview on black background

This text has color #C37BB5 on black background.


Color preview on white background

This text has color #C37BB5 on white background.


Black color preview on #C37BB5 background

This text has black color on #C37BB5 background.


White color preview on #C37BB5 background

This text has white color on #C37BB5 background.


Related colors

Complementary color

Complementary color for #hex is #3C844A.


I love getcolorcode.com

Triadic colors

1 #B5C37B and #7BB5C3 with #C37BB5 are triadic colors.

2 #B57BC3 and #7BC3B5 with #C37BB5 are triadic colors.