COLOR #C393AB

HEX: #C393AB
RGB: (195,147,171)

Color info

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

RGB color model

#C393AB color RGB value is (195,147,171).

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

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 171 of 255 = 67%

195
147
171

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

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 171 = 513 (100%)
R 195 of 513 ~ 38.01%
G 147 of 513 ~ 28.65%
B 171 of 513 ~ 33.33%

%38.01
%28.65
%33.33

CMYK color model

#C393AB color CMYK value is (0,25,12,24).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 12.31%
  • key color value is 23.53%
CMYK:
(0,25,12,24)
C0M25Y12K24 
(0%,25%,12%,24%)
(0.00/0.25/0.12/0.24)	

CMYK percentages

%0
%24.62
%12.31
%23.53

Codes

Color #C393AB in popluar color models

C393AB
RGB195147171
HSL330°28.57%67.06%
HSB/HSV330°24.62%76.47%
CMYK0.00%24.62%12.31%
23.53%

Color #C393AB in popluar number systems.

HEXC393AB
Decimal195147171
Binary110000111001001110101011
Octal303223253

Shades and tints

Shades of #C393AB

#C393AB
(195,147,171)
#B2869C
(178,134,156)
#A1798D
(161,121,141)
#906C7E
(144,108,126)
#7F5F6F
(127,95,111)
#6E5260
(110,82,96)
#5D4551
(93,69,81)
#4C3842
(76,56,66)
#3B2B33
(59,43,51)
#2A1E24
(42,30,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #C393AB

#C393AB
(195,147,171)
#C89CB2
(200,156,178)
#CDA5B9
(205,165,185)
#D2AEC0
(210,174,192)
#D7B7C7
(215,183,199)
#DCC0CE
(220,192,206)
#E1C9D5
(225,201,213)
#E6D2DC
(230,210,220)
#EBDBE3
(235,219,227)
#F0E4EA
(240,228,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C393AB; }

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

This text font color is #C393AB.


Background Color

.myBgColor { background-color: #C393AB; }

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

This div background color is #C393AB.


Border color

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

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

This div border color is #C393AB.


Opacity

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

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

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

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

This text has shadow with #C393AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C393AB on black background.


Color preview on white background

This text has color #C393AB on white background.



Black color preview on #C393AB background

This text has black color on #C393AB background.


White color preview on #C393AB background

This text has white color on #C393AB background.