COLOR #CC69C6

HEX: #CC69C6 RGB: (204,105,198)

Color info

#CC69C6 contains mainly red and blue colors. Web safe color of #CC69C6 is #CC66CC (or #C6C).

RGB color model

#CC69C6 color RGB value is (204,105,198).

RGB: (204,105,198) (80%, 41%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 105 of 255 = 41%
B 198 of 255 = 78%

204
105
198

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

Portions of RGB colors in percentages

R + G + B = 204 + 105 + 198 = 507 (100%)
R 204 of 507 ~ 40.24%
G 105 of 507 ~ 20.71%
B 198 of 507 ~ 39.05'%

%40.24
%20.71
%39.05

CMYK color model

#CC69C6 color CMYK value is (0,49,3,20).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 2.94%
  • key color value is 20.00%

CMYK: (0,49,3,20)
C0M49Y3K20 (0%, 49%, 3%, 20%)
(0.00 / 0.49 / 0.03 / 0.20)

CMYK percentages

%0
%48.53
%2.94
%20

Codes

Color #CC69C6 in popluar color models

CC 69 C6
RGB 204 105 198
HSL 304° 49.25% 60.59%
HSB/HSV 304° 48.53% 80.00%
CMYK 0.00% 48.53% 2.94%
20.00%

Color #CC69C6 in popluar number systems.

HEX CC 69 C6
Decimal 204 105 198
Binary 11001100 1101001 11000110
Octal 314 151 306

Shades and tints

Shades of #CC69C6

#CC69C6
(204,105,198)
#BA60B4
(186,96,180)
#A857A2
(168,87,162)
#964E90
(150,78,144)
#84457E
(132,69,126)
#723C6C
(114,60,108)
#60335A
(96,51,90)
#4E2A48
(78,42,72)
#3C2136
(60,33,54)
#2A1824
(42,24,36)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #CC69C6

#CC69C6
(204,105,198)
#D076CB
(208,118,203)
#D483D0
(212,131,208)
#D890D5
(216,144,213)
#DC9DDA
(220,157,218)
#E0AADF
(224,170,223)
#E4B7E4
(228,183,228)
#E8C4E9
(232,196,233)
#ECD1EE
(236,209,238)
#F0DEF3
(240,222,243)
#F4EBF8
(244,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC69C6 color. Also use rgb(204,105,198) instead hex code.

Text Font Color

.myTextColor { color: #CC69C6; }

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

This text font color is #CC69C6.

Background Color

.myBgColor { background-color: #CC69C6; }

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

This div background color is #CC69C6.

Border color

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

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

This div border color is #CC69C6.

Opacity

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

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

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

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

This text has shadow with #CC69C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC69C6.

Preview

Color preview on black background

This text has color #CC69C6 on black background.


Color preview on white background

This text has color #CC69C6 on white background.


Black color preview on #CC69C6 background

This text has black color on #CC69C6 background.


White color preview on #CC69C6 background

This text has white color on #CC69C6 background.


Related colors

Complementary color

Complementary color for #hex is #339639.


I love getcolorcode.com

Triadic colors

1 #C6CC69 and #69C6CC with #CC69C6 are triadic colors.

2 #C669CC and #69CCC6 with #CC69C6 are triadic colors.