COLOR #C46AB8

HEX: #C46AB8
RGB: (196,106,184)

Color info

#C46AB8 contains mainly red and blue colors. Web safe color of #C46AB8 is #CC66CC (or #C6C).

RGB color model

#C46AB8 color RGB value is (196,106,184).

  • red value is 196;
  • green value is 106;
  • blue value is 184.
RGB:
(196,106,184)
(77%,42%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 106 of 255 = 42%
B 184 of 255 = 72%

196
106
184

R + G + B ~ 64%. #C46AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 106 + 184 = 486 (100%)
R 196 of 486 ~ 40.33%
G 106 of 486 ~ 21.81%
B 184 of 486 ~ 37.86%

%40.33
%21.81
%37.86

CMYK color model

#C46AB8 color CMYK value is (0,46,6,23).

  • cyan value is 0.00%
  • magenta value is 45.92%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(0,46,6,23)
C0M46Y6K23 
(0%,46%,6%,23%)
(0.00/0.46/0.06/0.23)	

CMYK percentages

%0
%45.92
%6.12
%23.14

Codes

Color #C46AB8 in popluar color models

C46AB8
RGB196106184
HSL308°43.27%59.22%
HSB/HSV308°45.92%76.86%
CMYK0.00%45.92%6.12%
23.14%

Color #C46AB8 in popluar number systems.

HEXC46AB8
Decimal196106184
Binary11000100110101010111000
Octal304152270

Shades and tints

Shades of #C46AB8

#C46AB8
(196,106,184)
#B361A8
(179,97,168)
#A25898
(162,88,152)
#914F88
(145,79,136)
#804678
(128,70,120)
#6F3D68
(111,61,104)
#5E3458
(94,52,88)
#4D2B48
(77,43,72)
#3C2238
(60,34,56)
#2B1928
(43,25,40)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #C46AB8

#C46AB8
(196,106,184)
#C977BE
(201,119,190)
#CE84C4
(206,132,196)
#D391CA
(211,145,202)
#D89ED0
(216,158,208)
#DDABD6
(221,171,214)
#E2B8DC
(226,184,220)
#E7C5E2
(231,197,226)
#ECD2E8
(236,210,232)
#F1DFEE
(241,223,238)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46AB8; }

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

This text font color is #C46AB8.


Background Color

.myBgColor { background-color: #C46AB8; }

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

This div background color is #C46AB8.


Border color

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

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

This div border color is #C46AB8.


Opacity

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

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

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

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

This text has shadow with #C46AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46AB8 on black background.


Color preview on white background

This text has color #C46AB8 on white background.



Black color preview on #C46AB8 background

This text has black color on #C46AB8 background.


White color preview on #C46AB8 background

This text has white color on #C46AB8 background.