COLOR #C88082

HEX: #C88082 RGB: (200,128,130)

Color info

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

RGB color model

#C88082 color RGB value is (200,128,130).

RGB: (200,128,130) (78%, 50%, 51%)

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 130 of 255 = 51%

200
128
130

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

Portions of RGB colors in percentages

R + G + B = 200 + 128 + 130 = 458 (100%)
R 200 of 458 ~ 43.67%
G 128 of 458 ~ 27.95%
B 130 of 458 ~ 28.38'%

%43.67
%27.95
%28.38

CMYK color model

#C88082 color CMYK value is (0,36,35,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 35.00%
  • key color value is 21.57%
CMYK: (0,36,35,22) C0M36Y35K22 (0%,36%,35%,22%) (0.00/0.36/0.35/0.22) 

CMYK percentages

%0
%36
%35
%21.57

Codes

Color #C88082 in popluar color models

C8 80 82
RGB 200 128 130
HSL 358° 39.56% 64.31%
HSB/HSV 358° 36.00% 78.43%
CMYK 0.00% 36.00% 35.00%
21.57%

Color #C88082 in popluar number systems.

HEX C8 80 82
Decimal 200 128 130
Binary 11001000 10000000 10000010
Octal 310 200 202

Shades and tints

Shades of #C88082

#C88082
(200,128,130)
#B67577
(182,117,119)
#A46A6C
(164,106,108)
#925F61
(146,95,97)
#805456
(128,84,86)
#6E494B
(110,73,75)
#5C3E40
(92,62,64)
#4A3335
(74,51,53)
#38282A
(56,40,42)
#261D1F
(38,29,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C88082

#C88082
(200,128,130)
#CD8B8D
(205,139,141)
#D29698
(210,150,152)
#D7A1A3
(215,161,163)
#DCACAE
(220,172,174)
#E1B7B9
(225,183,185)
#E6C2C4
(230,194,196)
#EBCDCF
(235,205,207)
#F0D8DA
(240,216,218)
#F5E3E5
(245,227,229)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88082; }

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

This text font color is #C88082.

Background Color

.myBgColor { background-color: #C88082; }

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

This div background color is #C88082.

Border color

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

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

This div border color is #C88082.

Opacity

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

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

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

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

This text has shadow with #C88082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88082.

Preview

Color preview on black background

This text has color #C88082 on black background.


Color preview on white background

This text has color #C88082 on white background.


Black color preview on #C88082 background

This text has black color on #C88082 background.


White color preview on #C88082 background

This text has white color on #C88082 background.


Related colors

Complementary color

Complementary color for #hex is #377F7D.


I love getcolorcode.com

Triadic colors

1 #82C880 and #8082C8 with #C88082 are triadic colors.

2 #8280C8 and #80C882 with #C88082 are triadic colors.