COLOR #C388A8

HEX: #C388A8
RGB: (195,136,168)

Color info

#C388A8 contains red, green and blue colors in about the same proportion. Web safe color of #C388A8 is #CC9999 (or #C99).

RGB color model

#C388A8 color RGB value is (195,136,168).

  • red value is 195;
  • green value is 136;
  • blue value is 168.
RGB:
(195,136,168)
(76%,53%,66%)

RGB channels and saturation

R 195 of 255 = 76%
G 136 of 255 = 53%
B 168 of 255 = 66%

195
136
168

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

Portions of RGB colors in percentages

R + G + B =
195 + 136 + 168 = 499 (100%)
R 195 of 499 ~ 39.08%
G 136 of 499 ~ 27.25%
B 168 of 499 ~ 33.67%

%39.08
%27.25
%33.67

CMYK color model

#C388A8 color CMYK value is (0,30,14,24).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 13.85%
  • key color value is 23.53%
CMYK:
(0,30,14,24)
C0M30Y14K24 
(0%,30%,14%,24%)
(0.00/0.30/0.14/0.24)	

CMYK percentages

%0
%30.26
%13.85
%23.53

Codes

Color #C388A8 in popluar color models

C388A8
RGB195136168
HSL327°32.96%64.90%
HSB/HSV327°30.26%76.47%
CMYK0.00%30.26%13.85%
23.53%

Color #C388A8 in popluar number systems.

HEXC388A8
Decimal195136168
Binary110000111000100010101000
Octal303210250

Shades and tints

Shades of #C388A8

#C388A8
(195,136,168)
#B27C99
(178,124,153)
#A1708A
(161,112,138)
#90647B
(144,100,123)
#7F586C
(127,88,108)
#6E4C5D
(110,76,93)
#5D404E
(93,64,78)
#4C343F
(76,52,63)
#3B2830
(59,40,48)
#2A1C21
(42,28,33)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #C388A8

#C388A8
(195,136,168)
#C892AF
(200,146,175)
#CD9CB6
(205,156,182)
#D2A6BD
(210,166,189)
#D7B0C4
(215,176,196)
#DCBACB
(220,186,203)
#E1C4D2
(225,196,210)
#E6CED9
(230,206,217)
#EBD8E0
(235,216,224)
#F0E2E7
(240,226,231)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C388A8 color. Also use rgb(195,136,168) instead hex code.

Text Font Color

.myTextColor { color: #C388A8; }

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

This text font color is #C388A8.


Background Color

.myBgColor { background-color: #C388A8; }

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

This div background color is #C388A8.


Border color

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

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

This div border color is #C388A8.


Opacity

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

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

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

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

This text has shadow with #C388A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C388A8 on black background.


Color preview on white background

This text has color #C388A8 on white background.



Black color preview on #C388A8 background

This text has black color on #C388A8 background.


White color preview on #C388A8 background

This text has white color on #C388A8 background.