COLOR #CC889B

HEX: #CC889B RGB: (204,136,155)

Color info

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

RGB color model

#CC889B color RGB value is (204,136,155).

RGB: (204,136,155) (80%, 53%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 136 of 255 = 53%
B 155 of 255 = 61%

204
136
155

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

Portions of RGB colors in percentages

R + G + B = 204 + 136 + 155 = 495 (100%)
R 204 of 495 ~ 41.21%
G 136 of 495 ~ 27.47%
B 155 of 495 ~ 31.31'%

%41.21
%27.47
%31.31

CMYK color model

#CC889B color CMYK value is (0,33,24,20).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 24.02%
  • key color value is 20.00%

CMYK: (0,33,24,20)
C0M33Y24K20 (0%, 33%, 24%, 20%)
(0.00 / 0.33 / 0.24 / 0.20)

CMYK percentages

%0
%33.33
%24.02
%20

Codes

Color #CC889B in popluar color models

CC 88 9B
RGB 204 136 155
HSL 343° 40.00% 66.67%
HSB/HSV 343° 33.33% 80.00%
CMYK 0.00% 33.33% 24.02%
20.00%

Color #CC889B in popluar number systems.

HEX CC 88 9B
Decimal 204 136 155
Binary 11001100 10001000 10011011
Octal 314 210 233

Shades and tints

Shades of #CC889B

#CC889B
(204,136,155)
#BA7C8D
(186,124,141)
#A8707F
(168,112,127)
#966471
(150,100,113)
#845863
(132,88,99)
#724C55
(114,76,85)
#604047
(96,64,71)
#4E3439
(78,52,57)
#3C282B
(60,40,43)
#2A1C1D
(42,28,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #CC889B

#CC889B
(204,136,155)
#D092A4
(208,146,164)
#D49CAD
(212,156,173)
#D8A6B6
(216,166,182)
#DCB0BF
(220,176,191)
#E0BAC8
(224,186,200)
#E4C4D1
(228,196,209)
#E8CEDA
(232,206,218)
#ECD8E3
(236,216,227)
#F0E2EC
(240,226,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC889B color. Also use rgb(204,136,155) instead hex code.

Text Font Color

.myTextColor { color: #CC889B; }

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

This text font color is #CC889B.

Background Color

.myBgColor { background-color: #CC889B; }

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

This div background color is #CC889B.

Border color

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

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

This div border color is #CC889B.

Opacity

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

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

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

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

This text has shadow with #CC889B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC889B.

Preview

Color preview on black background

This text has color #CC889B on black background.


Color preview on white background

This text has color #CC889B on white background.


Black color preview on #CC889B background

This text has black color on #CC889B background.


White color preview on #CC889B background

This text has white color on #CC889B background.


Related colors

Complementary color

Complementary color for #hex is #337764.


I love getcolorcode.com

Triadic colors

1 #9BCC88 and #889BCC with #CC889B are triadic colors.

2 #9B88CC and #88CC9B with #CC889B are triadic colors.