COLOR #CC7A8C

HEX: #CC7A8C
RGB: (204,122,140)

Color info

#CC7A8C contains mainly red color. Web safe color of #CC7A8C is #CC6699 (or #C69).

RGB color model

#CC7A8C color RGB value is (204,122,140).

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

RGB channels and saturation

R 204 of 255 = 80%
G 122 of 255 = 48%
B 140 of 255 = 55%

204
122
140

R + G + B ~ 61%. #CC7A8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 122 + 140 = 466 (100%)
R 204 of 466 ~ 43.78%
G 122 of 466 ~ 26.18%
B 140 of 466 ~ 30.04%

%43.78
%26.18
%30.04

CMYK color model

#CC7A8C color CMYK value is (0,40,31,20).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 31.37%
  • key color value is 20.00%
CMYK:
(0,40,31,20)
C0M40Y31K20 
(0%,40%,31%,20%)
(0.00/0.40/0.31/0.20)	

CMYK percentages

%0
%40.2
%31.37
%20

Codes

Color #CC7A8C in popluar color models

CC7A8C
RGB204122140
HSL347°44.57%63.92%
HSB/HSV347°40.20%80.00%
CMYK0.00%40.20%31.37%
20.00%

Color #CC7A8C in popluar number systems.

HEXCC7A8C
Decimal204122140
Binary11001100111101010001100
Octal314172214

Shades and tints

Shades of #CC7A8C

#CC7A8C
(204,122,140)
#BA6F80
(186,111,128)
#A86474
(168,100,116)
#965968
(150,89,104)
#844E5C
(132,78,92)
#724350
(114,67,80)
#603844
(96,56,68)
#4E2D38
(78,45,56)
#3C222C
(60,34,44)
#2A1720
(42,23,32)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #CC7A8C

#CC7A8C
(204,122,140)
#D08696
(208,134,150)
#D492A0
(212,146,160)
#D89EAA
(216,158,170)
#DCAAB4
(220,170,180)
#E0B6BE
(224,182,190)
#E4C2C8
(228,194,200)
#E8CED2
(232,206,210)
#ECDADC
(236,218,220)
#F0E6E6
(240,230,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7A8C; }

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

This text font color is #CC7A8C.


Background Color

.myBgColor { background-color: #CC7A8C; }

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

This div background color is #CC7A8C.


Border color

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

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

This div border color is #CC7A8C.


Opacity

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

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

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

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

This text has shadow with #CC7A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7A8C on black background.


Color preview on white background

This text has color #CC7A8C on white background.



Black color preview on #CC7A8C background

This text has black color on #CC7A8C background.


White color preview on #CC7A8C background

This text has white color on #CC7A8C background.