COLOR #CC496C

HEX: #CC496C RGB: (204,73,108)

Color info

#CC496C contains mainly red color. Web safe color of #CC496C is #CC3366 (or #C36).

RGB color model

#CC496C color RGB value is (204,73,108).

RGB: (204,73,108) (80%, 29%, 42%)

RGB channels and saturation

R 204 of 255 = 80%
G 73 of 255 = 29%
B 108 of 255 = 42%

204
73
108

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

Portions of RGB colors in percentages

R + G + B = 204 + 73 + 108 = 385 (100%)
R 204 of 385 ~ 52.99%
G 73 of 385 ~ 18.96%
B 108 of 385 ~ 28.05'%

%52.99
%18.96
%28.05

CMYK color model

#CC496C color CMYK value is (0,64,47,20).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 47.06%
  • key color value is 20.00%

CMYK: (0,64,47,20)
C0M64Y47K20 (0%, 64%, 47%, 20%)
(0.00 / 0.64 / 0.47 / 0.20)

CMYK percentages

%0
%64.22
%47.06
%20

Codes

Color #CC496C in popluar color models

CC 49 6C
RGB 204 73 108
HSL 344° 56.22% 54.31%
HSB/HSV 344° 64.22% 80.00%
CMYK 0.00% 64.22% 47.06%
20.00%

Color #CC496C in popluar number systems.

HEX CC 49 6C
Decimal 204 73 108
Binary 11001100 1001001 1101100
Octal 314 111 154

Shades and tints

Shades of #CC496C

#CC496C
(204,73,108)
#BA4363
(186,67,99)
#A83D5A
(168,61,90)
#963751
(150,55,81)
#843148
(132,49,72)
#722B3F
(114,43,63)
#602536
(96,37,54)
#4E1F2D
(78,31,45)
#3C1924
(60,25,36)
#2A131B
(42,19,27)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #CC496C

#CC496C
(204,73,108)
#D05979
(208,89,121)
#D46986
(212,105,134)
#D87993
(216,121,147)
#DC89A0
(220,137,160)
#E099AD
(224,153,173)
#E4A9BA
(228,169,186)
#E8B9C7
(232,185,199)
#ECC9D4
(236,201,212)
#F0D9E1
(240,217,225)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC496C; }

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

This text font color is #CC496C.

Background Color

.myBgColor { background-color: #CC496C; }

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

This div background color is #CC496C.

Border color

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

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

This div border color is #CC496C.

Opacity

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

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

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

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

This text has shadow with #CC496C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC496C.

Preview

Color preview on black background

This text has color #CC496C on black background.


Color preview on white background

This text has color #CC496C on white background.


Black color preview on #CC496C background

This text has black color on #CC496C background.


White color preview on #CC496C background

This text has white color on #CC496C background.


Related colors

Complementary color

Complementary color for #hex is #33B693.


I love getcolorcode.com

Triadic colors

1 #6CCC49 and #496CCC with #CC496C are triadic colors.

2 #6C49CC and #49CC6C with #CC496C are triadic colors.