COLOR #C88CA1

HEX: #C88CA1
RGB: (200,140,161)

Color info

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

RGB color model

#C88CA1 color RGB value is (200,140,161).

  • red value is 200;
  • green value is 140;
  • blue value is 161.
RGB:
(200,140,161)
(78%,55%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 140 of 255 = 55%
B 161 of 255 = 63%

200
140
161

R + G + B ~ 65%. #C88CA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 140 + 161 = 501 (100%)
R 200 of 501 ~ 39.92%
G 140 of 501 ~ 27.94%
B 161 of 501 ~ 32.14%

%39.92
%27.94
%32.14

CMYK color model

#C88CA1 color CMYK value is (0,30,20,22).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 19.50%
  • key color value is 21.57%
CMYK:
(0,30,20,22)
C0M30Y20K22 
(0%,30%,20%,22%)
(0.00/0.30/0.20/0.22)	

CMYK percentages

%0
%30
%19.5
%21.57

Codes

Color #C88CA1 in popluar color models

C88CA1
RGB200140161
HSL339°35.29%66.67%
HSB/HSV339°30.00%78.43%
CMYK0.00%30.00%19.50%
21.57%

Color #C88CA1 in popluar number systems.

HEXC88CA1
Decimal200140161
Binary110010001000110010100001
Octal310214241

Shades and tints

Shades of #C88CA1

#C88CA1
(200,140,161)
#B68093
(182,128,147)
#A47485
(164,116,133)
#926877
(146,104,119)
#805C69
(128,92,105)
#6E505B
(110,80,91)
#5C444D
(92,68,77)
#4A383F
(74,56,63)
#382C31
(56,44,49)
#262023
(38,32,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C88CA1

#C88CA1
(200,140,161)
#CD96A9
(205,150,169)
#D2A0B1
(210,160,177)
#D7AAB9
(215,170,185)
#DCB4C1
(220,180,193)
#E1BEC9
(225,190,201)
#E6C8D1
(230,200,209)
#EBD2D9
(235,210,217)
#F0DCE1
(240,220,225)
#F5E6E9
(245,230,233)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88CA1 color. Also use rgb(200,140,161) instead hex code.

Text Font Color

.myTextColor { color: #C88CA1; }

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

This text font color is #C88CA1.


Background Color

.myBgColor { background-color: #C88CA1; }

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

This div background color is #C88CA1.


Border color

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

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

This div border color is #C88CA1.


Opacity

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

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

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

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

This text has shadow with #C88CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88CA1 on black background.


Color preview on white background

This text has color #C88CA1 on white background.



Black color preview on #C88CA1 background

This text has black color on #C88CA1 background.


White color preview on #C88CA1 background

This text has white color on #C88CA1 background.