COLOR #CC97A5

HEX: #CC97A5 RGB: (204,151,165)

Color info

#CC97A5 contains red, green and blue colors in about the same proportion. Web safe color of #CC97A5 is #CC9999 (or #C99).

RGB color model

#CC97A5 color RGB value is (204,151,165).

RGB: (204,151,165) (80%, 59%, 65%)

RGB channels and saturation

R 204 of 255 = 80%
G 151 of 255 = 59%
B 165 of 255 = 65%

204
151
165

R + G + B ~ 68%. #CC97A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 151 + 165 = 520 (100%)
R 204 of 520 ~ 39.23%
G 151 of 520 ~ 29.04%
B 165 of 520 ~ 31.73'%

%39.23
%29.04
%31.73

CMYK color model

#CC97A5 color CMYK value is (0,26,19,20).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 19.12%
  • key color value is 20.00%

CMYK: (0,26,19,20)
C0M26Y19K20 (0%, 26%, 19%, 20%)
(0.00 / 0.26 / 0.19 / 0.20)

CMYK percentages

%0
%25.98
%19.12
%20

Codes

Color #CC97A5 in popluar color models

CC 97 A5
RGB 204 151 165
HSL 344° 34.19% 69.61%
HSB/HSV 344° 25.98% 80.00%
CMYK 0.00% 25.98% 19.12%
20.00%

Color #CC97A5 in popluar number systems.

HEX CC 97 A5
Decimal 204 151 165
Binary 11001100 10010111 10100101
Octal 314 227 245

Shades and tints

Shades of #CC97A5

#CC97A5
(204,151,165)
#BA8A96
(186,138,150)
#A87D87
(168,125,135)
#967078
(150,112,120)
#846369
(132,99,105)
#72565A
(114,86,90)
#60494B
(96,73,75)
#4E3C3C
(78,60,60)
#3C2F2D
(60,47,45)
#2A221E
(42,34,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #CC97A5

#CC97A5
(204,151,165)
#D0A0AD
(208,160,173)
#D4A9B5
(212,169,181)
#D8B2BD
(216,178,189)
#DCBBC5
(220,187,197)
#E0C4CD
(224,196,205)
#E4CDD5
(228,205,213)
#E8D6DD
(232,214,221)
#ECDFE5
(236,223,229)
#F0E8ED
(240,232,237)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC97A5; }

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

This text font color is #CC97A5.

Background Color

.myBgColor { background-color: #CC97A5; }

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

This div background color is #CC97A5.

Border color

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

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

This div border color is #CC97A5.

Opacity

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

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

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

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

This text has shadow with #CC97A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC97A5.

Preview

Color preview on black background

This text has color #CC97A5 on black background.


Color preview on white background

This text has color #CC97A5 on white background.


Black color preview on #CC97A5 background

This text has black color on #CC97A5 background.


White color preview on #CC97A5 background

This text has white color on #CC97A5 background.


Related colors

Complementary color

Complementary color for #hex is #33685A.


I love getcolorcode.com

Triadic colors

1 #A5CC97 and #97A5CC with #CC97A5 are triadic colors.

2 #A597CC and #97CCA5 with #CC97A5 are triadic colors.