COLOR #C972AC

HEX: #C972AC
RGB: (201,114,172)

Color info

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

RGB color model

#C972AC color RGB value is (201,114,172).

  • red value is 201;
  • green value is 114;
  • blue value is 172.
RGB:
(201,114,172)
(79%,45%,67%)

RGB channels and saturation

R 201 of 255 = 79%
G 114 of 255 = 45%
B 172 of 255 = 67%

201
114
172

R + G + B ~ 64%. #C972AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 114 + 172 = 487 (100%)
R 201 of 487 ~ 41.27%
G 114 of 487 ~ 23.41%
B 172 of 487 ~ 35.32%

%41.27
%23.41
%35.32

CMYK color model

#C972AC color CMYK value is (0,43,14,21).

  • cyan value is 0.00%
  • magenta value is 43.28%
  • yellow value is 14.43%
  • key color value is 21.18%
CMYK:
(0,43,14,21)
C0M43Y14K21 
(0%,43%,14%,21%)
(0.00/0.43/0.14/0.21)	

CMYK percentages

%0
%43.28
%14.43
%21.18

Codes

Color #C972AC in popluar color models

C972AC
RGB201114172
HSL320°44.62%61.76%
HSB/HSV320°43.28%78.82%
CMYK0.00%43.28%14.43%
21.18%

Color #C972AC in popluar number systems.

HEXC972AC
Decimal201114172
Binary11001001111001010101100
Octal311162254

Shades and tints

Shades of #C972AC

#C972AC
(201,114,172)
#B7689D
(183,104,157)
#A55E8E
(165,94,142)
#93547F
(147,84,127)
#814A70
(129,74,112)
#6F4061
(111,64,97)
#5D3652
(93,54,82)
#4B2C43
(75,44,67)
#392234
(57,34,52)
#271825
(39,24,37)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #C972AC

#C972AC
(201,114,172)
#CD7EB3
(205,126,179)
#D18ABA
(209,138,186)
#D596C1
(213,150,193)
#D9A2C8
(217,162,200)
#DDAECF
(221,174,207)
#E1BAD6
(225,186,214)
#E5C6DD
(229,198,221)
#E9D2E4
(233,210,228)
#EDDEEB
(237,222,235)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C972AC color. Also use rgb(201,114,172) instead hex code.

Text Font Color

.myTextColor { color: #C972AC; }

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

This text font color is #C972AC.


Background Color

.myBgColor { background-color: #C972AC; }

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

This div background color is #C972AC.


Border color

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

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

This div border color is #C972AC.


Opacity

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

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

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

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

This text has shadow with #C972AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C972AC on black background.


Color preview on white background

This text has color #C972AC on white background.



Black color preview on #C972AC background

This text has black color on #C972AC background.


White color preview on #C972AC background

This text has white color on #C972AC background.