COLOR #C46A91

HEX: #C46A91 RGB: (196,106,145)

Color info

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

RGB color model

#C46A91 color RGB value is (196,106,145).

RGB: (196,106,145) (77%, 42%, 57%)

RGB channels and saturation

R 196 of 255 = 77%
G 106 of 255 = 42%
B 145 of 255 = 57%

196
106
145

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

Portions of RGB colors in percentages

R + G + B = 196 + 106 + 145 = 447 (100%)
R 196 of 447 ~ 43.85%
G 106 of 447 ~ 23.71%
B 145 of 447 ~ 32.44'%

%43.85
%23.71
%32.44

CMYK color model

#C46A91 color CMYK value is (0,46,26,23).

  • cyan value is 0.00%
  • magenta value is 45.92%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK: (0,46,26,23) C0M46Y26K23 (0%,46%,26%,23%) (0.00/0.46/0.26/0.23) 

CMYK percentages

%0
%45.92
%26.02
%23.14

Codes

Color #C46A91 in popluar color models

C4 6A 91
RGB 196 106 145
HSL 334° 43.27% 59.22%
HSB/HSV 334° 45.92% 76.86%
CMYK 0.00% 45.92% 26.02%
23.14%

Color #C46A91 in popluar number systems.

HEX C4 6A 91
Decimal 196 106 145
Binary 11000100 1101010 10010001
Octal 304 152 221

Shades and tints

Shades of #C46A91

#C46A91
(196,106,145)
#B36184
(179,97,132)
#A25877
(162,88,119)
#914F6A
(145,79,106)
#80465D
(128,70,93)
#6F3D50
(111,61,80)
#5E3443
(94,52,67)
#4D2B36
(77,43,54)
#3C2229
(60,34,41)
#2B191C
(43,25,28)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #C46A91

#C46A91
(196,106,145)
#C9779B
(201,119,155)
#CE84A5
(206,132,165)
#D391AF
(211,145,175)
#D89EB9
(216,158,185)
#DDABC3
(221,171,195)
#E2B8CD
(226,184,205)
#E7C5D7
(231,197,215)
#ECD2E1
(236,210,225)
#F1DFEB
(241,223,235)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46A91 color. Also use rgb(196,106,145) instead hex code.

Text Font Color

.myTextColor { color: #C46A91; }

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

This text font color is #C46A91.

Background Color

.myBgColor { background-color: #C46A91; }

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

This div background color is #C46A91.

Border color

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

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

This div border color is #C46A91.

Opacity

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

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

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

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

This text has shadow with #C46A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46A91.

Preview

Color preview on black background

This text has color #C46A91 on black background.


Color preview on white background

This text has color #C46A91 on white background.


Black color preview on #C46A91 background

This text has black color on #C46A91 background.


White color preview on #C46A91 background

This text has white color on #C46A91 background.


Related colors

Complementary color

Complementary color for #hex is #3B956E.


I love getcolorcode.com

Triadic colors

1 #91C46A and #6A91C4 with #C46A91 are triadic colors.

2 #916AC4 and #6AC491 with #C46A91 are triadic colors.