COLOR #C07E87

HEX: #C07E87 RGB: (192,126,135)

Color info

#C07E87 contains mainly red and blue colors. Web safe color of #C07E87 is #CC6699 (or #C69).

RGB color model

#C07E87 color RGB value is (192,126,135).

RGB: (192,126,135) (75%, 49%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 126 of 255 = 49%
B 135 of 255 = 53%

192
126
135

R + G + B ~ 59%. #C07E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 192 + 126 + 135 = 453 (100%)
R 192 of 453 ~ 42.38%
G 126 of 453 ~ 27.81%
B 135 of 453 ~ 29.8'%

%42.38
%27.81
%29.8

CMYK color model

#C07E87 color CMYK value is (0,34,30,25).

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

CMYK: (0,34,30,25)
C0M34Y30K25 (0%, 34%, 30%, 25%)
(0.00 / 0.34 / 0.30 / 0.25)

CMYK percentages

%0
%34.38
%29.69
%24.71

Codes

Color #C07E87 in popluar color models

C0 7E 87
RGB 192 126 135
HSL 352° 34.38% 62.35%
HSB/HSV 352° 34.38% 75.29%
CMYK 0.00% 34.38% 29.69%
24.71%

Color #C07E87 in popluar number systems.

HEX C0 7E 87
Decimal 192 126 135
Binary 11000000 1111110 10000111
Octal 300 176 207

Shades and tints

Shades of #C07E87

#C07E87
(192,126,135)
#AF737B
(175,115,123)
#9E686F
(158,104,111)
#8D5D63
(141,93,99)
#7C5257
(124,82,87)
#6B474B
(107,71,75)
#5A3C3F
(90,60,63)
#493133
(73,49,51)
#382627
(56,38,39)
#271B1B
(39,27,27)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #C07E87

#C07E87
(192,126,135)
#C58991
(197,137,145)
#CA949B
(202,148,155)
#CF9FA5
(207,159,165)
#D4AAAF
(212,170,175)
#D9B5B9
(217,181,185)
#DEC0C3
(222,192,195)
#E3CBCD
(227,203,205)
#E8D6D7
(232,214,215)
#EDE1E1
(237,225,225)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07E87; }

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

This text font color is #C07E87.

Background Color

.myBgColor { background-color: #C07E87; }

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

This div background color is #C07E87.

Border color

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

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

This div border color is #C07E87.

Opacity

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

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

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

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

This text has shadow with #C07E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07E87.

Preview

Color preview on black background

This text has color #C07E87 on black background.


Color preview on white background

This text has color #C07E87 on white background.


Black color preview on #C07E87 background

This text has black color on #C07E87 background.


White color preview on #C07E87 background

This text has white color on #C07E87 background.


Related colors

Complementary color

Complementary color for #hex is #3F8178.


I love getcolorcode.com

Triadic colors

1 #87C07E and #7E87C0 with #C07E87 are triadic colors.

2 #877EC0 and #7EC087 with #C07E87 are triadic colors.