COLOR #C284A6

HEX: #C284A6
RGB: (194,132,166)

Color info

#C284A6 contains mainly red and blue colors. Web safe color of #C284A6 is #CC9999 (or #C99).

RGB color model

#C284A6 color RGB value is (194,132,166).

  • red value is 194;
  • green value is 132;
  • blue value is 166.
RGB:
(194,132,166)
(76%,52%,65%)

RGB channels and saturation

R 194 of 255 = 76%
G 132 of 255 = 52%
B 166 of 255 = 65%

194
132
166

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

Portions of RGB colors in percentages

R + G + B =
194 + 132 + 166 = 492 (100%)
R 194 of 492 ~ 39.43%
G 132 of 492 ~ 26.83%
B 166 of 492 ~ 33.74%

%39.43
%26.83
%33.74

CMYK color model

#C284A6 color CMYK value is (0,32,14,24).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 14.43%
  • key color value is 23.92%
CMYK:
(0,32,14,24)
C0M32Y14K24 
(0%,32%,14%,24%)
(0.00/0.32/0.14/0.24)	

CMYK percentages

%0
%31.96
%14.43
%23.92

Codes

Color #C284A6 in popluar color models

C284A6
RGB194132166
HSL327°33.70%63.92%
HSB/HSV327°31.96%76.08%
CMYK0.00%31.96%14.43%
23.92%

Color #C284A6 in popluar number systems.

HEXC284A6
Decimal194132166
Binary110000101000010010100110
Octal302204246

Shades and tints

Shades of #C284A6

#C284A6
(194,132,166)
#B17897
(177,120,151)
#A06C88
(160,108,136)
#8F6079
(143,96,121)
#7E546A
(126,84,106)
#6D485B
(109,72,91)
#5C3C4C
(92,60,76)
#4B303D
(75,48,61)
#3A242E
(58,36,46)
#29181F
(41,24,31)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #C284A6

#C284A6
(194,132,166)
#C78FAE
(199,143,174)
#CC9AB6
(204,154,182)
#D1A5BE
(209,165,190)
#D6B0C6
(214,176,198)
#DBBBCE
(219,187,206)
#E0C6D6
(224,198,214)
#E5D1DE
(229,209,222)
#EADCE6
(234,220,230)
#EFE7EE
(239,231,238)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C284A6 color. Also use rgb(194,132,166) instead hex code.

Text Font Color

.myTextColor { color: #C284A6; }

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

This text font color is #C284A6.


Background Color

.myBgColor { background-color: #C284A6; }

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

This div background color is #C284A6.


Border color

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

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

This div border color is #C284A6.


Opacity

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

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

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

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

This text has shadow with #C284A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C284A6 on black background.


Color preview on white background

This text has color #C284A6 on white background.



Black color preview on #C284A6 background

This text has black color on #C284A6 background.


White color preview on #C284A6 background

This text has white color on #C284A6 background.