COLOR #C66C94

HEX: #C66C94 RGB: (198,108,148)

Color info

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

RGB color model

#C66C94 color RGB value is (198,108,148).

RGB: (198,108,148) (78%, 42%, 58%)

RGB channels and saturation

R 198 of 255 = 78%
G 108 of 255 = 42%
B 148 of 255 = 58%

198
108
148

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

Portions of RGB colors in percentages

R + G + B = 198 + 108 + 148 = 454 (100%)
R 198 of 454 ~ 43.61%
G 108 of 454 ~ 23.79%
B 148 of 454 ~ 32.6'%

%43.61
%23.79
%32.6

CMYK color model

#C66C94 color CMYK value is (0,45,25,22).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK: (0,45,25,22) C0M45Y25K22 (0%,45%,25%,22%) (0.00/0.45/0.25/0.22) 

CMYK percentages

%0
%45.45
%25.25
%22.35

Codes

Color #C66C94 in popluar color models

C6 6C 94
RGB 198 108 148
HSL 333° 44.12% 60.00%
HSB/HSV 333° 45.45% 77.65%
CMYK 0.00% 45.45% 25.25%
22.35%

Color #C66C94 in popluar number systems.

HEX C6 6C 94
Decimal 198 108 148
Binary 11000110 1101100 10010100
Octal 306 154 224

Shades and tints

Shades of #C66C94

#C66C94
(198,108,148)
#B46387
(180,99,135)
#A25A7A
(162,90,122)
#90516D
(144,81,109)
#7E4860
(126,72,96)
#6C3F53
(108,63,83)
#5A3646
(90,54,70)
#482D39
(72,45,57)
#36242C
(54,36,44)
#241B1F
(36,27,31)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C66C94

#C66C94
(198,108,148)
#CB799D
(203,121,157)
#D086A6
(208,134,166)
#D593AF
(213,147,175)
#DAA0B8
(218,160,184)
#DFADC1
(223,173,193)
#E4BACA
(228,186,202)
#E9C7D3
(233,199,211)
#EED4DC
(238,212,220)
#F3E1E5
(243,225,229)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66C94 color. Also use rgb(198,108,148) instead hex code.

Text Font Color

.myTextColor { color: #C66C94; }

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

This text font color is #C66C94.

Background Color

.myBgColor { background-color: #C66C94; }

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

This div background color is #C66C94.

Border color

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

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

This div border color is #C66C94.

Opacity

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

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

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

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

This text has shadow with #C66C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C66C94.

Preview

Color preview on black background

This text has color #C66C94 on black background.


Color preview on white background

This text has color #C66C94 on white background.


Black color preview on #C66C94 background

This text has black color on #C66C94 background.


White color preview on #C66C94 background

This text has white color on #C66C94 background.


Related colors

Complementary color

Complementary color for #hex is #39936B.


I love getcolorcode.com

Triadic colors

1 #94C66C and #6C94C6 with #C66C94 are triadic colors.

2 #946CC6 and #6CC694 with #C66C94 are triadic colors.