COLOR #C493A1

HEX: #C493A1
RGB: (196,147,161)

Color info

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

RGB color model

#C493A1 color RGB value is (196,147,161).

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

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 161 of 255 = 63%

196
147
161

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

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 161 = 504 (100%)
R 196 of 504 ~ 38.89%
G 147 of 504 ~ 29.17%
B 161 of 504 ~ 31.94%

%38.89
%29.17
%31.94

CMYK color model

#C493A1 color CMYK value is (0,25,18,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 17.86%
  • key color value is 23.14%
CMYK:
(0,25,18,23)
C0M25Y18K23 
(0%,25%,18%,23%)
(0.00/0.25/0.18/0.23)	

CMYK percentages

%0
%25
%17.86
%23.14

Codes

Color #C493A1 in popluar color models

C493A1
RGB196147161
HSL343°29.34%67.25%
HSB/HSV343°25.00%76.86%
CMYK0.00%25.00%17.86%
23.14%

Color #C493A1 in popluar number systems.

HEXC493A1
Decimal196147161
Binary110001001001001110100001
Octal304223241

Shades and tints

Shades of #C493A1

#C493A1
(196,147,161)
#B38693
(179,134,147)
#A27985
(162,121,133)
#916C77
(145,108,119)
#805F69
(128,95,105)
#6F525B
(111,82,91)
#5E454D
(94,69,77)
#4D383F
(77,56,63)
#3C2B31
(60,43,49)
#2B1E23
(43,30,35)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #C493A1

#C493A1
(196,147,161)
#C99CA9
(201,156,169)
#CEA5B1
(206,165,177)
#D3AEB9
(211,174,185)
#D8B7C1
(216,183,193)
#DDC0C9
(221,192,201)
#E2C9D1
(226,201,209)
#E7D2D9
(231,210,217)
#ECDBE1
(236,219,225)
#F1E4E9
(241,228,233)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C493A1; }

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

This text font color is #C493A1.


Background Color

.myBgColor { background-color: #C493A1; }

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

This div background color is #C493A1.


Border color

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

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

This div border color is #C493A1.


Opacity

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

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

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

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

This text has shadow with #C493A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C493A1 on black background.


Color preview on white background

This text has color #C493A1 on white background.



Black color preview on #C493A1 background

This text has black color on #C493A1 background.


White color preview on #C493A1 background

This text has white color on #C493A1 background.