COLOR #CC7A95

HEX: #CC7A95 RGB: (204,122,149)

Color info

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

RGB color model

#CC7A95 color RGB value is (204,122,149).

RGB: (204,122,149) (80%, 48%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 122 of 255 = 48%
B 149 of 255 = 58%

204
122
149

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

Portions of RGB colors in percentages

R + G + B = 204 + 122 + 149 = 475 (100%)
R 204 of 475 ~ 42.95%
G 122 of 475 ~ 25.68%
B 149 of 475 ~ 31.37'%

%42.95
%25.68
%31.37

CMYK color model

#CC7A95 color CMYK value is (0,40,27,20).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 26.96%
  • key color value is 20.00%

CMYK: (0,40,27,20)
C0M40Y27K20 (0%, 40%, 27%, 20%)
(0.00 / 0.40 / 0.27 / 0.20)

CMYK percentages

%0
%40.2
%26.96
%20

Codes

Color #CC7A95 in popluar color models

CC 7A 95
RGB 204 122 149
HSL 340° 44.57% 63.92%
HSB/HSV 340° 40.20% 80.00%
CMYK 0.00% 40.20% 26.96%
20.00%

Color #CC7A95 in popluar number systems.

HEX CC 7A 95
Decimal 204 122 149
Binary 11001100 1111010 10010101
Octal 314 172 225

Shades and tints

Shades of #CC7A95

#CC7A95
(204,122,149)
#BA6F88
(186,111,136)
#A8647B
(168,100,123)
#96596E
(150,89,110)
#844E61
(132,78,97)
#724354
(114,67,84)
#603847
(96,56,71)
#4E2D3A
(78,45,58)
#3C222D
(60,34,45)
#2A1720
(42,23,32)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #CC7A95

#CC7A95
(204,122,149)
#D0869E
(208,134,158)
#D492A7
(212,146,167)
#D89EB0
(216,158,176)
#DCAAB9
(220,170,185)
#E0B6C2
(224,182,194)
#E4C2CB
(228,194,203)
#E8CED4
(232,206,212)
#ECDADD
(236,218,221)
#F0E6E6
(240,230,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7A95; }

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

This text font color is #CC7A95.

Background Color

.myBgColor { background-color: #CC7A95; }

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

This div background color is #CC7A95.

Border color

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

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

This div border color is #CC7A95.

Opacity

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

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

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

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

This text has shadow with #CC7A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7A95.

Preview

Color preview on black background

This text has color #CC7A95 on black background.


Color preview on white background

This text has color #CC7A95 on white background.


Black color preview on #CC7A95 background

This text has black color on #CC7A95 background.


White color preview on #CC7A95 background

This text has white color on #CC7A95 background.


Related colors

Complementary color

Complementary color for #hex is #33856A.


I love getcolorcode.com

Triadic colors

1 #95CC7A and #7A95CC with #CC7A95 are triadic colors.

2 #957ACC and #7ACC95 with #CC7A95 are triadic colors.