COLOR #C88877

HEX: #C88877
RGB: (200,136,119)

Color info

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

RGB color model

#C88877 color RGB value is (200,136,119).

  • red value is 200;
  • green value is 136;
  • blue value is 119.
RGB:
(200,136,119)
(78%,53%,47%)

RGB channels and saturation

R 200 of 255 = 78%
G 136 of 255 = 53%
B 119 of 255 = 47%

200
136
119

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

Portions of RGB colors in percentages

R + G + B =
200 + 136 + 119 = 455 (100%)
R 200 of 455 ~ 43.96%
G 136 of 455 ~ 29.89%
B 119 of 455 ~ 26.15%

%43.96
%29.89
%26.15

CMYK color model

#C88877 color CMYK value is (0,32,41,22).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 40.50%
  • key color value is 21.57%
CMYK:
(0,32,41,22)
C0M32Y41K22 
(0%,32%,41%,22%)
(0.00/0.32/0.41/0.22)	

CMYK percentages

%0
%32
%40.5
%21.57

Codes

Color #C88877 in popluar color models

C88877
RGB200136119
HSL13°42.41%62.55%
HSB/HSV13°40.50%78.43%
CMYK0.00%32.00%40.50%
21.57%

Color #C88877 in popluar number systems.

HEXC88877
Decimal200136119
Binary11001000100010001110111
Octal310210167

Shades and tints

Shades of #C88877

#C88877
(200,136,119)
#B67C6D
(182,124,109)
#A47063
(164,112,99)
#926459
(146,100,89)
#80584F
(128,88,79)
#6E4C45
(110,76,69)
#5C403B
(92,64,59)
#4A3431
(74,52,49)
#382827
(56,40,39)
#261C1D
(38,28,29)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #C88877

#C88877
(200,136,119)
#CD9283
(205,146,131)
#D29C8F
(210,156,143)
#D7A69B
(215,166,155)
#DCB0A7
(220,176,167)
#E1BAB3
(225,186,179)
#E6C4BF
(230,196,191)
#EBCECB
(235,206,203)
#F0D8D7
(240,216,215)
#F5E2E3
(245,226,227)
#FAECEF
(250,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88877 color. Also use rgb(200,136,119) instead hex code.

Text Font Color

.myTextColor { color: #C88877; }

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

This text font color is #C88877.


Background Color

.myBgColor { background-color: #C88877; }

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

This div background color is #C88877.


Border color

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

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

This div border color is #C88877.


Opacity

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

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

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

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

This text has shadow with #C88877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88877 on black background.


Color preview on white background

This text has color #C88877 on white background.



Black color preview on #C88877 background

This text has black color on #C88877 background.


White color preview on #C88877 background

This text has white color on #C88877 background.