COLOR #C087A5

HEX: #C087A5
RGB: (192,135,165)

Color info

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

RGB color model

#C087A5 color RGB value is (192,135,165).

  • red value is 192;
  • green value is 135;
  • blue value is 165.
RGB:
(192,135,165)
(75%,53%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 165 of 255 = 65%

192
135
165

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

Portions of RGB colors in percentages

R + G + B =
192 + 135 + 165 = 492 (100%)
R 192 of 492 ~ 39.02%
G 135 of 492 ~ 27.44%
B 165 of 492 ~ 33.54%

%39.02
%27.44
%33.54

CMYK color model

#C087A5 color CMYK value is (0,30,14,25).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(0,30,14,25)
C0M30Y14K25 
(0%,30%,14%,25%)
(0.00/0.30/0.14/0.25)	

CMYK percentages

%0
%29.69
%14.06
%24.71

Codes

Color #C087A5 in popluar color models

C087A5
RGB192135165
HSL328°31.15%64.12%
HSB/HSV328°29.69%75.29%
CMYK0.00%29.69%14.06%
24.71%

Color #C087A5 in popluar number systems.

HEXC087A5
Decimal192135165
Binary110000001000011110100101
Octal300207245

Shades and tints

Shades of #C087A5

#C087A5
(192,135,165)
#AF7B96
(175,123,150)
#9E6F87
(158,111,135)
#8D6378
(141,99,120)
#7C5769
(124,87,105)
#6B4B5A
(107,75,90)
#5A3F4B
(90,63,75)
#49333C
(73,51,60)
#38272D
(56,39,45)
#271B1E
(39,27,30)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #C087A5

#C087A5
(192,135,165)
#C591AD
(197,145,173)
#CA9BB5
(202,155,181)
#CFA5BD
(207,165,189)
#D4AFC5
(212,175,197)
#D9B9CD
(217,185,205)
#DEC3D5
(222,195,213)
#E3CDDD
(227,205,221)
#E8D7E5
(232,215,229)
#EDE1ED
(237,225,237)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C087A5 color. Also use rgb(192,135,165) instead hex code.

Text Font Color

.myTextColor { color: #C087A5; }

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

This text font color is #C087A5.


Background Color

.myBgColor { background-color: #C087A5; }

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

This div background color is #C087A5.


Border color

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

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

This div border color is #C087A5.


Opacity

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

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

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

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

This text has shadow with #C087A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C087A5 on black background.


Color preview on white background

This text has color #C087A5 on white background.



Black color preview on #C087A5 background

This text has black color on #C087A5 background.


White color preview on #C087A5 background

This text has white color on #C087A5 background.