COLOR #C393B1

HEX: #C393B1 RGB: (195,147,177)

Color info

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

RGB color model

#C393B1 color RGB value is (195,147,177).

RGB: (195,147,177) (76%, 58%, 69%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 177 of 255 = 69%

195
147
177

R + G + B ~ 68%. #C393B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 147 + 177 = 519 (100%)
R 195 of 519 ~ 37.57%
G 147 of 519 ~ 28.32%
B 177 of 519 ~ 34.1'%

%37.57
%28.32
%34.1

CMYK color model

#C393B1 color CMYK value is (0,25,9,24).

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

CMYK: (0,25,9,24)
C0M25Y9K24 (0%, 25%, 9%, 24%)
(0.00 / 0.25 / 0.09 / 0.24)

CMYK percentages

%0
%24.62
%9.23
%23.53

Codes

Color #C393B1 in popluar color models

C3 93 B1
RGB 195 147 177
HSL 323° 28.57% 67.06%
HSB/HSV 323° 24.62% 76.47%
CMYK 0.00% 24.62% 9.23%
23.53%

Color #C393B1 in popluar number systems.

HEX C3 93 B1
Decimal 195 147 177
Binary 11000011 10010011 10110001
Octal 303 223 261

Shades and tints

Shades of #C393B1

#C393B1
(195,147,177)
#B286A1
(178,134,161)
#A17991
(161,121,145)
#906C81
(144,108,129)
#7F5F71
(127,95,113)
#6E5261
(110,82,97)
#5D4551
(93,69,81)
#4C3841
(76,56,65)
#3B2B31
(59,43,49)
#2A1E21
(42,30,33)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C393B1

#C393B1
(195,147,177)
#C89CB8
(200,156,184)
#CDA5BF
(205,165,191)
#D2AEC6
(210,174,198)
#D7B7CD
(215,183,205)
#DCC0D4
(220,192,212)
#E1C9DB
(225,201,219)
#E6D2E2
(230,210,226)
#EBDBE9
(235,219,233)
#F0E4F0
(240,228,240)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C393B1; }

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

This text font color is #C393B1.

Background Color

.myBgColor { background-color: #C393B1; }

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

This div background color is #C393B1.

Border color

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

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

This div border color is #C393B1.

Opacity

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

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

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

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

This text has shadow with #C393B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C393B1.

Preview

Color preview on black background

This text has color #C393B1 on black background.


Color preview on white background

This text has color #C393B1 on white background.


Black color preview on #C393B1 background

This text has black color on #C393B1 background.


White color preview on #C393B1 background

This text has white color on #C393B1 background.


Related colors

Complementary color

Complementary color for #hex is #3C6C4E.


I love getcolorcode.com

Triadic colors

1 #B1C393 and #93B1C3 with #C393B1 are triadic colors.

2 #B193C3 and #93C3B1 with #C393B1 are triadic colors.