COLOR #C88892

HEX: #C88892
RGB: (200,136,146)

Color info

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

RGB color model

#C88892 color RGB value is (200,136,146).

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

RGB channels and saturation

R 200 of 255 = 78%
G 136 of 255 = 53%
B 146 of 255 = 57%

200
136
146

R + G + B ~ 63%. #C88892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 136 + 146 = 482 (100%)
R 200 of 482 ~ 41.49%
G 136 of 482 ~ 28.22%
B 146 of 482 ~ 30.29%

%41.49
%28.22
%30.29

CMYK color model

#C88892 color CMYK value is (0,32,27,22).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,32,27,22)
C0M32Y27K22 
(0%,32%,27%,22%)
(0.00/0.32/0.27/0.22)	

CMYK percentages

%0
%32
%27
%21.57

Codes

Color #C88892 in popluar color models

C88892
RGB200136146
HSL351°36.78%65.88%
HSB/HSV351°32.00%78.43%
CMYK0.00%32.00%27.00%
21.57%

Color #C88892 in popluar number systems.

HEXC88892
Decimal200136146
Binary110010001000100010010010
Octal310210222

Shades and tints

Shades of #C88892

#C88892
(200,136,146)
#B67C85
(182,124,133)
#A47078
(164,112,120)
#92646B
(146,100,107)
#80585E
(128,88,94)
#6E4C51
(110,76,81)
#5C4044
(92,64,68)
#4A3437
(74,52,55)
#38282A
(56,40,42)
#261C1D
(38,28,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #C88892

#C88892
(200,136,146)
#CD929B
(205,146,155)
#D29CA4
(210,156,164)
#D7A6AD
(215,166,173)
#DCB0B6
(220,176,182)
#E1BABF
(225,186,191)
#E6C4C8
(230,196,200)
#EBCED1
(235,206,209)
#F0D8DA
(240,216,218)
#F5E2E3
(245,226,227)
#FAECEC
(250,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88892; }

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

This text font color is #C88892.


Background Color

.myBgColor { background-color: #C88892; }

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

This div background color is #C88892.


Border color

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

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

This div border color is #C88892.


Opacity

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

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

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

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

This text has shadow with #C88892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88892 on black background.


Color preview on white background

This text has color #C88892 on white background.



Black color preview on #C88892 background

This text has black color on #C88892 background.


White color preview on #C88892 background

This text has white color on #C88892 background.