COLOR #C466A2

HEX: #C466A2
RGB: (196,102,162)

Color info

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

RGB color model

#C466A2 color RGB value is (196,102,162).

  • red value is 196;
  • green value is 102;
  • blue value is 162.
RGB:
(196,102,162)
(77%,40%,64%)

RGB channels and saturation

R 196 of 255 = 77%
G 102 of 255 = 40%
B 162 of 255 = 64%

196
102
162

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

Portions of RGB colors in percentages

R + G + B =
196 + 102 + 162 = 460 (100%)
R 196 of 460 ~ 42.61%
G 102 of 460 ~ 22.17%
B 162 of 460 ~ 35.22%

%42.61
%22.17
%35.22

CMYK color model

#C466A2 color CMYK value is (0,48,17,23).

  • cyan value is 0.00%
  • magenta value is 47.96%
  • yellow value is 17.35%
  • key color value is 23.14%
CMYK:
(0,48,17,23)
C0M48Y17K23 
(0%,48%,17%,23%)
(0.00/0.48/0.17/0.23)	

CMYK percentages

%0
%47.96
%17.35
%23.14

Codes

Color #C466A2 in popluar color models

C466A2
RGB196102162
HSL322°44.34%58.43%
HSB/HSV322°47.96%76.86%
CMYK0.00%47.96%17.35%
23.14%

Color #C466A2 in popluar number systems.

HEXC466A2
Decimal196102162
Binary11000100110011010100010
Octal304146242

Shades and tints

Shades of #C466A2

#C466A2
(196,102,162)
#B35D94
(179,93,148)
#A25486
(162,84,134)
#914B78
(145,75,120)
#80426A
(128,66,106)
#6F395C
(111,57,92)
#5E304E
(94,48,78)
#4D2740
(77,39,64)
#3C1E32
(60,30,50)
#2B1524
(43,21,36)
#1A0C16
(26,12,22)
#000000
(0,0,0)

Tints of #C466A2

#C466A2
(196,102,162)
#C973AA
(201,115,170)
#CE80B2
(206,128,178)
#D38DBA
(211,141,186)
#D89AC2
(216,154,194)
#DDA7CA
(221,167,202)
#E2B4D2
(226,180,210)
#E7C1DA
(231,193,218)
#ECCEE2
(236,206,226)
#F1DBEA
(241,219,234)
#F6E8F2
(246,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C466A2 color. Also use rgb(196,102,162) instead hex code.

Text Font Color

.myTextColor { color: #C466A2; }

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

This text font color is #C466A2.


Background Color

.myBgColor { background-color: #C466A2; }

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

This div background color is #C466A2.


Border color

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

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

This div border color is #C466A2.


Opacity

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

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

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

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

This text has shadow with #C466A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C466A2 on black background.


Color preview on white background

This text has color #C466A2 on white background.



Black color preview on #C466A2 background

This text has black color on #C466A2 background.


White color preview on #C466A2 background

This text has white color on #C466A2 background.