COLOR #C88D82

HEX: #C88D82
RGB: (200,141,130)

Color info

#C88D82 contains mainly red and green colors. Web safe color of #C88D82 is #CC9999 (or #C99).

RGB color model

#C88D82 color RGB value is (200,141,130).

  • red value is 200;
  • green value is 141;
  • blue value is 130.
RGB:
(200,141,130)
(78%,55%,51%)

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 130 of 255 = 51%

200
141
130

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

Portions of RGB colors in percentages

R + G + B =
200 + 141 + 130 = 471 (100%)
R 200 of 471 ~ 42.46%
G 141 of 471 ~ 29.94%
B 130 of 471 ~ 27.6%

%42.46
%29.94
%27.6

CMYK color model

#C88D82 color CMYK value is (0,30,35,22).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 35.00%
  • key color value is 21.57%
CMYK:
(0,30,35,22)
C0M30Y35K22 
(0%,30%,35%,22%)
(0.00/0.30/0.35/0.22)	

CMYK percentages

%0
%29.5
%35
%21.57

Codes

Color #C88D82 in popluar color models

C88D82
RGB200141130
HSL38.89%64.71%
HSB/HSV35.00%78.43%
CMYK0.00%29.50%35.00%
21.57%

Color #C88D82 in popluar number systems.

HEXC88D82
Decimal200141130
Binary110010001000110110000010
Octal310215202

Shades and tints

Shades of #C88D82

#C88D82
(200,141,130)
#B68177
(182,129,119)
#A4756C
(164,117,108)
#926961
(146,105,97)
#805D56
(128,93,86)
#6E514B
(110,81,75)
#5C4540
(92,69,64)
#4A3935
(74,57,53)
#382D2A
(56,45,42)
#26211F
(38,33,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #C88D82

#C88D82
(200,141,130)
#CD978D
(205,151,141)
#D2A198
(210,161,152)
#D7ABA3
(215,171,163)
#DCB5AE
(220,181,174)
#E1BFB9
(225,191,185)
#E6C9C4
(230,201,196)
#EBD3CF
(235,211,207)
#F0DDDA
(240,221,218)
#F5E7E5
(245,231,229)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88D82; }

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

This text font color is #C88D82.


Background Color

.myBgColor { background-color: #C88D82; }

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

This div background color is #C88D82.


Border color

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

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

This div border color is #C88D82.


Opacity

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

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

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

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

This text has shadow with #C88D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88D82 on black background.


Color preview on white background

This text has color #C88D82 on white background.



Black color preview on #C88D82 background

This text has black color on #C88D82 background.


White color preview on #C88D82 background

This text has white color on #C88D82 background.