COLOR #C493CA

HEX: #C493CA
RGB: (196,147,202)

Color info

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

RGB color model

#C493CA color RGB value is (196,147,202).

  • red value is 196;
  • green value is 147;
  • blue value is 202.
RGB:
(196,147,202)
(77%,58%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 202 of 255 = 79%

196
147
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 202 = 545 (100%)
R 196 of 545 ~ 35.96%
G 147 of 545 ~ 26.97%
B 202 of 545 ~ 37.06%

%35.96
%26.97
%37.06

CMYK color model

#C493CA color CMYK value is (3,27,0,21).

  • cyan value is 2.97%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,27,0,21)
C3M27Y0K21 
(3%,27%,0%,21%)
(0.03/0.27/0.00/0.21)	

CMYK percentages

%2.97
%27.23
%0
%20.78

Codes

Color #C493CA in popluar color models

C493CA
RGB196147202
HSL293°34.16%68.43%
HSB/HSV293°27.23%79.22%
CMYK2.97%27.23%0.00%
20.78%

Color #C493CA in popluar number systems.

HEXC493CA
Decimal196147202
Binary110001001001001111001010
Octal304223312

Shades and tints

Shades of #C493CA

#C493CA
(196,147,202)
#B386B8
(179,134,184)
#A279A6
(162,121,166)
#916C94
(145,108,148)
#805F82
(128,95,130)
#6F5270
(111,82,112)
#5E455E
(94,69,94)
#4D384C
(77,56,76)
#3C2B3A
(60,43,58)
#2B1E28
(43,30,40)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C493CA

#C493CA
(196,147,202)
#C99CCE
(201,156,206)
#CEA5D2
(206,165,210)
#D3AED6
(211,174,214)
#D8B7DA
(216,183,218)
#DDC0DE
(221,192,222)
#E2C9E2
(226,201,226)
#E7D2E6
(231,210,230)
#ECDBEA
(236,219,234)
#F1E4EE
(241,228,238)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C493CA color. Also use rgb(196,147,202) instead hex code.

Text Font Color

.myTextColor { color: #C493CA; }

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

This text font color is #C493CA.


Background Color

.myBgColor { background-color: #C493CA; }

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

This div background color is #C493CA.


Border color

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

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

This div border color is #C493CA.


Opacity

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

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

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

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

This text has shadow with #C493CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C493CA on black background.


Color preview on white background

This text has color #C493CA on white background.



Black color preview on #C493CA background

This text has black color on #C493CA background.


White color preview on #C493CA background

This text has white color on #C493CA background.