COLOR #C391B9

HEX: #C391B9 RGB: (195,145,185)

Color info

#C391B9 contains red, green and blue colors in about the same proportion. Web safe color of #C391B9 is #CC99CC (or #C9C).

RGB color model

#C391B9 color RGB value is (195,145,185).

RGB: (195,145,185) (76%, 57%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 145 of 255 = 57%
B 185 of 255 = 73%

195
145
185

R + G + B ~ 69%. #C391B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 145 + 185 = 525 (100%)
R 195 of 525 ~ 37.14%
G 145 of 525 ~ 27.62%
B 185 of 525 ~ 35.24'%

%37.14
%27.62
%35.24

CMYK color model

#C391B9 color CMYK value is (0,26,5,24).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 5.13%
  • key color value is 23.53%

CMYK: (0,26,5,24)
C0M26Y5K24 (0%, 26%, 5%, 24%)
(0.00 / 0.26 / 0.05 / 0.24)

CMYK percentages

%0
%25.64
%5.13
%23.53

Codes

Color #C391B9 in popluar color models

C3 91 B9
RGB 195 145 185
HSL 312° 29.41% 66.67%
HSB/HSV 312° 25.64% 76.47%
CMYK 0.00% 25.64% 5.13%
23.53%

Color #C391B9 in popluar number systems.

HEX C3 91 B9
Decimal 195 145 185
Binary 11000011 10010001 10111001
Octal 303 221 271

Shades and tints

Shades of #C391B9

#C391B9
(195,145,185)
#B284A9
(178,132,169)
#A17799
(161,119,153)
#906A89
(144,106,137)
#7F5D79
(127,93,121)
#6E5069
(110,80,105)
#5D4359
(93,67,89)
#4C3649
(76,54,73)
#3B2939
(59,41,57)
#2A1C29
(42,28,41)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #C391B9

#C391B9
(195,145,185)
#C89BBF
(200,155,191)
#CDA5C5
(205,165,197)
#D2AFCB
(210,175,203)
#D7B9D1
(215,185,209)
#DCC3D7
(220,195,215)
#E1CDDD
(225,205,221)
#E6D7E3
(230,215,227)
#EBE1E9
(235,225,233)
#F0EBEF
(240,235,239)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C391B9; }

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

This text font color is #C391B9.

Background Color

.myBgColor { background-color: #C391B9; }

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

This div background color is #C391B9.

Border color

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

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

This div border color is #C391B9.

Opacity

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

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

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

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

This text has shadow with #C391B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C391B9.

Preview

Color preview on black background

This text has color #C391B9 on black background.


Color preview on white background

This text has color #C391B9 on white background.


Black color preview on #C391B9 background

This text has black color on #C391B9 background.


White color preview on #C391B9 background

This text has white color on #C391B9 background.


Related colors

Complementary color

Complementary color for #hex is #3C6E46.


I love getcolorcode.com

Triadic colors

1 #B9C391 and #91B9C3 with #C391B9 are triadic colors.

2 #B991C3 and #91C3B9 with #C391B9 are triadic colors.