COLOR #C46B91

HEX: #C46B91
RGB: (196,107,145)

Color info

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

RGB color model

#C46B91 color RGB value is (196,107,145).

  • red value is 196;
  • green value is 107;
  • blue value is 145.
RGB:
(196,107,145)
(77%,42%,57%)

RGB channels and saturation

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

196
107
145

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

Portions of RGB colors in percentages

R + G + B =
196 + 107 + 145 = 448 (100%)
R 196 of 448 ~ 43.75%
G 107 of 448 ~ 23.88%
B 145 of 448 ~ 32.37%

%43.75
%23.88
%32.37

CMYK color model

#C46B91 color CMYK value is (0,45,26,23).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK:
(0,45,26,23)
C0M45Y26K23 
(0%,45%,26%,23%)
(0.00/0.45/0.26/0.23)	

CMYK percentages

%0
%45.41
%26.02
%23.14

Codes

Color #C46B91 in popluar color models

C46B91
RGB196107145
HSL334°43.00%59.41%
HSB/HSV334°45.41%76.86%
CMYK0.00%45.41%26.02%
23.14%

Color #C46B91 in popluar number systems.

HEXC46B91
Decimal196107145
Binary11000100110101110010001
Octal304153221

Shades and tints

Shades of #C46B91

#C46B91
(196,107,145)
#B36284
(179,98,132)
#A25977
(162,89,119)
#91506A
(145,80,106)
#80475D
(128,71,93)
#6F3E50
(111,62,80)
#5E3543
(94,53,67)
#4D2C36
(77,44,54)
#3C2329
(60,35,41)
#2B1A1C
(43,26,28)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #C46B91

#C46B91
(196,107,145)
#C9789B
(201,120,155)
#CE85A5
(206,133,165)
#D392AF
(211,146,175)
#D89FB9
(216,159,185)
#DDACC3
(221,172,195)
#E2B9CD
(226,185,205)
#E7C6D7
(231,198,215)
#ECD3E1
(236,211,225)
#F1E0EB
(241,224,235)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46B91; }

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

This text font color is #C46B91.


Background Color

.myBgColor { background-color: #C46B91; }

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

This div background color is #C46B91.


Border color

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

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

This div border color is #C46B91.


Opacity

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

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

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

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

This text has shadow with #C46B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46B91 on black background.


Color preview on white background

This text has color #C46B91 on white background.



Black color preview on #C46B91 background

This text has black color on #C46B91 background.


White color preview on #C46B91 background

This text has white color on #C46B91 background.