COLOR #C66F9A

HEX: #C66F9A
RGB: (198,111,154)

Color info

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

RGB color model

#C66F9A color RGB value is (198,111,154).

  • red value is 198;
  • green value is 111;
  • blue value is 154.
RGB:
(198,111,154)
(78%,44%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 111 of 255 = 44%
B 154 of 255 = 60%

198
111
154

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

Portions of RGB colors in percentages

R + G + B =
198 + 111 + 154 = 463 (100%)
R 198 of 463 ~ 42.76%
G 111 of 463 ~ 23.97%
B 154 of 463 ~ 33.26%

%42.76
%23.97
%33.26

CMYK color model

#C66F9A color CMYK value is (0,44,22,22).

  • cyan value is 0.00%
  • magenta value is 43.94%
  • yellow value is 22.22%
  • key color value is 22.35%
CMYK:
(0,44,22,22)
C0M44Y22K22 
(0%,44%,22%,22%)
(0.00/0.44/0.22/0.22)	

CMYK percentages

%0
%43.94
%22.22
%22.35

Codes

Color #C66F9A in popluar color models

C66F9A
RGB198111154
HSL330°43.28%60.59%
HSB/HSV330°43.94%77.65%
CMYK0.00%43.94%22.22%
22.35%

Color #C66F9A in popluar number systems.

HEXC66F9A
Decimal198111154
Binary11000110110111110011010
Octal306157232

Shades and tints

Shades of #C66F9A

#C66F9A
(198,111,154)
#B4658C
(180,101,140)
#A25B7E
(162,91,126)
#905170
(144,81,112)
#7E4762
(126,71,98)
#6C3D54
(108,61,84)
#5A3346
(90,51,70)
#482938
(72,41,56)
#361F2A
(54,31,42)
#24151C
(36,21,28)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #C66F9A

#C66F9A
(198,111,154)
#CB7CA3
(203,124,163)
#D089AC
(208,137,172)
#D596B5
(213,150,181)
#DAA3BE
(218,163,190)
#DFB0C7
(223,176,199)
#E4BDD0
(228,189,208)
#E9CAD9
(233,202,217)
#EED7E2
(238,215,226)
#F3E4EB
(243,228,235)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66F9A color. Also use rgb(198,111,154) instead hex code.

Text Font Color

.myTextColor { color: #C66F9A; }

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

This text font color is #C66F9A.


Background Color

.myBgColor { background-color: #C66F9A; }

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

This div background color is #C66F9A.


Border color

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

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

This div border color is #C66F9A.


Opacity

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

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

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

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

This text has shadow with #C66F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66F9A on black background.


Color preview on white background

This text has color #C66F9A on white background.



Black color preview on #C66F9A background

This text has black color on #C66F9A background.


White color preview on #C66F9A background

This text has white color on #C66F9A background.