COLOR #C87497

HEX: #C87497 RGB: (200,116,151)

Color info

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

RGB color model

#C87497 color RGB value is (200,116,151).

RGB: (200,116,151) (78%, 45%, 59%)

RGB channels and saturation

R 200 of 255 = 78%
G 116 of 255 = 45%
B 151 of 255 = 59%

200
116
151

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

Portions of RGB colors in percentages

R + G + B = 200 + 116 + 151 = 467 (100%)
R 200 of 467 ~ 42.83%
G 116 of 467 ~ 24.84%
B 151 of 467 ~ 32.33'%

%42.83
%24.84
%32.33

CMYK color model

#C87497 color CMYK value is (0,42,25,22).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 24.50%
  • key color value is 21.57%

CMYK: (0,42,25,22)
C0M42Y25K22 (0%, 42%, 25%, 22%)
(0.00 / 0.42 / 0.25 / 0.22)

CMYK percentages

%0
%42
%24.5
%21.57

Codes

Color #C87497 in popluar color models

C8 74 97
RGB 200 116 151
HSL 335° 43.30% 61.96%
HSB/HSV 335° 42.00% 78.43%
CMYK 0.00% 42.00% 24.50%
21.57%

Color #C87497 in popluar number systems.

HEX C8 74 97
Decimal 200 116 151
Binary 11001000 1110100 10010111
Octal 310 164 227

Shades and tints

Shades of #C87497

#C87497
(200,116,151)
#B66A8A
(182,106,138)
#A4607D
(164,96,125)
#925670
(146,86,112)
#804C63
(128,76,99)
#6E4256
(110,66,86)
#5C3849
(92,56,73)
#4A2E3C
(74,46,60)
#38242F
(56,36,47)
#261A22
(38,26,34)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #C87497

#C87497
(200,116,151)
#CD80A0
(205,128,160)
#D28CA9
(210,140,169)
#D798B2
(215,152,178)
#DCA4BB
(220,164,187)
#E1B0C4
(225,176,196)
#E6BCCD
(230,188,205)
#EBC8D6
(235,200,214)
#F0D4DF
(240,212,223)
#F5E0E8
(245,224,232)
#FAECF1
(250,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87497 color. Also use rgb(200,116,151) instead hex code.

Text Font Color

.myTextColor { color: #C87497; }

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

This text font color is #C87497.

Background Color

.myBgColor { background-color: #C87497; }

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

This div background color is #C87497.

Border color

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

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

This div border color is #C87497.

Opacity

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

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

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

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

This text has shadow with #C87497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87497.

Preview

Color preview on black background

This text has color #C87497 on black background.


Color preview on white background

This text has color #C87497 on white background.


Black color preview on #C87497 background

This text has black color on #C87497 background.


White color preview on #C87497 background

This text has white color on #C87497 background.


Related colors

Complementary color

Complementary color for #hex is #378B68.


I love getcolorcode.com

Triadic colors

1 #97C874 and #7497C8 with #C87497 are triadic colors.

2 #9774C8 and #74C897 with #C87497 are triadic colors.