COLOR #CC7BA0

HEX: #CC7BA0
RGB: (204,123,160)

Color info

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

RGB color model

#CC7BA0 color RGB value is (204,123,160).

  • red value is 204;
  • green value is 123;
  • blue value is 160.
RGB:
(204,123,160)
(80%,48%,63%)

RGB channels and saturation

R 204 of 255 = 80%
G 123 of 255 = 48%
B 160 of 255 = 63%

204
123
160

R + G + B ~ 64%. #CC7BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 123 + 160 = 487 (100%)
R 204 of 487 ~ 41.89%
G 123 of 487 ~ 25.26%
B 160 of 487 ~ 32.85%

%41.89
%25.26
%32.85

CMYK color model

#CC7BA0 color CMYK value is (0,40,22,20).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 21.57%
  • key color value is 20.00%
CMYK:
(0,40,22,20)
C0M40Y22K20 
(0%,40%,22%,20%)
(0.00/0.40/0.22/0.20)	

CMYK percentages

%0
%39.71
%21.57
%20

Codes

Color #CC7BA0 in popluar color models

CC7BA0
RGB204123160
HSL333°44.26%64.12%
HSB/HSV333°39.71%80.00%
CMYK0.00%39.71%21.57%
20.00%

Color #CC7BA0 in popluar number systems.

HEXCC7BA0
Decimal204123160
Binary11001100111101110100000
Octal314173240

Shades and tints

Shades of #CC7BA0

#CC7BA0
(204,123,160)
#BA7092
(186,112,146)
#A86584
(168,101,132)
#965A76
(150,90,118)
#844F68
(132,79,104)
#72445A
(114,68,90)
#60394C
(96,57,76)
#4E2E3E
(78,46,62)
#3C2330
(60,35,48)
#2A1822
(42,24,34)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #CC7BA0

#CC7BA0
(204,123,160)
#D087A8
(208,135,168)
#D493B0
(212,147,176)
#D89FB8
(216,159,184)
#DCABC0
(220,171,192)
#E0B7C8
(224,183,200)
#E4C3D0
(228,195,208)
#E8CFD8
(232,207,216)
#ECDBE0
(236,219,224)
#F0E7E8
(240,231,232)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7BA0 color. Also use rgb(204,123,160) instead hex code.

Text Font Color

.myTextColor { color: #CC7BA0; }

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

This text font color is #CC7BA0.


Background Color

.myBgColor { background-color: #CC7BA0; }

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

This div background color is #CC7BA0.


Border color

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

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

This div border color is #CC7BA0.


Opacity

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

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

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

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

This text has shadow with #CC7BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7BA0 on black background.


Color preview on white background

This text has color #CC7BA0 on white background.



Black color preview on #CC7BA0 background

This text has black color on #CC7BA0 background.


White color preview on #CC7BA0 background

This text has white color on #CC7BA0 background.