COLOR #C966A1

HEX: #C966A1
RGB: (201,102,161)

Color info

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

RGB color model

#C966A1 color RGB value is (201,102,161).

  • red value is 201;
  • green value is 102;
  • blue value is 161.
RGB:
(201,102,161)
(79%,40%,63%)

RGB channels and saturation

R 201 of 255 = 79%
G 102 of 255 = 40%
B 161 of 255 = 63%

201
102
161

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

Portions of RGB colors in percentages

R + G + B =
201 + 102 + 161 = 464 (100%)
R 201 of 464 ~ 43.32%
G 102 of 464 ~ 21.98%
B 161 of 464 ~ 34.7%

%43.32
%21.98
%34.7

CMYK color model

#C966A1 color CMYK value is (0,49,20,21).

  • cyan value is 0.00%
  • magenta value is 49.25%
  • yellow value is 19.90%
  • key color value is 21.18%
CMYK:
(0,49,20,21)
C0M49Y20K21 
(0%,49%,20%,21%)
(0.00/0.49/0.20/0.21)	

CMYK percentages

%0
%49.25
%19.9
%21.18

Codes

Color #C966A1 in popluar color models

C966A1
RGB201102161
HSL324°47.83%59.41%
HSB/HSV324°49.25%78.82%
CMYK0.00%49.25%19.90%
21.18%

Color #C966A1 in popluar number systems.

HEXC966A1
Decimal201102161
Binary11001001110011010100001
Octal311146241

Shades and tints

Shades of #C966A1

#C966A1
(201,102,161)
#B75D93
(183,93,147)
#A55485
(165,84,133)
#934B77
(147,75,119)
#814269
(129,66,105)
#6F395B
(111,57,91)
#5D304D
(93,48,77)
#4B273F
(75,39,63)
#391E31
(57,30,49)
#271523
(39,21,35)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #C966A1

#C966A1
(201,102,161)
#CD73A9
(205,115,169)
#D180B1
(209,128,177)
#D58DB9
(213,141,185)
#D99AC1
(217,154,193)
#DDA7C9
(221,167,201)
#E1B4D1
(225,180,209)
#E5C1D9
(229,193,217)
#E9CEE1
(233,206,225)
#EDDBE9
(237,219,233)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C966A1 color. Also use rgb(201,102,161) instead hex code.

Text Font Color

.myTextColor { color: #C966A1; }

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

This text font color is #C966A1.


Background Color

.myBgColor { background-color: #C966A1; }

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

This div background color is #C966A1.


Border color

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

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

This div border color is #C966A1.


Opacity

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

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

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

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

This text has shadow with #C966A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C966A1 on black background.


Color preview on white background

This text has color #C966A1 on white background.



Black color preview on #C966A1 background

This text has black color on #C966A1 background.


White color preview on #C966A1 background

This text has white color on #C966A1 background.