COLOR #CC6CB2

HEX: #CC6CB2 RGB: (204,108,178)

Color info

#CC6CB2 contains mainly red and blue colors. Web safe color of #CC6CB2 is #CC6699 (or #C69).

RGB color model

#CC6CB2 color RGB value is (204,108,178).

RGB: (204,108,178) (80%, 42%, 70%)

RGB channels and saturation

R 204 of 255 = 80%
G 108 of 255 = 42%
B 178 of 255 = 70%

204
108
178

R + G + B ~ 64%. #CC6CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 108 + 178 = 490 (100%)
R 204 of 490 ~ 41.63%
G 108 of 490 ~ 22.04%
B 178 of 490 ~ 36.33'%

%41.63
%22.04
%36.33

CMYK color model

#CC6CB2 color CMYK value is (0,47,13,20).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 12.75%
  • key color value is 20.00%
CMYK: (0,47,13,20) C0M47Y13K20 (0%,47%,13%,20%) (0.00/0.47/0.13/0.20) 

CMYK percentages

%0
%47.06
%12.75
%20

Codes

Color #CC6CB2 in popluar color models

CC 6C B2
RGB 204 108 178
HSL 316° 48.48% 61.18%
HSB/HSV 316° 47.06% 80.00%
CMYK 0.00% 47.06% 12.75%
20.00%

Color #CC6CB2 in popluar number systems.

HEX CC 6C B2
Decimal 204 108 178
Binary 11001100 1101100 10110010
Octal 314 154 262

Shades and tints

Shades of #CC6CB2

#CC6CB2
(204,108,178)
#BA63A2
(186,99,162)
#A85A92
(168,90,146)
#965182
(150,81,130)
#844872
(132,72,114)
#723F62
(114,63,98)
#603652
(96,54,82)
#4E2D42
(78,45,66)
#3C2432
(60,36,50)
#2A1B22
(42,27,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CC6CB2

#CC6CB2
(204,108,178)
#D079B9
(208,121,185)
#D486C0
(212,134,192)
#D893C7
(216,147,199)
#DCA0CE
(220,160,206)
#E0ADD5
(224,173,213)
#E4BADC
(228,186,220)
#E8C7E3
(232,199,227)
#ECD4EA
(236,212,234)
#F0E1F1
(240,225,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6CB2; }

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

This text font color is #CC6CB2.

Background Color

.myBgColor { background-color: #CC6CB2; }

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

This div background color is #CC6CB2.

Border color

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

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

This div border color is #CC6CB2.

Opacity

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

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

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

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

This text has shadow with #CC6CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC6CB2.

Preview

Color preview on black background

This text has color #CC6CB2 on black background.


Color preview on white background

This text has color #CC6CB2 on white background.


Black color preview on #CC6CB2 background

This text has black color on #CC6CB2 background.


White color preview on #CC6CB2 background

This text has white color on #CC6CB2 background.


Related colors

Complementary color

Complementary color for #hex is #33934D.


I love getcolorcode.com

Triadic colors

1 #B2CC6C and #6CB2CC with #CC6CB2 are triadic colors.

2 #B26CCC and #6CCCB2 with #CC6CB2 are triadic colors.