COLOR #C87A81

HEX: #C87A81 RGB: (200,122,129)

Color info

#C87A81 contains mainly red color. Web safe color of #C87A81 is #CC6699 (or #C69).

RGB color model

#C87A81 color RGB value is (200,122,129).

RGB: (200,122,129) (78%, 48%, 51%)

RGB channels and saturation

R 200 of 255 = 78%
G 122 of 255 = 48%
B 129 of 255 = 51%

200
122
129

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

Portions of RGB colors in percentages

R + G + B = 200 + 122 + 129 = 451 (100%)
R 200 of 451 ~ 44.35%
G 122 of 451 ~ 27.05%
B 129 of 451 ~ 28.6'%

%44.35
%27.05
%28.6

CMYK color model

#C87A81 color CMYK value is (0,39,36,22).

  • cyan value is 0.00%
  • magenta value is 39.00%
  • yellow value is 35.50%
  • key color value is 21.57%

CMYK: (0,39,36,22)
C0M39Y36K22 (0%, 39%, 36%, 22%)
(0.00 / 0.39 / 0.36 / 0.22)

CMYK percentages

%0
%39
%35.5
%21.57

Codes

Color #C87A81 in popluar color models

C8 7A 81
RGB 200 122 129
HSL 355° 41.49% 63.14%
HSB/HSV 355° 39.00% 78.43%
CMYK 0.00% 39.00% 35.50%
21.57%

Color #C87A81 in popluar number systems.

HEX C8 7A 81
Decimal 200 122 129
Binary 11001000 1111010 10000001
Octal 310 172 201

Shades and tints

Shades of #C87A81

#C87A81
(200,122,129)
#B66F76
(182,111,118)
#A4646B
(164,100,107)
#925960
(146,89,96)
#804E55
(128,78,85)
#6E434A
(110,67,74)
#5C383F
(92,56,63)
#4A2D34
(74,45,52)
#382229
(56,34,41)
#26171E
(38,23,30)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #C87A81

#C87A81
(200,122,129)
#CD868C
(205,134,140)
#D29297
(210,146,151)
#D79EA2
(215,158,162)
#DCAAAD
(220,170,173)
#E1B6B8
(225,182,184)
#E6C2C3
(230,194,195)
#EBCECE
(235,206,206)
#F0DAD9
(240,218,217)
#F5E6E4
(245,230,228)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87A81 color. Also use rgb(200,122,129) instead hex code.

Text Font Color

.myTextColor { color: #C87A81; }

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

This text font color is #C87A81.

Background Color

.myBgColor { background-color: #C87A81; }

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

This div background color is #C87A81.

Border color

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

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

This div border color is #C87A81.

Opacity

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

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

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

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

This text has shadow with #C87A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87A81.

Preview

Color preview on black background

This text has color #C87A81 on black background.


Color preview on white background

This text has color #C87A81 on white background.


Black color preview on #C87A81 background

This text has black color on #C87A81 background.


White color preview on #C87A81 background

This text has white color on #C87A81 background.


Related colors

Complementary color

Complementary color for #hex is #37857E.


I love getcolorcode.com

Triadic colors

1 #81C87A and #7A81C8 with #C87A81 are triadic colors.

2 #817AC8 and #7AC881 with #C87A81 are triadic colors.