COLOR #C46096

HEX: #C46096
RGB: (196,96,150)

Color info

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

RGB color model

#C46096 color RGB value is (196,96,150).

  • red value is 196;
  • green value is 96;
  • blue value is 150.
RGB:
(196,96,150)
(77%,38%,59%)

RGB channels and saturation

R 196 of 255 = 77%
G 96 of 255 = 38%
B 150 of 255 = 59%

196
96
150

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

Portions of RGB colors in percentages

R + G + B =
196 + 96 + 150 = 442 (100%)
R 196 of 442 ~ 44.34%
G 96 of 442 ~ 21.72%
B 150 of 442 ~ 33.94%

%44.34
%21.72
%33.94

CMYK color model

#C46096 color CMYK value is (0,51,23,23).

  • cyan value is 0.00%
  • magenta value is 51.02%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(0,51,23,23)
C0M51Y23K23 
(0%,51%,23%,23%)
(0.00/0.51/0.23/0.23)	

CMYK percentages

%0
%51.02
%23.47
%23.14

Codes

Color #C46096 in popluar color models

C46096
RGB19696150
HSL328°45.87%57.25%
HSB/HSV328°51.02%76.86%
CMYK0.00%51.02%23.47%
23.14%

Color #C46096 in popluar number systems.

HEXC46096
Decimal19696150
Binary11000100110000010010110
Octal304140226

Shades and tints

Shades of #C46096

#C46096
(196,96,150)
#B35889
(179,88,137)
#A2507C
(162,80,124)
#91486F
(145,72,111)
#804062
(128,64,98)
#6F3855
(111,56,85)
#5E3048
(94,48,72)
#4D283B
(77,40,59)
#3C202E
(60,32,46)
#2B1821
(43,24,33)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #C46096

#C46096
(196,96,150)
#C96E9F
(201,110,159)
#CE7CA8
(206,124,168)
#D38AB1
(211,138,177)
#D898BA
(216,152,186)
#DDA6C3
(221,166,195)
#E2B4CC
(226,180,204)
#E7C2D5
(231,194,213)
#ECD0DE
(236,208,222)
#F1DEE7
(241,222,231)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46096 color. Also use rgb(196,96,150) instead hex code.

Text Font Color

.myTextColor { color: #C46096; }

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

This text font color is #C46096.


Background Color

.myBgColor { background-color: #C46096; }

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

This div background color is #C46096.


Border color

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

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

This div border color is #C46096.


Opacity

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

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

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

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

This text has shadow with #C46096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46096 on black background.


Color preview on white background

This text has color #C46096 on white background.



Black color preview on #C46096 background

This text has black color on #C46096 background.


White color preview on #C46096 background

This text has white color on #C46096 background.