COLOR #C6639C

HEX: #C6639C RGB: (198,99,156)

Color info

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

RGB color model

#C6639C color RGB value is (198,99,156).

RGB: (198,99,156) (78%, 39%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 99 of 255 = 39%
B 156 of 255 = 61%

198
99
156

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

Portions of RGB colors in percentages

R + G + B = 198 + 99 + 156 = 453 (100%)
R 198 of 453 ~ 43.71%
G 99 of 453 ~ 21.85%
B 156 of 453 ~ 34.44'%

%43.71
%21.85
%34.44

CMYK color model

#C6639C color CMYK value is (0,50,21,22).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK: (0,50,21,22) C0M50Y21K22 (0%,50%,21%,22%) (0.00/0.50/0.21/0.22) 

CMYK percentages

%0
%50
%21.21
%22.35

Codes

Color #C6639C in popluar color models

C6 63 9C
RGB 198 99 156
HSL 325° 46.48% 58.24%
HSB/HSV 325° 50.00% 77.65%
CMYK 0.00% 50.00% 21.21%
22.35%

Color #C6639C in popluar number systems.

HEX C6 63 9C
Decimal 198 99 156
Binary 11000110 1100011 10011100
Octal 306 143 234

Shades and tints

Shades of #C6639C

#C6639C
(198,99,156)
#B45A8E
(180,90,142)
#A25180
(162,81,128)
#904872
(144,72,114)
#7E3F64
(126,63,100)
#6C3656
(108,54,86)
#5A2D48
(90,45,72)
#48243A
(72,36,58)
#361B2C
(54,27,44)
#24121E
(36,18,30)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #C6639C

#C6639C
(198,99,156)
#CB71A5
(203,113,165)
#D07FAE
(208,127,174)
#D58DB7
(213,141,183)
#DA9BC0
(218,155,192)
#DFA9C9
(223,169,201)
#E4B7D2
(228,183,210)
#E9C5DB
(233,197,219)
#EED3E4
(238,211,228)
#F3E1ED
(243,225,237)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6639C color. Also use rgb(198,99,156) instead hex code.

Text Font Color

.myTextColor { color: #C6639C; }

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

This text font color is #C6639C.

Background Color

.myBgColor { background-color: #C6639C; }

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

This div background color is #C6639C.

Border color

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

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

This div border color is #C6639C.

Opacity

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

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

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

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

This text has shadow with #C6639C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6639C.

Preview

Color preview on black background

This text has color #C6639C on black background.


Color preview on white background

This text has color #C6639C on white background.


Black color preview on #C6639C background

This text has black color on #C6639C background.


White color preview on #C6639C background

This text has white color on #C6639C background.


Related colors

Complementary color

Complementary color for #hex is #399C63.


I love getcolorcode.com

Triadic colors

1 #9CC663 and #639CC6 with #C6639C are triadic colors.

2 #9C63C6 and #63C69C with #C6639C are triadic colors.