COLOR #CC6C88

HEX: #CC6C88
RGB: (204,108,136)

Color info

#CC6C88 contains mainly red color. Web safe color of #CC6C88 is #CC6699 (or #C69).

RGB color model

#CC6C88 color RGB value is (204,108,136).

  • red value is 204;
  • green value is 108;
  • blue value is 136.
RGB:
(204,108,136)
(80%,42%,53%)

RGB channels and saturation

R 204 of 255 = 80%
G 108 of 255 = 42%
B 136 of 255 = 53%

204
108
136

R + G + B ~ 58%. #CC6C88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
204 + 108 + 136 = 448 (100%)
R 204 of 448 ~ 45.54%
G 108 of 448 ~ 24.11%
B 136 of 448 ~ 30.36%

%45.54
%24.11
%30.36

CMYK color model

#CC6C88 color CMYK value is (0,47,33,20).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 33.33%
  • key color value is 20.00%
CMYK:
(0,47,33,20)
C0M47Y33K20 
(0%,47%,33%,20%)
(0.00/0.47/0.33/0.20)	

CMYK percentages

%0
%47.06
%33.33
%20

Codes

Color #CC6C88 in popluar color models

CC6C88
RGB204108136
HSL343°48.48%61.18%
HSB/HSV343°47.06%80.00%
CMYK0.00%47.06%33.33%
20.00%

Color #CC6C88 in popluar number systems.

HEXCC6C88
Decimal204108136
Binary11001100110110010001000
Octal314154210

Shades and tints

Shades of #CC6C88

#CC6C88
(204,108,136)
#BA637C
(186,99,124)
#A85A70
(168,90,112)
#965164
(150,81,100)
#844858
(132,72,88)
#723F4C
(114,63,76)
#603640
(96,54,64)
#4E2D34
(78,45,52)
#3C2428
(60,36,40)
#2A1B1C
(42,27,28)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #CC6C88

#CC6C88
(204,108,136)
#D07992
(208,121,146)
#D4869C
(212,134,156)
#D893A6
(216,147,166)
#DCA0B0
(220,160,176)
#E0ADBA
(224,173,186)
#E4BAC4
(228,186,196)
#E8C7CE
(232,199,206)
#ECD4D8
(236,212,216)
#F0E1E2
(240,225,226)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6C88; }

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

This text font color is #CC6C88.


Background Color

.myBgColor { background-color: #CC6C88; }

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

This div background color is #CC6C88.


Border color

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

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

This div border color is #CC6C88.


Opacity

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

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

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

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

This text has shadow with #CC6C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6C88 on black background.


Color preview on white background

This text has color #CC6C88 on white background.



Black color preview on #CC6C88 background

This text has black color on #CC6C88 background.


White color preview on #CC6C88 background

This text has white color on #CC6C88 background.