COLOR #C87593

HEX: #C87593 RGB: (200,117,147)

Color info

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

RGB color model

#C87593 color RGB value is (200,117,147).

RGB: (200,117,147) (78%, 46%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 117 of 255 = 46%
B 147 of 255 = 58%

200
117
147

R + G + B ~ 61%. #C87593 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 117 + 147 = 464 (100%)
R 200 of 464 ~ 43.1%
G 117 of 464 ~ 25.22%
B 147 of 464 ~ 31.68'%

%43.1
%25.22
%31.68

CMYK color model

#C87593 color CMYK value is (0,42,27,22).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 26.50%
  • key color value is 21.57%

CMYK: (0,42,27,22)
C0M42Y27K22 (0%, 42%, 27%, 22%)
(0.00 / 0.42 / 0.27 / 0.22)

CMYK percentages

%0
%41.5
%26.5
%21.57

Codes

Color #C87593 in popluar color models

C8 75 93
RGB 200 117 147
HSL 338° 43.01% 62.16%
HSB/HSV 338° 41.50% 78.43%
CMYK 0.00% 41.50% 26.50%
21.57%

Color #C87593 in popluar number systems.

HEX C8 75 93
Decimal 200 117 147
Binary 11001000 1110101 10010011
Octal 310 165 223

Shades and tints

Shades of #C87593

#C87593
(200,117,147)
#B66B86
(182,107,134)
#A46179
(164,97,121)
#92576C
(146,87,108)
#804D5F
(128,77,95)
#6E4352
(110,67,82)
#5C3945
(92,57,69)
#4A2F38
(74,47,56)
#38252B
(56,37,43)
#261B1E
(38,27,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C87593

#C87593
(200,117,147)
#CD819C
(205,129,156)
#D28DA5
(210,141,165)
#D799AE
(215,153,174)
#DCA5B7
(220,165,183)
#E1B1C0
(225,177,192)
#E6BDC9
(230,189,201)
#EBC9D2
(235,201,210)
#F0D5DB
(240,213,219)
#F5E1E4
(245,225,228)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87593 color. Also use rgb(200,117,147) instead hex code.

Text Font Color

.myTextColor { color: #C87593; }

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

This text font color is #C87593.

Background Color

.myBgColor { background-color: #C87593; }

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

This div background color is #C87593.

Border color

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

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

This div border color is #C87593.

Opacity

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

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

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

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

This text has shadow with #C87593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87593.

Preview

Color preview on black background

This text has color #C87593 on black background.


Color preview on white background

This text has color #C87593 on white background.


Black color preview on #C87593 background

This text has black color on #C87593 background.


White color preview on #C87593 background

This text has white color on #C87593 background.


Related colors

Complementary color

Complementary color for #hex is #378A6C.


I love getcolorcode.com

Triadic colors

1 #93C875 and #7593C8 with #C87593 are triadic colors.

2 #9375C8 and #75C893 with #C87593 are triadic colors.