COLOR #C8807F

HEX: #C8807F
RGB: (200,128,127)

Color info

#C8807F contains mainly red color. Web safe color of #C8807F is #CC6666 (or #C66).

RGB color model

#C8807F color RGB value is (200,128,127).

  • red value is 200;
  • green value is 128;
  • blue value is 127.
RGB:
(200,128,127)
(78%,50%,50%)

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 127 of 255 = 50%

200
128
127

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

Portions of RGB colors in percentages

R + G + B =
200 + 128 + 127 = 455 (100%)
R 200 of 455 ~ 43.96%
G 128 of 455 ~ 28.13%
B 127 of 455 ~ 27.91%

%43.96
%28.13
%27.91

CMYK color model

#C8807F color CMYK value is (0,36,37,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 36.50%
  • key color value is 21.57%
CMYK:
(0,36,37,22)
C0M36Y37K22 
(0%,36%,37%,22%)
(0.00/0.36/0.37/0.22)	

CMYK percentages

%0
%36
%36.5
%21.57

Codes

Color #C8807F in popluar color models

C8807F
RGB200128127
HSL39.89%64.12%
HSB/HSV36.50%78.43%
CMYK0.00%36.00%36.50%
21.57%

Color #C8807F in popluar number systems.

HEXC8807F
Decimal200128127
Binary11001000100000001111111
Octal310200177

Shades and tints

Shades of #C8807F

#C8807F
(200,128,127)
#B67574
(182,117,116)
#A46A69
(164,106,105)
#925F5E
(146,95,94)
#805453
(128,84,83)
#6E4948
(110,73,72)
#5C3E3D
(92,62,61)
#4A3332
(74,51,50)
#382827
(56,40,39)
#261D1C
(38,29,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #C8807F

#C8807F
(200,128,127)
#CD8B8A
(205,139,138)
#D29695
(210,150,149)
#D7A1A0
(215,161,160)
#DCACAB
(220,172,171)
#E1B7B6
(225,183,182)
#E6C2C1
(230,194,193)
#EBCDCC
(235,205,204)
#F0D8D7
(240,216,215)
#F5E3E2
(245,227,226)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8807F; }

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

This text font color is #C8807F.


Background Color

.myBgColor { background-color: #C8807F; }

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

This div background color is #C8807F.


Border color

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

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

This div border color is #C8807F.


Opacity

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

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

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

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

This text has shadow with #C8807F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8807F on black background.


Color preview on white background

This text has color #C8807F on white background.



Black color preview on #C8807F background

This text has black color on #C8807F background.


White color preview on #C8807F background

This text has white color on #C8807F background.