COLOR #C391AB

HEX: #C391AB
RGB: (195,145,171)

Color info

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

RGB color model

#C391AB color RGB value is (195,145,171).

  • red value is 195;
  • green value is 145;
  • blue value is 171.
RGB:
(195,145,171)
(76%,57%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 145 of 255 = 57%
B 171 of 255 = 67%

195
145
171

R + G + B ~ 67%. #C391AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 145 + 171 = 511 (100%)
R 195 of 511 ~ 38.16%
G 145 of 511 ~ 28.38%
B 171 of 511 ~ 33.46%

%38.16
%28.38
%33.46

CMYK color model

#C391AB color CMYK value is (0,26,12,24).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 12.31%
  • key color value is 23.53%
CMYK:
(0,26,12,24)
C0M26Y12K24 
(0%,26%,12%,24%)
(0.00/0.26/0.12/0.24)	

CMYK percentages

%0
%25.64
%12.31
%23.53

Codes

Color #C391AB in popluar color models

C391AB
RGB195145171
HSL329°29.41%66.67%
HSB/HSV329°25.64%76.47%
CMYK0.00%25.64%12.31%
23.53%

Color #C391AB in popluar number systems.

HEXC391AB
Decimal195145171
Binary110000111001000110101011
Octal303221253

Shades and tints

Shades of #C391AB

#C391AB
(195,145,171)
#B2849C
(178,132,156)
#A1778D
(161,119,141)
#906A7E
(144,106,126)
#7F5D6F
(127,93,111)
#6E5060
(110,80,96)
#5D4351
(93,67,81)
#4C3642
(76,54,66)
#3B2933
(59,41,51)
#2A1C24
(42,28,36)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #C391AB

#C391AB
(195,145,171)
#C89BB2
(200,155,178)
#CDA5B9
(205,165,185)
#D2AFC0
(210,175,192)
#D7B9C7
(215,185,199)
#DCC3CE
(220,195,206)
#E1CDD5
(225,205,213)
#E6D7DC
(230,215,220)
#EBE1E3
(235,225,227)
#F0EBEA
(240,235,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C391AB color. Also use rgb(195,145,171) instead hex code.

Text Font Color

.myTextColor { color: #C391AB; }

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

This text font color is #C391AB.


Background Color

.myBgColor { background-color: #C391AB; }

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

This div background color is #C391AB.


Border color

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

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

This div border color is #C391AB.


Opacity

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

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

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

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

This text has shadow with #C391AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C391AB on black background.


Color preview on white background

This text has color #C391AB on white background.



Black color preview on #C391AB background

This text has black color on #C391AB background.


White color preview on #C391AB background

This text has white color on #C391AB background.