COLOR #C393A1

HEX: #C393A1 RGB: (195,147,161)

Color info

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

RGB color model

#C393A1 color RGB value is (195,147,161).

RGB: (195,147,161) (76%, 58%, 63%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 161 of 255 = 63%

195
147
161

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

Portions of RGB colors in percentages

R + G + B = 195 + 147 + 161 = 503 (100%)
R 195 of 503 ~ 38.77%
G 147 of 503 ~ 29.22%
B 161 of 503 ~ 32.01'%

%38.77
%29.22
%32.01

CMYK color model

#C393A1 color CMYK value is (0,25,17,24).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 17.44%
  • key color value is 23.53%

CMYK: (0,25,17,24)
C0M25Y17K24 (0%, 25%, 17%, 24%)
(0.00 / 0.25 / 0.17 / 0.24)

CMYK percentages

%0
%24.62
%17.44
%23.53

Codes

Color #C393A1 in popluar color models

C3 93 A1
RGB 195 147 161
HSL 343° 28.57% 67.06%
HSB/HSV 343° 24.62% 76.47%
CMYK 0.00% 24.62% 17.44%
23.53%

Color #C393A1 in popluar number systems.

HEX C3 93 A1
Decimal 195 147 161
Binary 11000011 10010011 10100001
Octal 303 223 241

Shades and tints

Shades of #C393A1

#C393A1
(195,147,161)
#B28693
(178,134,147)
#A17985
(161,121,133)
#906C77
(144,108,119)
#7F5F69
(127,95,105)
#6E525B
(110,82,91)
#5D454D
(93,69,77)
#4C383F
(76,56,63)
#3B2B31
(59,43,49)
#2A1E23
(42,30,35)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #C393A1

#C393A1
(195,147,161)
#C89CA9
(200,156,169)
#CDA5B1
(205,165,177)
#D2AEB9
(210,174,185)
#D7B7C1
(215,183,193)
#DCC0C9
(220,192,201)
#E1C9D1
(225,201,209)
#E6D2D9
(230,210,217)
#EBDBE1
(235,219,225)
#F0E4E9
(240,228,233)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C393A1 color. Also use rgb(195,147,161) instead hex code.

Text Font Color

.myTextColor { color: #C393A1; }

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

This text font color is #C393A1.

Background Color

.myBgColor { background-color: #C393A1; }

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

This div background color is #C393A1.

Border color

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

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

This div border color is #C393A1.

Opacity

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

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

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

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

This text has shadow with #C393A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C393A1.

Preview

Color preview on black background

This text has color #C393A1 on black background.


Color preview on white background

This text has color #C393A1 on white background.


Black color preview on #C393A1 background

This text has black color on #C393A1 background.


White color preview on #C393A1 background

This text has white color on #C393A1 background.


Related colors

Complementary color

Complementary color for #hex is #3C6C5E.


I love getcolorcode.com

Triadic colors

1 #A1C393 and #93A1C3 with #C393A1 are triadic colors.

2 #A193C3 and #93C3A1 with #C393A1 are triadic colors.