COLOR #C66E7F

HEX: #C66E7F
RGB: (198,110,127)

Color info

#C66E7F contains mainly red color. Web safe color of #C66E7F is #CC6666 (or #C66).

RGB color model

#C66E7F color RGB value is (198,110,127).

  • red value is 198;
  • green value is 110;
  • blue value is 127.
RGB:
(198,110,127)
(78%,43%,50%)

RGB channels and saturation

R 198 of 255 = 78%
G 110 of 255 = 43%
B 127 of 255 = 50%

198
110
127

R + G + B ~ 57%. #C66E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 110 + 127 = 435 (100%)
R 198 of 435 ~ 45.52%
G 110 of 435 ~ 25.29%
B 127 of 435 ~ 29.2%

%45.52
%25.29
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(0,44,36,22)
C0M44Y36K22 
(0%,44%,36%,22%)
(0.00/0.44/0.36/0.22)	

CMYK percentages

%0
%44.44
%35.86
%22.35

Codes

Color #C66E7F in popluar color models

C66E7F
RGB198110127
HSL348°43.56%60.39%
HSB/HSV348°44.44%77.65%
CMYK0.00%44.44%35.86%
22.35%

Color #C66E7F in popluar number systems.

HEXC66E7F
Decimal198110127
Binary1100011011011101111111
Octal306156177

Shades and tints

Shades of #C66E7F

#C66E7F
(198,110,127)
#B46474
(180,100,116)
#A25A69
(162,90,105)
#90505E
(144,80,94)
#7E4653
(126,70,83)
#6C3C48
(108,60,72)
#5A323D
(90,50,61)
#482832
(72,40,50)
#361E27
(54,30,39)
#24141C
(36,20,28)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #C66E7F

#C66E7F
(198,110,127)
#CB7B8A
(203,123,138)
#D08895
(208,136,149)
#D595A0
(213,149,160)
#DAA2AB
(218,162,171)
#DFAFB6
(223,175,182)
#E4BCC1
(228,188,193)
#E9C9CC
(233,201,204)
#EED6D7
(238,214,215)
#F3E3E2
(243,227,226)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66E7F color. Also use rgb(198,110,127) instead hex code.

Text Font Color

.myTextColor { color: #C66E7F; }

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

This text font color is #C66E7F.


Background Color

.myBgColor { background-color: #C66E7F; }

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

This div background color is #C66E7F.


Border color

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

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

This div border color is #C66E7F.


Opacity

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

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

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

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

This text has shadow with #C66E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66E7F on black background.


Color preview on white background

This text has color #C66E7F on white background.



Black color preview on #C66E7F background

This text has black color on #C66E7F background.


White color preview on #C66E7F background

This text has white color on #C66E7F background.