COLOR #C88B80

HEX: #C88B80 RGB: (200,139,128)

Color info

#C88B80 contains mainly red color. Web safe color of #C88B80 is #CC9966 (or #C96).

RGB color model

#C88B80 color RGB value is (200,139,128).

RGB: (200,139,128) (78%, 55%, 50%)

RGB channels and saturation

R 200 of 255 = 78%
G 139 of 255 = 55%
B 128 of 255 = 50%

200
139
128

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

Portions of RGB colors in percentages

R + G + B = 200 + 139 + 128 = 467 (100%)
R 200 of 467 ~ 42.83%
G 139 of 467 ~ 29.76%
B 128 of 467 ~ 27.41'%

%42.83
%29.76
%27.41

CMYK color model

#C88B80 color CMYK value is (0,31,36,22).

  • cyan value is 0.00%
  • magenta value is 30.50%
  • yellow value is 36.00%
  • key color value is 21.57%
CMYK: (0,31,36,22) C0M31Y36K22 (0%,31%,36%,22%) (0.00/0.31/0.36/0.22) 

CMYK percentages

%0
%30.5
%36
%21.57

Codes

Color #C88B80 in popluar color models

C8 8B 80
RGB 200 139 128
HSL 39.56% 64.31%
HSB/HSV 36.00% 78.43%
CMYK 0.00% 30.50% 36.00%
21.57%

Color #C88B80 in popluar number systems.

HEX C8 8B 80
Decimal 200 139 128
Binary 11001000 10001011 10000000
Octal 310 213 200

Shades and tints

Shades of #C88B80

#C88B80
(200,139,128)
#B67F75
(182,127,117)
#A4736A
(164,115,106)
#92675F
(146,103,95)
#805B54
(128,91,84)
#6E4F49
(110,79,73)
#5C433E
(92,67,62)
#4A3733
(74,55,51)
#382B28
(56,43,40)
#261F1D
(38,31,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #C88B80

#C88B80
(200,139,128)
#CD958B
(205,149,139)
#D29F96
(210,159,150)
#D7A9A1
(215,169,161)
#DCB3AC
(220,179,172)
#E1BDB7
(225,189,183)
#E6C7C2
(230,199,194)
#EBD1CD
(235,209,205)
#F0DBD8
(240,219,216)
#F5E5E3
(245,229,227)
#FAEFEE
(250,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88B80; }

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

This text font color is #C88B80.

Background Color

.myBgColor { background-color: #C88B80; }

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

This div background color is #C88B80.

Border color

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

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

This div border color is #C88B80.

Opacity

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

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

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

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

This text has shadow with #C88B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88B80.

Preview

Color preview on black background

This text has color #C88B80 on black background.


Color preview on white background

This text has color #C88B80 on white background.


Black color preview on #C88B80 background

This text has black color on #C88B80 background.


White color preview on #C88B80 background

This text has white color on #C88B80 background.


Related colors

Complementary color

Complementary color for #hex is #37747F.


I love getcolorcode.com

Triadic colors

1 #80C88B and #8B80C8 with #C88B80 are triadic colors.

2 #808BC8 and #8BC880 with #C88B80 are triadic colors.