COLOR #C66CB6

HEX: #C66CB6 RGB: (198,108,182)

Color info

#C66CB6 contains mainly red and blue colors. Web safe color of #C66CB6 is #CC66CC (or #C6C).

RGB color model

#C66CB6 color RGB value is (198,108,182).

RGB: (198,108,182) (78%, 42%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 108 of 255 = 42%
B 182 of 255 = 71%

198
108
182

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

Portions of RGB colors in percentages

R + G + B = 198 + 108 + 182 = 488 (100%)
R 198 of 488 ~ 40.57%
G 108 of 488 ~ 22.13%
B 182 of 488 ~ 37.3'%

%40.57
%22.13
%37.3

CMYK color model

#C66CB6 color CMYK value is (0,45,8,22).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 8.08%
  • key color value is 22.35%

CMYK: (0,45,8,22)
C0M45Y8K22 (0%, 45%, 8%, 22%)
(0.00 / 0.45 / 0.08 / 0.22)

CMYK percentages

%0
%45.45
%8.08
%22.35

Codes

Color #C66CB6 in popluar color models

C6 6C B6
RGB 198 108 182
HSL 311° 44.12% 60.00%
HSB/HSV 311° 45.45% 77.65%
CMYK 0.00% 45.45% 8.08%
22.35%

Color #C66CB6 in popluar number systems.

HEX C6 6C B6
Decimal 198 108 182
Binary 11000110 1101100 10110110
Octal 306 154 266

Shades and tints

Shades of #C66CB6

#C66CB6
(198,108,182)
#B463A6
(180,99,166)
#A25A96
(162,90,150)
#905186
(144,81,134)
#7E4876
(126,72,118)
#6C3F66
(108,63,102)
#5A3656
(90,54,86)
#482D46
(72,45,70)
#362436
(54,36,54)
#241B26
(36,27,38)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #C66CB6

#C66CB6
(198,108,182)
#CB79BC
(203,121,188)
#D086C2
(208,134,194)
#D593C8
(213,147,200)
#DAA0CE
(218,160,206)
#DFADD4
(223,173,212)
#E4BADA
(228,186,218)
#E9C7E0
(233,199,224)
#EED4E6
(238,212,230)
#F3E1EC
(243,225,236)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66CB6; }

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

This text font color is #C66CB6.

Background Color

.myBgColor { background-color: #C66CB6; }

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

This div background color is #C66CB6.

Border color

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

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

This div border color is #C66CB6.

Opacity

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

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

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

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

This text has shadow with #C66CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C66CB6.

Preview

Color preview on black background

This text has color #C66CB6 on black background.


Color preview on white background

This text has color #C66CB6 on white background.


Black color preview on #C66CB6 background

This text has black color on #C66CB6 background.


White color preview on #C66CB6 background

This text has white color on #C66CB6 background.


Related colors

Complementary color

Complementary color for #hex is #399349.


I love getcolorcode.com

Triadic colors

1 #B6C66C and #6CB6C6 with #C66CB6 are triadic colors.

2 #B66CC6 and #6CC6B6 with #C66CB6 are triadic colors.