COLOR #C88492

HEX: #C88492
RGB: (200,132,146)

Color info

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

RGB color model

#C88492 color RGB value is (200,132,146).

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

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 146 of 255 = 57%

200
132
146

R + G + B ~ 62%. #C88492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 146 = 478 (100%)
R 200 of 478 ~ 41.84%
G 132 of 478 ~ 27.62%
B 146 of 478 ~ 30.54%

%41.84
%27.62
%30.54

CMYK color model

#C88492 color CMYK value is (0,34,27,22).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,34,27,22)
C0M34Y27K22 
(0%,34%,27%,22%)
(0.00/0.34/0.27/0.22)	

CMYK percentages

%0
%34
%27
%21.57

Codes

Color #C88492 in popluar color models

C88492
RGB200132146
HSL348°38.20%65.10%
HSB/HSV348°34.00%78.43%
CMYK0.00%34.00%27.00%
21.57%

Color #C88492 in popluar number systems.

HEXC88492
Decimal200132146
Binary110010001000010010010010
Octal310204222

Shades and tints

Shades of #C88492

#C88492
(200,132,146)
#B67885
(182,120,133)
#A46C78
(164,108,120)
#92606B
(146,96,107)
#80545E
(128,84,94)
#6E4851
(110,72,81)
#5C3C44
(92,60,68)
#4A3037
(74,48,55)
#38242A
(56,36,42)
#26181D
(38,24,29)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #C88492

#C88492
(200,132,146)
#CD8F9B
(205,143,155)
#D29AA4
(210,154,164)
#D7A5AD
(215,165,173)
#DCB0B6
(220,176,182)
#E1BBBF
(225,187,191)
#E6C6C8
(230,198,200)
#EBD1D1
(235,209,209)
#F0DCDA
(240,220,218)
#F5E7E3
(245,231,227)
#FAF2EC
(250,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88492; }

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

This text font color is #C88492.


Background Color

.myBgColor { background-color: #C88492; }

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

This div background color is #C88492.


Border color

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

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

This div border color is #C88492.


Opacity

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

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

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

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

This text has shadow with #C88492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88492 on black background.


Color preview on white background

This text has color #C88492 on white background.



Black color preview on #C88492 background

This text has black color on #C88492 background.


White color preview on #C88492 background

This text has white color on #C88492 background.