COLOR #C493C2

HEX: #C493C2
RGB: (196,147,194)

Color info

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

RGB color model

#C493C2 color RGB value is (196,147,194).

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

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 194 of 255 = 76%

196
147
194

R + G + B ~ 70%. #C493C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 194 = 537 (100%)
R 196 of 537 ~ 36.5%
G 147 of 537 ~ 27.37%
B 194 of 537 ~ 36.13%

%36.5
%27.37
%36.13

CMYK color model

#C493C2 color CMYK value is (0,25,1,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.02%
  • key color value is 23.14%
CMYK:
(0,25,1,23)
C0M25Y1K23 
(0%,25%,1%,23%)
(0.00/0.25/0.01/0.23)	

CMYK percentages

%0
%25
%1.02
%23.14

Codes

Color #C493C2 in popluar color models

C493C2
RGB196147194
HSL302°29.34%67.25%
HSB/HSV302°25.00%76.86%
CMYK0.00%25.00%1.02%
23.14%

Color #C493C2 in popluar number systems.

HEXC493C2
Decimal196147194
Binary110001001001001111000010
Octal304223302

Shades and tints

Shades of #C493C2

#C493C2
(196,147,194)
#B386B1
(179,134,177)
#A279A0
(162,121,160)
#916C8F
(145,108,143)
#805F7E
(128,95,126)
#6F526D
(111,82,109)
#5E455C
(94,69,92)
#4D384B
(77,56,75)
#3C2B3A
(60,43,58)
#2B1E29
(43,30,41)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #C493C2

#C493C2
(196,147,194)
#C99CC7
(201,156,199)
#CEA5CC
(206,165,204)
#D3AED1
(211,174,209)
#D8B7D6
(216,183,214)
#DDC0DB
(221,192,219)
#E2C9E0
(226,201,224)
#E7D2E5
(231,210,229)
#ECDBEA
(236,219,234)
#F1E4EF
(241,228,239)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C493C2; }

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

This text font color is #C493C2.


Background Color

.myBgColor { background-color: #C493C2; }

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

This div background color is #C493C2.


Border color

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

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

This div border color is #C493C2.


Opacity

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

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

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

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

This text has shadow with #C493C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C493C2 on black background.


Color preview on white background

This text has color #C493C2 on white background.



Black color preview on #C493C2 background

This text has black color on #C493C2 background.


White color preview on #C493C2 background

This text has white color on #C493C2 background.