COLOR #C385A6

HEX: #C385A6
RGB: (195,133,166)

Color info

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

RGB color model

#C385A6 color RGB value is (195,133,166).

  • red value is 195;
  • green value is 133;
  • blue value is 166.
RGB:
(195,133,166)
(76%,52%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 133 of 255 = 52%
B 166 of 255 = 65%

195
133
166

R + G + B ~ 64%. #C385A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 133 + 166 = 494 (100%)
R 195 of 494 ~ 39.47%
G 133 of 494 ~ 26.92%
B 166 of 494 ~ 33.6%

%39.47
%26.92
%33.6

CMYK color model

#C385A6 color CMYK value is (0,32,15,24).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 14.87%
  • key color value is 23.53%
CMYK:
(0,32,15,24)
C0M32Y15K24 
(0%,32%,15%,24%)
(0.00/0.32/0.15/0.24)	

CMYK percentages

%0
%31.79
%14.87
%23.53

Codes

Color #C385A6 in popluar color models

C385A6
RGB195133166
HSL328°34.07%64.31%
HSB/HSV328°31.79%76.47%
CMYK0.00%31.79%14.87%
23.53%

Color #C385A6 in popluar number systems.

HEXC385A6
Decimal195133166
Binary110000111000010110100110
Octal303205246

Shades and tints

Shades of #C385A6

#C385A6
(195,133,166)
#B27997
(178,121,151)
#A16D88
(161,109,136)
#906179
(144,97,121)
#7F556A
(127,85,106)
#6E495B
(110,73,91)
#5D3D4C
(93,61,76)
#4C313D
(76,49,61)
#3B252E
(59,37,46)
#2A191F
(42,25,31)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #C385A6

#C385A6
(195,133,166)
#C890AE
(200,144,174)
#CD9BB6
(205,155,182)
#D2A6BE
(210,166,190)
#D7B1C6
(215,177,198)
#DCBCCE
(220,188,206)
#E1C7D6
(225,199,214)
#E6D2DE
(230,210,222)
#EBDDE6
(235,221,230)
#F0E8EE
(240,232,238)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C385A6; }

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

This text font color is #C385A6.


Background Color

.myBgColor { background-color: #C385A6; }

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

This div background color is #C385A6.


Border color

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

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

This div border color is #C385A6.


Opacity

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

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

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

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

This text has shadow with #C385A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C385A6 on black background.


Color preview on white background

This text has color #C385A6 on white background.



Black color preview on #C385A6 background

This text has black color on #C385A6 background.


White color preview on #C385A6 background

This text has white color on #C385A6 background.