COLOR #C49CC7

HEX: #C49CC7 RGB: (196,156,199)

Color info

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

RGB color model

#C49CC7 color RGB value is (196,156,199).

RGB: (196,156,199) (77%, 61%, 78%)

RGB channels and saturation

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

196
156
199

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

Portions of RGB colors in percentages

R + G + B = 196 + 156 + 199 = 551 (100%)
R 196 of 551 ~ 35.57%
G 156 of 551 ~ 28.31%
B 199 of 551 ~ 36.12'%

%35.57
%28.31
%36.12

CMYK color model

#C49CC7 color CMYK value is (2,22,0,22).

  • cyan value is 1.51%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (2,22,0,22)
C2M22Y0K22 (2%, 22%, 0%, 22%)
(0.02 / 0.22 / 0.00 / 0.22)

CMYK percentages

%1.51
%21.61
%0
%21.96

Codes

Color #C49CC7 in popluar color models

C4 9C C7
RGB 196 156 199
HSL 296° 27.74% 69.61%
HSB/HSV 296° 21.61% 78.04%
CMYK 1.51% 21.61% 0.00%
21.96%

Color #C49CC7 in popluar number systems.

HEX C4 9C C7
Decimal 196 156 199
Binary 11000100 10011100 11000111
Octal 304 234 307

Shades and tints

Shades of #C49CC7

#C49CC7
(196,156,199)
#B38EB5
(179,142,181)
#A280A3
(162,128,163)
#917291
(145,114,145)
#80647F
(128,100,127)
#6F566D
(111,86,109)
#5E485B
(94,72,91)
#4D3A49
(77,58,73)
#3C2C37
(60,44,55)
#2B1E25
(43,30,37)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #C49CC7

#C49CC7
(196,156,199)
#C9A5CC
(201,165,204)
#CEAED1
(206,174,209)
#D3B7D6
(211,183,214)
#D8C0DB
(216,192,219)
#DDC9E0
(221,201,224)
#E2D2E5
(226,210,229)
#E7DBEA
(231,219,234)
#ECE4EF
(236,228,239)
#F1EDF4
(241,237,244)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49CC7; }

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

This text font color is #C49CC7.

Background Color

.myBgColor { background-color: #C49CC7; }

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

This div background color is #C49CC7.

Border color

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

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

This div border color is #C49CC7.

Opacity

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

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

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

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

This text has shadow with #C49CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49CC7.

Preview

Color preview on black background

This text has color #C49CC7 on black background.


Color preview on white background

This text has color #C49CC7 on white background.


Black color preview on #C49CC7 background

This text has black color on #C49CC7 background.


White color preview on #C49CC7 background

This text has white color on #C49CC7 background.


Related colors

Complementary color

Complementary color for #hex is #3B6338.


I love getcolorcode.com

Triadic colors

1 #C7C49C and #9CC7C4 with #C49CC7 are triadic colors.

2 #C79CC4 and #9CC4C7 with #C49CC7 are triadic colors.