COLOR #C493CC

HEX: #C493CC
RGB: (196,147,204)

Color info

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

RGB color model

#C493CC color RGB value is (196,147,204).

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

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 204 of 255 = 80%

196
147
204

R + G + B ~ 72%. #C493CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 204 = 547 (100%)
R 196 of 547 ~ 35.83%
G 147 of 547 ~ 26.87%
B 204 of 547 ~ 37.29%

%35.83
%26.87
%37.29

CMYK color model

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

  • cyan value is 3.92%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(4,28,0,20)
C4M28Y0K20 
(4%,28%,0%,20%)
(0.04/0.28/0.00/0.20)	

CMYK percentages

%3.92
%27.94
%0
%20

Codes

Color #C493CC in popluar color models

C493CC
RGB196147204
HSL292°35.85%68.82%
HSB/HSV292°27.94%80.00%
CMYK3.92%27.94%0.00%
20.00%

Color #C493CC in popluar number systems.

HEXC493CC
Decimal196147204
Binary110001001001001111001100
Octal304223314

Shades and tints

Shades of #C493CC

#C493CC
(196,147,204)
#B386BA
(179,134,186)
#A279A8
(162,121,168)
#916C96
(145,108,150)
#805F84
(128,95,132)
#6F5272
(111,82,114)
#5E4560
(94,69,96)
#4D384E
(77,56,78)
#3C2B3C
(60,43,60)
#2B1E2A
(43,30,42)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #C493CC

#C493CC
(196,147,204)
#C99CD0
(201,156,208)
#CEA5D4
(206,165,212)
#D3AED8
(211,174,216)
#D8B7DC
(216,183,220)
#DDC0E0
(221,192,224)
#E2C9E4
(226,201,228)
#E7D2E8
(231,210,232)
#ECDBEC
(236,219,236)
#F1E4F0
(241,228,240)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C493CC; }

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

This text font color is #C493CC.


Background Color

.myBgColor { background-color: #C493CC; }

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

This div background color is #C493CC.


Border color

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

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

This div border color is #C493CC.


Opacity

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

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

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

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

This text has shadow with #C493CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C493CC on black background.


Color preview on white background

This text has color #C493CC on white background.



Black color preview on #C493CC background

This text has black color on #C493CC background.


White color preview on #C493CC background

This text has white color on #C493CC background.