COLOR #CC769A

HEX: #CC769A RGB: (204,118,154)

Color info

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

RGB color model

#CC769A color RGB value is (204,118,154).

RGB: (204,118,154) (80%, 46%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 118 of 255 = 46%
B 154 of 255 = 60%

204
118
154

R + G + B ~ 62%. #CC769A is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 118 + 154 = 476 (100%)
R 204 of 476 ~ 42.86%
G 118 of 476 ~ 24.79%
B 154 of 476 ~ 32.35'%

%42.86
%24.79
%32.35

CMYK color model

#CC769A color CMYK value is (0,42,25,20).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 24.51%
  • key color value is 20.00%

CMYK: (0,42,25,20)
C0M42Y25K20 (0%, 42%, 25%, 20%)
(0.00 / 0.42 / 0.25 / 0.20)

CMYK percentages

%0
%42.16
%24.51
%20

Codes

Color #CC769A in popluar color models

CC 76 9A
RGB 204 118 154
HSL 335° 45.74% 63.14%
HSB/HSV 335° 42.16% 80.00%
CMYK 0.00% 42.16% 24.51%
20.00%

Color #CC769A in popluar number systems.

HEX CC 76 9A
Decimal 204 118 154
Binary 11001100 1110110 10011010
Octal 314 166 232

Shades and tints

Shades of #CC769A

#CC769A
(204,118,154)
#BA6C8C
(186,108,140)
#A8627E
(168,98,126)
#965870
(150,88,112)
#844E62
(132,78,98)
#724454
(114,68,84)
#603A46
(96,58,70)
#4E3038
(78,48,56)
#3C262A
(60,38,42)
#2A1C1C
(42,28,28)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #CC769A

#CC769A
(204,118,154)
#D082A3
(208,130,163)
#D48EAC
(212,142,172)
#D89AB5
(216,154,181)
#DCA6BE
(220,166,190)
#E0B2C7
(224,178,199)
#E4BED0
(228,190,208)
#E8CAD9
(232,202,217)
#ECD6E2
(236,214,226)
#F0E2EB
(240,226,235)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC769A color. Also use rgb(204,118,154) instead hex code.

Text Font Color

.myTextColor { color: #CC769A; }

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

This text font color is #CC769A.

Background Color

.myBgColor { background-color: #CC769A; }

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

This div background color is #CC769A.

Border color

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

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

This div border color is #CC769A.

Opacity

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

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

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

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

This text has shadow with #CC769A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC769A.

Preview

Color preview on black background

This text has color #CC769A on black background.


Color preview on white background

This text has color #CC769A on white background.


Black color preview on #CC769A background

This text has black color on #CC769A background.


White color preview on #CC769A background

This text has white color on #CC769A background.


Related colors

Complementary color

Complementary color for #hex is #338965.


I love getcolorcode.com

Triadic colors

1 #9ACC76 and #769ACC with #CC769A are triadic colors.

2 #9A76CC and #76CC9A with #CC769A are triadic colors.