COLOR #C49CC6

HEX: #C49CC6
RGB: (196,156,198)

Color info

#C49CC6 contains red, green and blue colors in about the same proportion. Web safe color of #C49CC6 is #CC99CC (or #C9C).

RGB color model

#C49CC6 color RGB value is (196,156,198).

  • red value is 196;
  • green value is 156;
  • blue value is 198.
RGB:
(196,156,198)
(77%,61%,78%)

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 198 of 255 = 78%

196
156
198

R + G + B ~ 72%. #C49CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 156 + 198 = 550 (100%)
R 196 of 550 ~ 35.64%
G 156 of 550 ~ 28.36%
B 198 of 550 ~ 36%

%35.64
%28.36
%36

CMYK color model

#C49CC6 color CMYK value is (1,21,0,22).

  • cyan value is 1.01%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(1,21,0,22)
C1M21Y0K22 
(1%,21%,0%,22%)
(0.01/0.21/0.00/0.22)	

CMYK percentages

%1.01
%21.21
%0
%22.35

Codes

Color #C49CC6 in popluar color models

C49CC6
RGB196156198
HSL297°26.92%69.41%
HSB/HSV297°21.21%77.65%
CMYK1.01%21.21%0.00%
22.35%

Color #C49CC6 in popluar number systems.

HEXC49CC6
Decimal196156198
Binary110001001001110011000110
Octal304234306

Shades and tints

Shades of #C49CC6

#C49CC6
(196,156,198)
#B38EB4
(179,142,180)
#A280A2
(162,128,162)
#917290
(145,114,144)
#80647E
(128,100,126)
#6F566C
(111,86,108)
#5E485A
(94,72,90)
#4D3A48
(77,58,72)
#3C2C36
(60,44,54)
#2B1E24
(43,30,36)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #C49CC6

#C49CC6
(196,156,198)
#C9A5CB
(201,165,203)
#CEAED0
(206,174,208)
#D3B7D5
(211,183,213)
#D8C0DA
(216,192,218)
#DDC9DF
(221,201,223)
#E2D2E4
(226,210,228)
#E7DBE9
(231,219,233)
#ECE4EE
(236,228,238)
#F1EDF3
(241,237,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49CC6; }

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

This text font color is #C49CC6.


Background Color

.myBgColor { background-color: #C49CC6; }

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

This div background color is #C49CC6.


Border color

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

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

This div border color is #C49CC6.


Opacity

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

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

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

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

This text has shadow with #C49CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49CC6 on black background.


Color preview on white background

This text has color #C49CC6 on white background.



Black color preview on #C49CC6 background

This text has black color on #C49CC6 background.


White color preview on #C49CC6 background

This text has white color on #C49CC6 background.