COLOR #C393A7

HEX: #C393A7
RGB: (195,147,167)

Color info

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

RGB color model

#C393A7 color RGB value is (195,147,167).

  • red value is 195;
  • green value is 147;
  • blue value is 167.
RGB:
(195,147,167)
(76%,58%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 167 of 255 = 65%

195
147
167

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

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 167 = 509 (100%)
R 195 of 509 ~ 38.31%
G 147 of 509 ~ 28.88%
B 167 of 509 ~ 32.81%

%38.31
%28.88
%32.81

CMYK color model

#C393A7 color CMYK value is (0,25,14,24).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,25,14,24)
C0M25Y14K24 
(0%,25%,14%,24%)
(0.00/0.25/0.14/0.24)	

CMYK percentages

%0
%24.62
%14.36
%23.53

Codes

Color #C393A7 in popluar color models

C393A7
RGB195147167
HSL335°28.57%67.06%
HSB/HSV335°24.62%76.47%
CMYK0.00%24.62%14.36%
23.53%

Color #C393A7 in popluar number systems.

HEXC393A7
Decimal195147167
Binary110000111001001110100111
Octal303223247

Shades and tints

Shades of #C393A7

#C393A7
(195,147,167)
#B28698
(178,134,152)
#A17989
(161,121,137)
#906C7A
(144,108,122)
#7F5F6B
(127,95,107)
#6E525C
(110,82,92)
#5D454D
(93,69,77)
#4C383E
(76,56,62)
#3B2B2F
(59,43,47)
#2A1E20
(42,30,32)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C393A7

#C393A7
(195,147,167)
#C89CAF
(200,156,175)
#CDA5B7
(205,165,183)
#D2AEBF
(210,174,191)
#D7B7C7
(215,183,199)
#DCC0CF
(220,192,207)
#E1C9D7
(225,201,215)
#E6D2DF
(230,210,223)
#EBDBE7
(235,219,231)
#F0E4EF
(240,228,239)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C393A7; }

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

This text font color is #C393A7.


Background Color

.myBgColor { background-color: #C393A7; }

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

This div background color is #C393A7.


Border color

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

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

This div border color is #C393A7.


Opacity

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

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

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

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

This text has shadow with #C393A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C393A7 on black background.


Color preview on white background

This text has color #C393A7 on white background.



Black color preview on #C393A7 background

This text has black color on #C393A7 background.


White color preview on #C393A7 background

This text has white color on #C393A7 background.