COLOR #C88086

HEX: #C88086 RGB: (200,128,134)

Color info

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

RGB color model

#C88086 color RGB value is (200,128,134).

RGB: (200,128,134) (78%, 50%, 53%)

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 134 of 255 = 53%

200
128
134

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

Portions of RGB colors in percentages

R + G + B = 200 + 128 + 134 = 462 (100%)
R 200 of 462 ~ 43.29%
G 128 of 462 ~ 27.71%
B 134 of 462 ~ 29'%

%43.29
%27.71
%29

CMYK color model

#C88086 color CMYK value is (0,36,33,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 33.00%
  • key color value is 21.57%

CMYK: (0,36,33,22)
C0M36Y33K22 (0%, 36%, 33%, 22%)
(0.00 / 0.36 / 0.33 / 0.22)

CMYK percentages

%0
%36
%33
%21.57

Codes

Color #C88086 in popluar color models

C8 80 86
RGB 200 128 134
HSL 355° 39.56% 64.31%
HSB/HSV 355° 36.00% 78.43%
CMYK 0.00% 36.00% 33.00%
21.57%

Color #C88086 in popluar number systems.

HEX C8 80 86
Decimal 200 128 134
Binary 11001000 10000000 10000110
Octal 310 200 206

Shades and tints

Shades of #C88086

#C88086
(200,128,134)
#B6757A
(182,117,122)
#A46A6E
(164,106,110)
#925F62
(146,95,98)
#805456
(128,84,86)
#6E494A
(110,73,74)
#5C3E3E
(92,62,62)
#4A3332
(74,51,50)
#382826
(56,40,38)
#261D1A
(38,29,26)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #C88086

#C88086
(200,128,134)
#CD8B91
(205,139,145)
#D2969C
(210,150,156)
#D7A1A7
(215,161,167)
#DCACB2
(220,172,178)
#E1B7BD
(225,183,189)
#E6C2C8
(230,194,200)
#EBCDD3
(235,205,211)
#F0D8DE
(240,216,222)
#F5E3E9
(245,227,233)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88086 color. Also use rgb(200,128,134) instead hex code.

Text Font Color

.myTextColor { color: #C88086; }

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

This text font color is #C88086.

Background Color

.myBgColor { background-color: #C88086; }

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

This div background color is #C88086.

Border color

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

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

This div border color is #C88086.

Opacity

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

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

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

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

This text has shadow with #C88086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88086.

Preview

Color preview on black background

This text has color #C88086 on black background.


Color preview on white background

This text has color #C88086 on white background.


Black color preview on #C88086 background

This text has black color on #C88086 background.


White color preview on #C88086 background

This text has white color on #C88086 background.


Related colors

Complementary color

Complementary color for #hex is #377F79.


I love getcolorcode.com

Triadic colors

1 #86C880 and #8086C8 with #C88086 are triadic colors.

2 #8680C8 and #80C886 with #C88086 are triadic colors.