COLOR #CC749B

HEX: #CC749B
RGB: (204,116,155)

Color info

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

RGB color model

#CC749B color RGB value is (204,116,155).

  • red value is 204;
  • green value is 116;
  • blue value is 155.
RGB:
(204,116,155)
(80%,45%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 116 of 255 = 45%
B 155 of 255 = 61%

204
116
155

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

Portions of RGB colors in percentages

R + G + B =
204 + 116 + 155 = 475 (100%)
R 204 of 475 ~ 42.95%
G 116 of 475 ~ 24.42%
B 155 of 475 ~ 32.63%

%42.95
%24.42
%32.63

CMYK color model

#CC749B color CMYK value is (0,43,24,20).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(0,43,24,20)
C0M43Y24K20 
(0%,43%,24%,20%)
(0.00/0.43/0.24/0.20)	

CMYK percentages

%0
%43.14
%24.02
%20

Codes

Color #CC749B in popluar color models

CC749B
RGB204116155
HSL333°46.32%62.75%
HSB/HSV333°43.14%80.00%
CMYK0.00%43.14%24.02%
20.00%

Color #CC749B in popluar number systems.

HEXCC749B
Decimal204116155
Binary11001100111010010011011
Octal314164233

Shades and tints

Shades of #CC749B

#CC749B
(204,116,155)
#BA6A8D
(186,106,141)
#A8607F
(168,96,127)
#965671
(150,86,113)
#844C63
(132,76,99)
#724255
(114,66,85)
#603847
(96,56,71)
#4E2E39
(78,46,57)
#3C242B
(60,36,43)
#2A1A1D
(42,26,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #CC749B

#CC749B
(204,116,155)
#D080A4
(208,128,164)
#D48CAD
(212,140,173)
#D898B6
(216,152,182)
#DCA4BF
(220,164,191)
#E0B0C8
(224,176,200)
#E4BCD1
(228,188,209)
#E8C8DA
(232,200,218)
#ECD4E3
(236,212,227)
#F0E0EC
(240,224,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC749B color. Also use rgb(204,116,155) instead hex code.

Text Font Color

.myTextColor { color: #CC749B; }

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

This text font color is #CC749B.


Background Color

.myBgColor { background-color: #CC749B; }

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

This div background color is #CC749B.


Border color

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

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

This div border color is #CC749B.


Opacity

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

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

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

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

This text has shadow with #CC749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC749B on black background.


Color preview on white background

This text has color #CC749B on white background.



Black color preview on #CC749B background

This text has black color on #CC749B background.


White color preview on #CC749B background

This text has white color on #CC749B background.