COLOR #CC7886

HEX: #CC7886
RGB: (204,120,134)

Color info

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

RGB color model

#CC7886 color RGB value is (204,120,134).

  • red value is 204;
  • green value is 120;
  • blue value is 134.
RGB:
(204,120,134)
(80%,47%,53%)

RGB channels and saturation

R 204 of 255 = 80%
G 120 of 255 = 47%
B 134 of 255 = 53%

204
120
134

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

Portions of RGB colors in percentages

R + G + B =
204 + 120 + 134 = 458 (100%)
R 204 of 458 ~ 44.54%
G 120 of 458 ~ 26.2%
B 134 of 458 ~ 29.26%

%44.54
%26.2
%29.26

CMYK color model

#CC7886 color CMYK value is (0,41,34,20).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 34.31%
  • key color value is 20.00%
CMYK:
(0,41,34,20)
C0M41Y34K20 
(0%,41%,34%,20%)
(0.00/0.41/0.34/0.20)	

CMYK percentages

%0
%41.18
%34.31
%20

Codes

Color #CC7886 in popluar color models

CC7886
RGB204120134
HSL350°45.16%63.53%
HSB/HSV350°41.18%80.00%
CMYK0.00%41.18%34.31%
20.00%

Color #CC7886 in popluar number systems.

HEXCC7886
Decimal204120134
Binary11001100111100010000110
Octal314170206

Shades and tints

Shades of #CC7886

#CC7886
(204,120,134)
#BA6E7A
(186,110,122)
#A8646E
(168,100,110)
#965A62
(150,90,98)
#845056
(132,80,86)
#72464A
(114,70,74)
#603C3E
(96,60,62)
#4E3232
(78,50,50)
#3C2826
(60,40,38)
#2A1E1A
(42,30,26)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CC7886

#CC7886
(204,120,134)
#D08491
(208,132,145)
#D4909C
(212,144,156)
#D89CA7
(216,156,167)
#DCA8B2
(220,168,178)
#E0B4BD
(224,180,189)
#E4C0C8
(228,192,200)
#E8CCD3
(232,204,211)
#ECD8DE
(236,216,222)
#F0E4E9
(240,228,233)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7886 color. Also use rgb(204,120,134) instead hex code.

Text Font Color

.myTextColor { color: #CC7886; }

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

This text font color is #CC7886.


Background Color

.myBgColor { background-color: #CC7886; }

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

This div background color is #CC7886.


Border color

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

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

This div border color is #CC7886.


Opacity

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

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

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

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

This text has shadow with #CC7886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7886 on black background.


Color preview on white background

This text has color #CC7886 on white background.



Black color preview on #CC7886 background

This text has black color on #CC7886 background.


White color preview on #CC7886 background

This text has white color on #CC7886 background.