COLOR #CC767C

HEX: #CC767C RGB: (204,118,124)

Color info

#CC767C contains mainly red color. Web safe color of #CC767C is #CC6666 (or #C66).

RGB color model

#CC767C color RGB value is (204,118,124).

RGB: (204,118,124) (80%, 46%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 118 of 255 = 46%
B 124 of 255 = 49%

204
118
124

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

Portions of RGB colors in percentages

R + G + B = 204 + 118 + 124 = 446 (100%)
R 204 of 446 ~ 45.74%
G 118 of 446 ~ 26.46%
B 124 of 446 ~ 27.8'%

%45.74
%26.46
%27.8

CMYK color model

#CC767C color CMYK value is (0,42,39,20).

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

CMYK: (0,42,39,20)
C0M42Y39K20 (0%, 42%, 39%, 20%)
(0.00 / 0.42 / 0.39 / 0.20)

CMYK percentages

%0
%42.16
%39.22
%20

Codes

Color #CC767C in popluar color models

CC 76 7C
RGB 204 118 124
HSL 356° 45.74% 63.14%
HSB/HSV 356° 42.16% 80.00%
CMYK 0.00% 42.16% 39.22%
20.00%

Color #CC767C in popluar number systems.

HEX CC 76 7C
Decimal 204 118 124
Binary 11001100 1110110 1111100
Octal 314 166 174

Shades and tints

Shades of #CC767C

#CC767C
(204,118,124)
#BA6C71
(186,108,113)
#A86266
(168,98,102)
#96585B
(150,88,91)
#844E50
(132,78,80)
#724445
(114,68,69)
#603A3A
(96,58,58)
#4E302F
(78,48,47)
#3C2624
(60,38,36)
#2A1C19
(42,28,25)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #CC767C

#CC767C
(204,118,124)
#D08287
(208,130,135)
#D48E92
(212,142,146)
#D89A9D
(216,154,157)
#DCA6A8
(220,166,168)
#E0B2B3
(224,178,179)
#E4BEBE
(228,190,190)
#E8CAC9
(232,202,201)
#ECD6D4
(236,214,212)
#F0E2DF
(240,226,223)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC767C; }

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

This text font color is #CC767C.

Background Color

.myBgColor { background-color: #CC767C; }

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

This div background color is #CC767C.

Border color

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

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

This div border color is #CC767C.

Opacity

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

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

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

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

This text has shadow with #CC767C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC767C.

Preview

Color preview on black background

This text has color #CC767C on black background.


Color preview on white background

This text has color #CC767C on white background.


Black color preview on #CC767C background

This text has black color on #CC767C background.


White color preview on #CC767C background

This text has white color on #CC767C background.


Related colors

Complementary color

Complementary color for #hex is #338983.


I love getcolorcode.com

Triadic colors

1 #7CCC76 and #767CCC with #CC767C are triadic colors.

2 #7C76CC and #76CC7C with #CC767C are triadic colors.