COLOR #C46E85

HEX: #C46E85
RGB: (196,110,133)

Color info

#C46E85 contains mainly red color. Web safe color of #C46E85 is #CC6699 (or #C69).

RGB color model

#C46E85 color RGB value is (196,110,133).

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

RGB channels and saturation

R 196 of 255 = 77%
G 110 of 255 = 43%
B 133 of 255 = 52%

196
110
133

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

Portions of RGB colors in percentages

R + G + B =
196 + 110 + 133 = 439 (100%)
R 196 of 439 ~ 44.65%
G 110 of 439 ~ 25.06%
B 133 of 439 ~ 30.3%

%44.65
%25.06
%30.3

CMYK color model

#C46E85 color CMYK value is (0,44,32,23).

  • cyan value is 0.00%
  • magenta value is 43.88%
  • yellow value is 32.14%
  • key color value is 23.14%
CMYK:
(0,44,32,23)
C0M44Y32K23 
(0%,44%,32%,23%)
(0.00/0.44/0.32/0.23)	

CMYK percentages

%0
%43.88
%32.14
%23.14

Codes

Color #C46E85 in popluar color models

C46E85
RGB196110133
HSL344°42.16%60.00%
HSB/HSV344°43.88%76.86%
CMYK0.00%43.88%32.14%
23.14%

Color #C46E85 in popluar number systems.

HEXC46E85
Decimal196110133
Binary11000100110111010000101
Octal304156205

Shades and tints

Shades of #C46E85

#C46E85
(196,110,133)
#B36479
(179,100,121)
#A25A6D
(162,90,109)
#915061
(145,80,97)
#804655
(128,70,85)
#6F3C49
(111,60,73)
#5E323D
(94,50,61)
#4D2831
(77,40,49)
#3C1E25
(60,30,37)
#2B1419
(43,20,25)
#1A0A0D
(26,10,13)
#000000
(0,0,0)

Tints of #C46E85

#C46E85
(196,110,133)
#C97B90
(201,123,144)
#CE889B
(206,136,155)
#D395A6
(211,149,166)
#D8A2B1
(216,162,177)
#DDAFBC
(221,175,188)
#E2BCC7
(226,188,199)
#E7C9D2
(231,201,210)
#ECD6DD
(236,214,221)
#F1E3E8
(241,227,232)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46E85; }

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

This text font color is #C46E85.


Background Color

.myBgColor { background-color: #C46E85; }

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

This div background color is #C46E85.


Border color

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

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

This div border color is #C46E85.


Opacity

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

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

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

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

This text has shadow with #C46E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46E85 on black background.


Color preview on white background

This text has color #C46E85 on white background.



Black color preview on #C46E85 background

This text has black color on #C46E85 background.


White color preview on #C46E85 background

This text has white color on #C46E85 background.