COLOR #CC7797

HEX: #CC7797
RGB: (204,119,151)

Color info

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

RGB color model

#CC7797 color RGB value is (204,119,151).

  • red value is 204;
  • green value is 119;
  • blue value is 151.
RGB:
(204,119,151)
(80%,47%,59%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 151 of 255 = 59%

204
119
151

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

Portions of RGB colors in percentages

R + G + B =
204 + 119 + 151 = 474 (100%)
R 204 of 474 ~ 43.04%
G 119 of 474 ~ 25.11%
B 151 of 474 ~ 31.86%

%43.04
%25.11
%31.86

CMYK color model

#CC7797 color CMYK value is (0,42,26,20).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 25.98%
  • key color value is 20.00%
CMYK:
(0,42,26,20)
C0M42Y26K20 
(0%,42%,26%,20%)
(0.00/0.42/0.26/0.20)	

CMYK percentages

%0
%41.67
%25.98
%20

Codes

Color #CC7797 in popluar color models

CC7797
RGB204119151
HSL337°45.45%63.33%
HSB/HSV337°41.67%80.00%
CMYK0.00%41.67%25.98%
20.00%

Color #CC7797 in popluar number systems.

HEXCC7797
Decimal204119151
Binary11001100111011110010111
Octal314167227

Shades and tints

Shades of #CC7797

#CC7797
(204,119,151)
#BA6D8A
(186,109,138)
#A8637D
(168,99,125)
#965970
(150,89,112)
#844F63
(132,79,99)
#724556
(114,69,86)
#603B49
(96,59,73)
#4E313C
(78,49,60)
#3C272F
(60,39,47)
#2A1D22
(42,29,34)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #CC7797

#CC7797
(204,119,151)
#D083A0
(208,131,160)
#D48FA9
(212,143,169)
#D89BB2
(216,155,178)
#DCA7BB
(220,167,187)
#E0B3C4
(224,179,196)
#E4BFCD
(228,191,205)
#E8CBD6
(232,203,214)
#ECD7DF
(236,215,223)
#F0E3E8
(240,227,232)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7797 color. Also use rgb(204,119,151) instead hex code.

Text Font Color

.myTextColor { color: #CC7797; }

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

This text font color is #CC7797.


Background Color

.myBgColor { background-color: #CC7797; }

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

This div background color is #CC7797.


Border color

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

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

This div border color is #CC7797.


Opacity

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

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

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

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

This text has shadow with #CC7797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7797 on black background.


Color preview on white background

This text has color #CC7797 on white background.



Black color preview on #CC7797 background

This text has black color on #CC7797 background.


White color preview on #CC7797 background

This text has white color on #CC7797 background.