COLOR #C391A7

HEX: #C391A7
RGB: (195,145,167)

Color info

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

RGB color model

#C391A7 color RGB value is (195,145,167).

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

RGB channels and saturation

R 195 of 255 = 76%
G 145 of 255 = 57%
B 167 of 255 = 65%

195
145
167

R + G + B ~ 66%. #C391A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 145 + 167 = 507 (100%)
R 195 of 507 ~ 38.46%
G 145 of 507 ~ 28.6%
B 167 of 507 ~ 32.94%

%38.46
%28.6
%32.94

CMYK color model

#C391A7 color CMYK value is (0,26,14,24).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,26,14,24)
C0M26Y14K24 
(0%,26%,14%,24%)
(0.00/0.26/0.14/0.24)	

CMYK percentages

%0
%25.64
%14.36
%23.53

Codes

Color #C391A7 in popluar color models

C391A7
RGB195145167
HSL334°29.41%66.67%
HSB/HSV334°25.64%76.47%
CMYK0.00%25.64%14.36%
23.53%

Color #C391A7 in popluar number systems.

HEXC391A7
Decimal195145167
Binary110000111001000110100111
Octal303221247

Shades and tints

Shades of #C391A7

#C391A7
(195,145,167)
#B28498
(178,132,152)
#A17789
(161,119,137)
#906A7A
(144,106,122)
#7F5D6B
(127,93,107)
#6E505C
(110,80,92)
#5D434D
(93,67,77)
#4C363E
(76,54,62)
#3B292F
(59,41,47)
#2A1C20
(42,28,32)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #C391A7

#C391A7
(195,145,167)
#C89BAF
(200,155,175)
#CDA5B7
(205,165,183)
#D2AFBF
(210,175,191)
#D7B9C7
(215,185,199)
#DCC3CF
(220,195,207)
#E1CDD7
(225,205,215)
#E6D7DF
(230,215,223)
#EBE1E7
(235,225,231)
#F0EBEF
(240,235,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C391A7; }

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

This text font color is #C391A7.


Background Color

.myBgColor { background-color: #C391A7; }

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

This div background color is #C391A7.


Border color

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

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

This div border color is #C391A7.


Opacity

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

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

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

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

This text has shadow with #C391A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C391A7 on black background.


Color preview on white background

This text has color #C391A7 on white background.



Black color preview on #C391A7 background

This text has black color on #C391A7 background.


White color preview on #C391A7 background

This text has white color on #C391A7 background.