COLOR #C88198

HEX: #C88198
RGB: (200,129,152)

Color info

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

RGB color model

#C88198 color RGB value is (200,129,152).

  • red value is 200;
  • green value is 129;
  • blue value is 152.
RGB:
(200,129,152)
(78%,51%,60%)

RGB channels and saturation

R 200 of 255 = 78%
G 129 of 255 = 51%
B 152 of 255 = 60%

200
129
152

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

Portions of RGB colors in percentages

R + G + B =
200 + 129 + 152 = 481 (100%)
R 200 of 481 ~ 41.58%
G 129 of 481 ~ 26.82%
B 152 of 481 ~ 31.6%

%41.58
%26.82
%31.6

CMYK color model

#C88198 color CMYK value is (0,36,24,22).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 24.00%
  • key color value is 21.57%
CMYK:
(0,36,24,22)
C0M36Y24K22 
(0%,36%,24%,22%)
(0.00/0.36/0.24/0.22)	

CMYK percentages

%0
%35.5
%24
%21.57

Codes

Color #C88198 in popluar color models

C88198
RGB200129152
HSL341°39.23%64.51%
HSB/HSV341°35.50%78.43%
CMYK0.00%35.50%24.00%
21.57%

Color #C88198 in popluar number systems.

HEXC88198
Decimal200129152
Binary110010001000000110011000
Octal310201230

Shades and tints

Shades of #C88198

#C88198
(200,129,152)
#B6768B
(182,118,139)
#A46B7E
(164,107,126)
#926071
(146,96,113)
#805564
(128,85,100)
#6E4A57
(110,74,87)
#5C3F4A
(92,63,74)
#4A343D
(74,52,61)
#382930
(56,41,48)
#261E23
(38,30,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #C88198

#C88198
(200,129,152)
#CD8CA1
(205,140,161)
#D297AA
(210,151,170)
#D7A2B3
(215,162,179)
#DCADBC
(220,173,188)
#E1B8C5
(225,184,197)
#E6C3CE
(230,195,206)
#EBCED7
(235,206,215)
#F0D9E0
(240,217,224)
#F5E4E9
(245,228,233)
#FAEFF2
(250,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88198 color. Also use rgb(200,129,152) instead hex code.

Text Font Color

.myTextColor { color: #C88198; }

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

This text font color is #C88198.


Background Color

.myBgColor { background-color: #C88198; }

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

This div background color is #C88198.


Border color

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

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

This div border color is #C88198.


Opacity

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

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

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

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

This text has shadow with #C88198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88198 on black background.


Color preview on white background

This text has color #C88198 on white background.



Black color preview on #C88198 background

This text has black color on #C88198 background.


White color preview on #C88198 background

This text has white color on #C88198 background.