COLOR #CC7A9D

HEX: #CC7A9D
RGB: (204,122,157)

Color info

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

RGB color model

#CC7A9D color RGB value is (204,122,157).

  • red value is 204;
  • green value is 122;
  • blue value is 157.
RGB:
(204,122,157)
(80%,48%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 122 of 255 = 48%
B 157 of 255 = 62%

204
122
157

R + G + B ~ 63%. #CC7A9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 122 + 157 = 483 (100%)
R 204 of 483 ~ 42.24%
G 122 of 483 ~ 25.26%
B 157 of 483 ~ 32.51%

%42.24
%25.26
%32.51

CMYK color model

#CC7A9D color CMYK value is (0,40,23,20).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,40,23,20)
C0M40Y23K20 
(0%,40%,23%,20%)
(0.00/0.40/0.23/0.20)	

CMYK percentages

%0
%40.2
%23.04
%20

Codes

Color #CC7A9D in popluar color models

CC7A9D
RGB204122157
HSL334°44.57%63.92%
HSB/HSV334°40.20%80.00%
CMYK0.00%40.20%23.04%
20.00%

Color #CC7A9D in popluar number systems.

HEXCC7A9D
Decimal204122157
Binary11001100111101010011101
Octal314172235

Shades and tints

Shades of #CC7A9D

#CC7A9D
(204,122,157)
#BA6F8F
(186,111,143)
#A86481
(168,100,129)
#965973
(150,89,115)
#844E65
(132,78,101)
#724357
(114,67,87)
#603849
(96,56,73)
#4E2D3B
(78,45,59)
#3C222D
(60,34,45)
#2A171F
(42,23,31)
#180C11
(24,12,17)
#000000
(0,0,0)

Tints of #CC7A9D

#CC7A9D
(204,122,157)
#D086A5
(208,134,165)
#D492AD
(212,146,173)
#D89EB5
(216,158,181)
#DCAABD
(220,170,189)
#E0B6C5
(224,182,197)
#E4C2CD
(228,194,205)
#E8CED5
(232,206,213)
#ECDADD
(236,218,221)
#F0E6E5
(240,230,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7A9D color. Also use rgb(204,122,157) instead hex code.

Text Font Color

.myTextColor { color: #CC7A9D; }

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

This text font color is #CC7A9D.


Background Color

.myBgColor { background-color: #CC7A9D; }

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

This div background color is #CC7A9D.


Border color

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

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

This div border color is #CC7A9D.


Opacity

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

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

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

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

This text has shadow with #CC7A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7A9D on black background.


Color preview on white background

This text has color #CC7A9D on white background.



Black color preview on #CC7A9D background

This text has black color on #CC7A9D background.


White color preview on #CC7A9D background

This text has white color on #CC7A9D background.