COLOR #C084A6

HEX: #C084A6
RGB: (192,132,166)

Color info

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

RGB color model

#C084A6 color RGB value is (192,132,166).

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

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 166 of 255 = 65%

192
132
166

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

Portions of RGB colors in percentages

R + G + B =
192 + 132 + 166 = 490 (100%)
R 192 of 490 ~ 39.18%
G 132 of 490 ~ 26.94%
B 166 of 490 ~ 33.88%

%39.18
%26.94
%33.88

CMYK color model

#C084A6 color CMYK value is (0,31,14,25).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 13.54%
  • key color value is 24.71%
CMYK:
(0,31,14,25)
C0M31Y14K25 
(0%,31%,14%,25%)
(0.00/0.31/0.14/0.25)	

CMYK percentages

%0
%31.25
%13.54
%24.71

Codes

Color #C084A6 in popluar color models

C084A6
RGB192132166
HSL326°32.26%63.53%
HSB/HSV326°31.25%75.29%
CMYK0.00%31.25%13.54%
24.71%

Color #C084A6 in popluar number systems.

HEXC084A6
Decimal192132166
Binary110000001000010010100110
Octal300204246

Shades and tints

Shades of #C084A6

#C084A6
(192,132,166)
#AF7897
(175,120,151)
#9E6C88
(158,108,136)
#8D6079
(141,96,121)
#7C546A
(124,84,106)
#6B485B
(107,72,91)
#5A3C4C
(90,60,76)
#49303D
(73,48,61)
#38242E
(56,36,46)
#27181F
(39,24,31)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #C084A6

#C084A6
(192,132,166)
#C58FAE
(197,143,174)
#CA9AB6
(202,154,182)
#CFA5BE
(207,165,190)
#D4B0C6
(212,176,198)
#D9BBCE
(217,187,206)
#DEC6D6
(222,198,214)
#E3D1DE
(227,209,222)
#E8DCE6
(232,220,230)
#EDE7EE
(237,231,238)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C084A6; }

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

This text font color is #C084A6.


Background Color

.myBgColor { background-color: #C084A6; }

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

This div background color is #C084A6.


Border color

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

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

This div border color is #C084A6.


Opacity

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

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

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

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

This text has shadow with #C084A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C084A6 on black background.


Color preview on white background

This text has color #C084A6 on white background.



Black color preview on #C084A6 background

This text has black color on #C084A6 background.


White color preview on #C084A6 background

This text has white color on #C084A6 background.