COLOR #C46E90

HEX: #C46E90 RGB: (196,110,144)

Color info

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

RGB color model

#C46E90 color RGB value is (196,110,144).

RGB: (196,110,144) (77%, 43%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 110 of 255 = 43%
B 144 of 255 = 56%

196
110
144

R + G + B ~ 59%. #C46E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 110 + 144 = 450 (100%)
R 196 of 450 ~ 43.56%
G 110 of 450 ~ 24.44%
B 144 of 450 ~ 32'%

%43.56
%24.44
%32

CMYK color model

#C46E90 color CMYK value is (0,44,27,23).

  • cyan value is 0.00%
  • magenta value is 43.88%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK: (0,44,27,23) C0M44Y27K23 (0%,44%,27%,23%) (0.00/0.44/0.27/0.23) 

CMYK percentages

%0
%43.88
%26.53
%23.14

Codes

Color #C46E90 in popluar color models

C4 6E 90
RGB 196 110 144
HSL 336° 42.16% 60.00%
HSB/HSV 336° 43.88% 76.86%
CMYK 0.00% 43.88% 26.53%
23.14%

Color #C46E90 in popluar number systems.

HEX C4 6E 90
Decimal 196 110 144
Binary 11000100 1101110 10010000
Octal 304 156 220

Shades and tints

Shades of #C46E90

#C46E90
(196,110,144)
#B36483
(179,100,131)
#A25A76
(162,90,118)
#915069
(145,80,105)
#80465C
(128,70,92)
#6F3C4F
(111,60,79)
#5E3242
(94,50,66)
#4D2835
(77,40,53)
#3C1E28
(60,30,40)
#2B141B
(43,20,27)
#1A0A0E
(26,10,14)
#000000
(0,0,0)

Tints of #C46E90

#C46E90
(196,110,144)
#C97B9A
(201,123,154)
#CE88A4
(206,136,164)
#D395AE
(211,149,174)
#D8A2B8
(216,162,184)
#DDAFC2
(221,175,194)
#E2BCCC
(226,188,204)
#E7C9D6
(231,201,214)
#ECD6E0
(236,214,224)
#F1E3EA
(241,227,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46E90; }

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

This text font color is #C46E90.

Background Color

.myBgColor { background-color: #C46E90; }

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

This div background color is #C46E90.

Border color

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

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

This div border color is #C46E90.

Opacity

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

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

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

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

This text has shadow with #C46E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46E90.

Preview

Color preview on black background

This text has color #C46E90 on black background.


Color preview on white background

This text has color #C46E90 on white background.


Black color preview on #C46E90 background

This text has black color on #C46E90 background.


White color preview on #C46E90 background

This text has white color on #C46E90 background.


Related colors

Complementary color

Complementary color for #hex is #3B916F.


I love getcolorcode.com

Triadic colors

1 #90C46E and #6E90C4 with #C46E90 are triadic colors.

2 #906EC4 and #6EC490 with #C46E90 are triadic colors.