COLOR #C88CA5

HEX: #C88CA5 RGB: (200,140,165)

Color info

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

RGB color model

#C88CA5 color RGB value is (200,140,165).

RGB: (200,140,165) (78%, 55%, 65%)

RGB channels and saturation

R 200 of 255 = 78%
G 140 of 255 = 55%
B 165 of 255 = 65%

200
140
165

R + G + B ~ 66%. #C88CA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 140 + 165 = 505 (100%)
R 200 of 505 ~ 39.6%
G 140 of 505 ~ 27.72%
B 165 of 505 ~ 32.67'%

%39.6
%27.72
%32.67

CMYK color model

#C88CA5 color CMYK value is (0,30,18,22).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 17.50%
  • key color value is 21.57%

CMYK: (0,30,18,22)
C0M30Y18K22 (0%, 30%, 18%, 22%)
(0.00 / 0.30 / 0.18 / 0.22)

CMYK percentages

%0
%30
%17.5
%21.57

Codes

Color #C88CA5 in popluar color models

C8 8C A5
RGB 200 140 165
HSL 335° 35.29% 66.67%
HSB/HSV 335° 30.00% 78.43%
CMYK 0.00% 30.00% 17.50%
21.57%

Color #C88CA5 in popluar number systems.

HEX C8 8C A5
Decimal 200 140 165
Binary 11001000 10001100 10100101
Octal 310 214 245

Shades and tints

Shades of #C88CA5

#C88CA5
(200,140,165)
#B68096
(182,128,150)
#A47487
(164,116,135)
#926878
(146,104,120)
#805C69
(128,92,105)
#6E505A
(110,80,90)
#5C444B
(92,68,75)
#4A383C
(74,56,60)
#382C2D
(56,44,45)
#26201E
(38,32,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C88CA5

#C88CA5
(200,140,165)
#CD96AD
(205,150,173)
#D2A0B5
(210,160,181)
#D7AABD
(215,170,189)
#DCB4C5
(220,180,197)
#E1BECD
(225,190,205)
#E6C8D5
(230,200,213)
#EBD2DD
(235,210,221)
#F0DCE5
(240,220,229)
#F5E6ED
(245,230,237)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88CA5; }

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

This text font color is #C88CA5.

Background Color

.myBgColor { background-color: #C88CA5; }

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

This div background color is #C88CA5.

Border color

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

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

This div border color is #C88CA5.

Opacity

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

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

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

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

This text has shadow with #C88CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88CA5.

Preview

Color preview on black background

This text has color #C88CA5 on black background.


Color preview on white background

This text has color #C88CA5 on white background.


Black color preview on #C88CA5 background

This text has black color on #C88CA5 background.


White color preview on #C88CA5 background

This text has white color on #C88CA5 background.


Related colors

Complementary color

Complementary color for #hex is #37735A.


I love getcolorcode.com

Triadic colors

1 #A5C88C and #8CA5C8 with #C88CA5 are triadic colors.

2 #A58CC8 and #8CC8A5 with #C88CA5 are triadic colors.