COLOR #C085A2

HEX: #C085A2
RGB: (192,133,162)

Color info

#C085A2 contains red, green and blue colors in about the same proportion. Web safe color of #C085A2 is #CC9999 (or #C99).

RGB color model

#C085A2 color RGB value is (192,133,162).

  • red value is 192;
  • green value is 133;
  • blue value is 162.
RGB:
(192,133,162)
(75%,52%,64%)

RGB channels and saturation

R 192 of 255 = 75%
G 133 of 255 = 52%
B 162 of 255 = 64%

192
133
162

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

Portions of RGB colors in percentages

R + G + B =
192 + 133 + 162 = 487 (100%)
R 192 of 487 ~ 39.43%
G 133 of 487 ~ 27.31%
B 162 of 487 ~ 33.26%

%39.43
%27.31
%33.26

CMYK color model

#C085A2 color CMYK value is (0,31,16,25).

  • cyan value is 0.00%
  • magenta value is 30.73%
  • yellow value is 15.63%
  • key color value is 24.71%
CMYK:
(0,31,16,25)
C0M31Y16K25 
(0%,31%,16%,25%)
(0.00/0.31/0.16/0.25)	

CMYK percentages

%0
%30.73
%15.63
%24.71

Codes

Color #C085A2 in popluar color models

C085A2
RGB192133162
HSL331°31.89%63.73%
HSB/HSV331°30.73%75.29%
CMYK0.00%30.73%15.63%
24.71%

Color #C085A2 in popluar number systems.

HEXC085A2
Decimal192133162
Binary110000001000010110100010
Octal300205242

Shades and tints

Shades of #C085A2

#C085A2
(192,133,162)
#AF7994
(175,121,148)
#9E6D86
(158,109,134)
#8D6178
(141,97,120)
#7C556A
(124,85,106)
#6B495C
(107,73,92)
#5A3D4E
(90,61,78)
#493140
(73,49,64)
#382532
(56,37,50)
#271924
(39,25,36)
#160D16
(22,13,22)
#000000
(0,0,0)

Tints of #C085A2

#C085A2
(192,133,162)
#C590AA
(197,144,170)
#CA9BB2
(202,155,178)
#CFA6BA
(207,166,186)
#D4B1C2
(212,177,194)
#D9BCCA
(217,188,202)
#DEC7D2
(222,199,210)
#E3D2DA
(227,210,218)
#E8DDE2
(232,221,226)
#EDE8EA
(237,232,234)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C085A2 color. Also use rgb(192,133,162) instead hex code.

Text Font Color

.myTextColor { color: #C085A2; }

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

This text font color is #C085A2.


Background Color

.myBgColor { background-color: #C085A2; }

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

This div background color is #C085A2.


Border color

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

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

This div border color is #C085A2.


Opacity

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

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

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

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

This text has shadow with #C085A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C085A2 on black background.


Color preview on white background

This text has color #C085A2 on white background.



Black color preview on #C085A2 background

This text has black color on #C085A2 background.


White color preview on #C085A2 background

This text has white color on #C085A2 background.