COLOR #C391AF

HEX: #C391AF RGB: (195,145,175)

Color info

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

RGB color model

#C391AF color RGB value is (195,145,175).

RGB: (195,145,175) (76%, 57%, 69%)

RGB channels and saturation

R 195 of 255 = 76%
G 145 of 255 = 57%
B 175 of 255 = 69%

195
145
175

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

Portions of RGB colors in percentages

R + G + B = 195 + 145 + 175 = 515 (100%)
R 195 of 515 ~ 37.86%
G 145 of 515 ~ 28.16%
B 175 of 515 ~ 33.98'%

%37.86
%28.16
%33.98

CMYK color model

#C391AF color CMYK value is (0,26,10,24).

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

CMYK: (0,26,10,24)
C0M26Y10K24 (0%, 26%, 10%, 24%)
(0.00 / 0.26 / 0.10 / 0.24)

CMYK percentages

%0
%25.64
%10.26
%23.53

Codes

Color #C391AF in popluar color models

C3 91 AF
RGB 195 145 175
HSL 324° 29.41% 66.67%
HSB/HSV 324° 25.64% 76.47%
CMYK 0.00% 25.64% 10.26%
23.53%

Color #C391AF in popluar number systems.

HEX C3 91 AF
Decimal 195 145 175
Binary 11000011 10010001 10101111
Octal 303 221 257

Shades and tints

Shades of #C391AF

#C391AF
(195,145,175)
#B284A0
(178,132,160)
#A17791
(161,119,145)
#906A82
(144,106,130)
#7F5D73
(127,93,115)
#6E5064
(110,80,100)
#5D4355
(93,67,85)
#4C3646
(76,54,70)
#3B2937
(59,41,55)
#2A1C28
(42,28,40)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #C391AF

#C391AF
(195,145,175)
#C89BB6
(200,155,182)
#CDA5BD
(205,165,189)
#D2AFC4
(210,175,196)
#D7B9CB
(215,185,203)
#DCC3D2
(220,195,210)
#E1CDD9
(225,205,217)
#E6D7E0
(230,215,224)
#EBE1E7
(235,225,231)
#F0EBEE
(240,235,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C391AF; }

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

This text font color is #C391AF.

Background Color

.myBgColor { background-color: #C391AF; }

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

This div background color is #C391AF.

Border color

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

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

This div border color is #C391AF.

Opacity

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

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

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

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

This text has shadow with #C391AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C391AF.

Preview

Color preview on black background

This text has color #C391AF on black background.


Color preview on white background

This text has color #C391AF on white background.


Black color preview on #C391AF background

This text has black color on #C391AF background.


White color preview on #C391AF background

This text has white color on #C391AF background.


Related colors

Complementary color

Complementary color for #hex is #3C6E50.


I love getcolorcode.com

Triadic colors

1 #AFC391 and #91AFC3 with #C391AF are triadic colors.

2 #AF91C3 and #91C3AF with #C391AF are triadic colors.