COLOR #C46EA2

HEX: #C46EA2
RGB: (196,110,162)

Color info

#C46EA2 contains mainly red and blue colors. Web safe color of #C46EA2 is #CC6699 (or #C69).

RGB color model

#C46EA2 color RGB value is (196,110,162).

  • red value is 196;
  • green value is 110;
  • blue value is 162.
RGB:
(196,110,162)
(77%,43%,64%)

RGB channels and saturation

R 196 of 255 = 77%
G 110 of 255 = 43%
B 162 of 255 = 64%

196
110
162

R + G + B ~ 61%. #C46EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 110 + 162 = 468 (100%)
R 196 of 468 ~ 41.88%
G 110 of 468 ~ 23.5%
B 162 of 468 ~ 34.62%

%41.88
%23.5
%34.62

CMYK color model

#C46EA2 color CMYK value is (0,44,17,23).

  • cyan value is 0.00%
  • magenta value is 43.88%
  • yellow value is 17.35%
  • key color value is 23.14%
CMYK:
(0,44,17,23)
C0M44Y17K23 
(0%,44%,17%,23%)
(0.00/0.44/0.17/0.23)	

CMYK percentages

%0
%43.88
%17.35
%23.14

Codes

Color #C46EA2 in popluar color models

C46EA2
RGB196110162
HSL324°42.16%60.00%
HSB/HSV324°43.88%76.86%
CMYK0.00%43.88%17.35%
23.14%

Color #C46EA2 in popluar number systems.

HEXC46EA2
Decimal196110162
Binary11000100110111010100010
Octal304156242

Shades and tints

Shades of #C46EA2

#C46EA2
(196,110,162)
#B36494
(179,100,148)
#A25A86
(162,90,134)
#915078
(145,80,120)
#80466A
(128,70,106)
#6F3C5C
(111,60,92)
#5E324E
(94,50,78)
#4D2840
(77,40,64)
#3C1E32
(60,30,50)
#2B1424
(43,20,36)
#1A0A16
(26,10,22)
#000000
(0,0,0)

Tints of #C46EA2

#C46EA2
(196,110,162)
#C97BAA
(201,123,170)
#CE88B2
(206,136,178)
#D395BA
(211,149,186)
#D8A2C2
(216,162,194)
#DDAFCA
(221,175,202)
#E2BCD2
(226,188,210)
#E7C9DA
(231,201,218)
#ECD6E2
(236,214,226)
#F1E3EA
(241,227,234)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46EA2 color. Also use rgb(196,110,162) instead hex code.

Text Font Color

.myTextColor { color: #C46EA2; }

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

This text font color is #C46EA2.


Background Color

.myBgColor { background-color: #C46EA2; }

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

This div background color is #C46EA2.


Border color

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

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

This div border color is #C46EA2.


Opacity

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

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

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

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

This text has shadow with #C46EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46EA2 on black background.


Color preview on white background

This text has color #C46EA2 on white background.



Black color preview on #C46EA2 background

This text has black color on #C46EA2 background.


White color preview on #C46EA2 background

This text has white color on #C46EA2 background.