COLOR #C387A6

HEX: #C387A6 RGB: (195,135,166)

Color info

#C387A6 contains mainly red and blue colors. Web safe color of #C387A6 is #CC9999 (or #C99).

RGB color model

#C387A6 color RGB value is (195,135,166).

RGB: (195,135,166) (76%, 53%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 135 of 255 = 53%
B 166 of 255 = 65%

195
135
166

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

Portions of RGB colors in percentages

R + G + B = 195 + 135 + 166 = 496 (100%)
R 195 of 496 ~ 39.31%
G 135 of 496 ~ 27.22%
B 166 of 496 ~ 33.47'%

%39.31
%27.22
%33.47

CMYK color model

#C387A6 color CMYK value is (0,31,15,24).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 14.87%
  • key color value is 23.53%

CMYK: (0,31,15,24)
C0M31Y15K24 (0%, 31%, 15%, 24%)
(0.00 / 0.31 / 0.15 / 0.24)

CMYK percentages

%0
%30.77
%14.87
%23.53

Codes

Color #C387A6 in popluar color models

C3 87 A6
RGB 195 135 166
HSL 329° 33.33% 64.71%
HSB/HSV 329° 30.77% 76.47%
CMYK 0.00% 30.77% 14.87%
23.53%

Color #C387A6 in popluar number systems.

HEX C3 87 A6
Decimal 195 135 166
Binary 11000011 10000111 10100110
Octal 303 207 246

Shades and tints

Shades of #C387A6

#C387A6
(195,135,166)
#B27B97
(178,123,151)
#A16F88
(161,111,136)
#906379
(144,99,121)
#7F576A
(127,87,106)
#6E4B5B
(110,75,91)
#5D3F4C
(93,63,76)
#4C333D
(76,51,61)
#3B272E
(59,39,46)
#2A1B1F
(42,27,31)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #C387A6

#C387A6
(195,135,166)
#C891AE
(200,145,174)
#CD9BB6
(205,155,182)
#D2A5BE
(210,165,190)
#D7AFC6
(215,175,198)
#DCB9CE
(220,185,206)
#E1C3D6
(225,195,214)
#E6CDDE
(230,205,222)
#EBD7E6
(235,215,230)
#F0E1EE
(240,225,238)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C387A6 color. Also use rgb(195,135,166) instead hex code.

Text Font Color

.myTextColor { color: #C387A6; }

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

This text font color is #C387A6.

Background Color

.myBgColor { background-color: #C387A6; }

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

This div background color is #C387A6.

Border color

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

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

This div border color is #C387A6.

Opacity

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

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

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

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

This text has shadow with #C387A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C387A6.

Preview

Color preview on black background

This text has color #C387A6 on black background.


Color preview on white background

This text has color #C387A6 on white background.


Black color preview on #C387A6 background

This text has black color on #C387A6 background.


White color preview on #C387A6 background

This text has white color on #C387A6 background.


Related colors

Complementary color

Complementary color for #hex is #3C7859.


I love getcolorcode.com

Triadic colors

1 #A6C387 and #87A6C3 with #C387A6 are triadic colors.

2 #A687C3 and #87C3A6 with #C387A6 are triadic colors.