COLOR #CC6088

HEX: #CC6088 RGB: (204,96,136)

Color info

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

RGB color model

#CC6088 color RGB value is (204,96,136).

RGB: (204,96,136) (80%, 38%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 96 of 255 = 38%
B 136 of 255 = 53%

204
96
136

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

Portions of RGB colors in percentages

R + G + B = 204 + 96 + 136 = 436 (100%)
R 204 of 436 ~ 46.79%
G 96 of 436 ~ 22.02%
B 136 of 436 ~ 31.19'%

%46.79
%22.02
%31.19

CMYK color model

#CC6088 color CMYK value is (0,53,33,20).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 33.33%
  • key color value is 20.00%
CMYK: (0,53,33,20) C0M53Y33K20 (0%,53%,33%,20%) (0.00/0.53/0.33/0.20) 

CMYK percentages

%0
%52.94
%33.33
%20

Codes

Color #CC6088 in popluar color models

CC 60 88
RGB 204 96 136
HSL 338° 51.43% 58.82%
HSB/HSV 338° 52.94% 80.00%
CMYK 0.00% 52.94% 33.33%
20.00%

Color #CC6088 in popluar number systems.

HEX CC 60 88
Decimal 204 96 136
Binary 11001100 1100000 10001000
Octal 314 140 210

Shades and tints

Shades of #CC6088

#CC6088
(204,96,136)
#BA587C
(186,88,124)
#A85070
(168,80,112)
#964864
(150,72,100)
#844058
(132,64,88)
#72384C
(114,56,76)
#603040
(96,48,64)
#4E2834
(78,40,52)
#3C2028
(60,32,40)
#2A181C
(42,24,28)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #CC6088

#CC6088
(204,96,136)
#D06E92
(208,110,146)
#D47C9C
(212,124,156)
#D88AA6
(216,138,166)
#DC98B0
(220,152,176)
#E0A6BA
(224,166,186)
#E4B4C4
(228,180,196)
#E8C2CE
(232,194,206)
#ECD0D8
(236,208,216)
#F0DEE2
(240,222,226)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6088; }

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

This text font color is #CC6088.

Background Color

.myBgColor { background-color: #CC6088; }

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

This div background color is #CC6088.

Border color

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

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

This div border color is #CC6088.

Opacity

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

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

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

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

This text has shadow with #CC6088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC6088.

Preview

Color preview on black background

This text has color #CC6088 on black background.


Color preview on white background

This text has color #CC6088 on white background.


Black color preview on #CC6088 background

This text has black color on #CC6088 background.


White color preview on #CC6088 background

This text has white color on #CC6088 background.


Related colors

Complementary color

Complementary color for #hex is #339F77.


I love getcolorcode.com

Triadic colors

1 #88CC60 and #6088CC with #CC6088 are triadic colors.

2 #8860CC and #60CC88 with #CC6088 are triadic colors.