COLOR #C393CB

HEX: #C393CB RGB: (195,147,203)

Color info

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

RGB color model

#C393CB color RGB value is (195,147,203).

RGB: (195,147,203) (76%, 58%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 203 of 255 = 80%

195
147
203

R + G + B ~ 71%. #C393CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 147 + 203 = 545 (100%)
R 195 of 545 ~ 35.78%
G 147 of 545 ~ 26.97%
B 203 of 545 ~ 37.25'%

%35.78
%26.97
%37.25

CMYK color model

#C393CB color CMYK value is (4,28,0,20).

  • cyan value is 3.94%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (4,28,0,20)
C4M28Y0K20 (4%, 28%, 0%, 20%)
(0.04 / 0.28 / 0.00 / 0.20)

CMYK percentages

%3.94
%27.59
%0
%20.39

Codes

Color #C393CB in popluar color models

C3 93 CB
RGB 195 147 203
HSL 291° 35.00% 68.63%
HSB/HSV 291° 27.59% 79.61%
CMYK 3.94% 27.59% 0.00%
20.39%

Color #C393CB in popluar number systems.

HEX C3 93 CB
Decimal 195 147 203
Binary 11000011 10010011 11001011
Octal 303 223 313

Shades and tints

Shades of #C393CB

#C393CB
(195,147,203)
#B286B9
(178,134,185)
#A179A7
(161,121,167)
#906C95
(144,108,149)
#7F5F83
(127,95,131)
#6E5271
(110,82,113)
#5D455F
(93,69,95)
#4C384D
(76,56,77)
#3B2B3B
(59,43,59)
#2A1E29
(42,30,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #C393CB

#C393CB
(195,147,203)
#C89CCF
(200,156,207)
#CDA5D3
(205,165,211)
#D2AED7
(210,174,215)
#D7B7DB
(215,183,219)
#DCC0DF
(220,192,223)
#E1C9E3
(225,201,227)
#E6D2E7
(230,210,231)
#EBDBEB
(235,219,235)
#F0E4EF
(240,228,239)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C393CB; }

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

This text font color is #C393CB.

Background Color

.myBgColor { background-color: #C393CB; }

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

This div background color is #C393CB.

Border color

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

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

This div border color is #C393CB.

Opacity

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

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

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

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

This text has shadow with #C393CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C393CB.

Preview

Color preview on black background

This text has color #C393CB on black background.


Color preview on white background

This text has color #C393CB on white background.


Black color preview on #C393CB background

This text has black color on #C393CB background.


White color preview on #C393CB background

This text has white color on #C393CB background.


Related colors

Complementary color

Complementary color for #hex is #3C6C34.


I love getcolorcode.com

Triadic colors

1 #CBC393 and #93CBC3 with #C393CB are triadic colors.

2 #CB93C3 and #93C3CB with #C393CB are triadic colors.