COLOR #CC7296

HEX: #CC7296 RGB: (204,114,150)

Color info

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

RGB color model

#CC7296 color RGB value is (204,114,150).

RGB: (204,114,150) (80%, 45%, 59%)

RGB channels and saturation

R 204 of 255 = 80%
G 114 of 255 = 45%
B 150 of 255 = 59%

204
114
150

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

Portions of RGB colors in percentages

R + G + B = 204 + 114 + 150 = 468 (100%)
R 204 of 468 ~ 43.59%
G 114 of 468 ~ 24.36%
B 150 of 468 ~ 32.05'%

%43.59
%24.36
%32.05

CMYK color model

#CC7296 color CMYK value is (0,44,26,20).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (0,44,26,20)
C0M44Y26K20 (0%, 44%, 26%, 20%)
(0.00 / 0.44 / 0.26 / 0.20)

CMYK percentages

%0
%44.12
%26.47
%20

Codes

Color #CC7296 in popluar color models

CC 72 96
RGB 204 114 150
HSL 336° 46.88% 62.35%
HSB/HSV 336° 44.12% 80.00%
CMYK 0.00% 44.12% 26.47%
20.00%

Color #CC7296 in popluar number systems.

HEX CC 72 96
Decimal 204 114 150
Binary 11001100 1110010 10010110
Octal 314 162 226

Shades and tints

Shades of #CC7296

#CC7296
(204,114,150)
#BA6889
(186,104,137)
#A85E7C
(168,94,124)
#96546F
(150,84,111)
#844A62
(132,74,98)
#724055
(114,64,85)
#603648
(96,54,72)
#4E2C3B
(78,44,59)
#3C222E
(60,34,46)
#2A1821
(42,24,33)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #CC7296

#CC7296
(204,114,150)
#D07E9F
(208,126,159)
#D48AA8
(212,138,168)
#D896B1
(216,150,177)
#DCA2BA
(220,162,186)
#E0AEC3
(224,174,195)
#E4BACC
(228,186,204)
#E8C6D5
(232,198,213)
#ECD2DE
(236,210,222)
#F0DEE7
(240,222,231)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7296 color. Also use rgb(204,114,150) instead hex code.

Text Font Color

.myTextColor { color: #CC7296; }

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

This text font color is #CC7296.

Background Color

.myBgColor { background-color: #CC7296; }

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

This div background color is #CC7296.

Border color

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

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

This div border color is #CC7296.

Opacity

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

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

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

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

This text has shadow with #CC7296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7296.

Preview

Color preview on black background

This text has color #CC7296 on black background.


Color preview on white background

This text has color #CC7296 on white background.


Black color preview on #CC7296 background

This text has black color on #CC7296 background.


White color preview on #CC7296 background

This text has white color on #CC7296 background.


Related colors

Complementary color

Complementary color for #hex is #338D69.


I love getcolorcode.com

Triadic colors

1 #96CC72 and #7296CC with #CC7296 are triadic colors.

2 #9672CC and #72CC96 with #CC7296 are triadic colors.