COLOR #C087AF

HEX: #C087AF RGB: (192,135,175)

Color info

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

RGB color model

#C087AF color RGB value is (192,135,175).

RGB: (192,135,175) (75%, 53%, 69%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 175 of 255 = 69%

192
135
175

R + G + B ~ 66%. #C087AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 135 + 175 = 502 (100%)
R 192 of 502 ~ 38.25%
G 135 of 502 ~ 26.89%
B 175 of 502 ~ 34.86'%

%38.25
%26.89
%34.86

CMYK color model

#C087AF color CMYK value is (0,30,9,25).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 8.85%
  • key color value is 24.71%

CMYK: (0,30,9,25)
C0M30Y9K25 (0%, 30%, 9%, 25%)
(0.00 / 0.30 / 0.09 / 0.25)

CMYK percentages

%0
%29.69
%8.85
%24.71

Codes

Color #C087AF in popluar color models

C0 87 AF
RGB 192 135 175
HSL 318° 31.15% 64.12%
HSB/HSV 318° 29.69% 75.29%
CMYK 0.00% 29.69% 8.85%
24.71%

Color #C087AF in popluar number systems.

HEX C0 87 AF
Decimal 192 135 175
Binary 11000000 10000111 10101111
Octal 300 207 257

Shades and tints

Shades of #C087AF

#C087AF
(192,135,175)
#AF7BA0
(175,123,160)
#9E6F91
(158,111,145)
#8D6382
(141,99,130)
#7C5773
(124,87,115)
#6B4B64
(107,75,100)
#5A3F55
(90,63,85)
#493346
(73,51,70)
#382737
(56,39,55)
#271B28
(39,27,40)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #C087AF

#C087AF
(192,135,175)
#C591B6
(197,145,182)
#CA9BBD
(202,155,189)
#CFA5C4
(207,165,196)
#D4AFCB
(212,175,203)
#D9B9D2
(217,185,210)
#DEC3D9
(222,195,217)
#E3CDE0
(227,205,224)
#E8D7E7
(232,215,231)
#EDE1EE
(237,225,238)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C087AF; }

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

This text font color is #C087AF.

Background Color

.myBgColor { background-color: #C087AF; }

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

This div background color is #C087AF.

Border color

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

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

This div border color is #C087AF.

Opacity

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

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

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

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

This text has shadow with #C087AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C087AF.

Preview

Color preview on black background

This text has color #C087AF on black background.


Color preview on white background

This text has color #C087AF on white background.


Black color preview on #C087AF background

This text has black color on #C087AF background.


White color preview on #C087AF background

This text has white color on #C087AF background.


Related colors

Complementary color

Complementary color for #hex is #3F7850.


I love getcolorcode.com

Triadic colors

1 #AFC087 and #87AFC0 with #C087AF are triadic colors.

2 #AF87C0 and #87C0AF with #C087AF are triadic colors.