COLOR #C084A8

HEX: #C084A8
RGB: (192,132,168)

Color info

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

RGB color model

#C084A8 color RGB value is (192,132,168).

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

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 168 of 255 = 66%

192
132
168

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

Portions of RGB colors in percentages

R + G + B =
192 + 132 + 168 = 492 (100%)
R 192 of 492 ~ 39.02%
G 132 of 492 ~ 26.83%
B 168 of 492 ~ 34.15%

%39.02
%26.83
%34.15

CMYK color model

#C084A8 color CMYK value is (0,31,13,25).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 12.50%
  • key color value is 24.71%
CMYK:
(0,31,13,25)
C0M31Y13K25 
(0%,31%,13%,25%)
(0.00/0.31/0.13/0.25)	

CMYK percentages

%0
%31.25
%12.5
%24.71

Codes

Color #C084A8 in popluar color models

C084A8
RGB192132168
HSL324°32.26%63.53%
HSB/HSV324°31.25%75.29%
CMYK0.00%31.25%12.50%
24.71%

Color #C084A8 in popluar number systems.

HEXC084A8
Decimal192132168
Binary110000001000010010101000
Octal300204250

Shades and tints

Shades of #C084A8

#C084A8
(192,132,168)
#AF7899
(175,120,153)
#9E6C8A
(158,108,138)
#8D607B
(141,96,123)
#7C546C
(124,84,108)
#6B485D
(107,72,93)
#5A3C4E
(90,60,78)
#49303F
(73,48,63)
#382430
(56,36,48)
#271821
(39,24,33)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #C084A8

#C084A8
(192,132,168)
#C58FAF
(197,143,175)
#CA9AB6
(202,154,182)
#CFA5BD
(207,165,189)
#D4B0C4
(212,176,196)
#D9BBCB
(217,187,203)
#DEC6D2
(222,198,210)
#E3D1D9
(227,209,217)
#E8DCE0
(232,220,224)
#EDE7E7
(237,231,231)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C084A8; }

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

This text font color is #C084A8.


Background Color

.myBgColor { background-color: #C084A8; }

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

This div background color is #C084A8.


Border color

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

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

This div border color is #C084A8.


Opacity

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

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

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

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

This text has shadow with #C084A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C084A8 on black background.


Color preview on white background

This text has color #C084A8 on white background.



Black color preview on #C084A8 background

This text has black color on #C084A8 background.


White color preview on #C084A8 background

This text has white color on #C084A8 background.