COLOR #C88070

HEX: #C88070
RGB: (200,128,112)

Color info

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

RGB color model

#C88070 color RGB value is (200,128,112).

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

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 112 of 255 = 44%

200
128
112

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

Portions of RGB colors in percentages

R + G + B =
200 + 128 + 112 = 440 (100%)
R 200 of 440 ~ 45.45%
G 128 of 440 ~ 29.09%
B 112 of 440 ~ 25.45%

%45.45
%29.09
%25.45

CMYK color model

#C88070 color CMYK value is (0,36,44,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 44.00%
  • key color value is 21.57%
CMYK:
(0,36,44,22)
C0M36Y44K22 
(0%,36%,44%,22%)
(0.00/0.36/0.44/0.22)	

CMYK percentages

%0
%36
%44
%21.57

Codes

Color #C88070 in popluar color models

C88070
RGB200128112
HSL11°44.44%61.18%
HSB/HSV11°44.00%78.43%
CMYK0.00%36.00%44.00%
21.57%

Color #C88070 in popluar number systems.

HEXC88070
Decimal200128112
Binary11001000100000001110000
Octal310200160

Shades and tints

Shades of #C88070

#C88070
(200,128,112)
#B67566
(182,117,102)
#A46A5C
(164,106,92)
#925F52
(146,95,82)
#805448
(128,84,72)
#6E493E
(110,73,62)
#5C3E34
(92,62,52)
#4A332A
(74,51,42)
#382820
(56,40,32)
#261D16
(38,29,22)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #C88070

#C88070
(200,128,112)
#CD8B7D
(205,139,125)
#D2968A
(210,150,138)
#D7A197
(215,161,151)
#DCACA4
(220,172,164)
#E1B7B1
(225,183,177)
#E6C2BE
(230,194,190)
#EBCDCB
(235,205,203)
#F0D8D8
(240,216,216)
#F5E3E5
(245,227,229)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88070; }

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

This text font color is #C88070.


Background Color

.myBgColor { background-color: #C88070; }

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

This div background color is #C88070.


Border color

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

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

This div border color is #C88070.


Opacity

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

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

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

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

This text has shadow with #C88070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88070 on black background.


Color preview on white background

This text has color #C88070 on white background.



Black color preview on #C88070 background

This text has black color on #C88070 background.


White color preview on #C88070 background

This text has white color on #C88070 background.