COLOR #C49CCF

HEX: #C49CCF RGB: (196,156,207)

Color info

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

RGB color model

#C49CCF color RGB value is (196,156,207).

RGB: (196,156,207) (77%, 61%, 81%)

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 207 of 255 = 81%

196
156
207

R + G + B ~ 73%. #C49CCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 156 + 207 = 559 (100%)
R 196 of 559 ~ 35.06%
G 156 of 559 ~ 27.91%
B 207 of 559 ~ 37.03'%

%35.06
%27.91
%37.03

CMYK color model

#C49CCF color CMYK value is (5,25,0,19).

  • cyan value is 5.31%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (5,25,0,19)
C5M25Y0K19 (5%, 25%, 0%, 19%)
(0.05 / 0.25 / 0.00 / 0.19)

CMYK percentages

%5.31
%24.64
%0
%18.82

Codes

Color #C49CCF in popluar color models

C4 9C CF
RGB 196 156 207
HSL 287° 34.69% 71.18%
HSB/HSV 287° 24.64% 81.18%
CMYK 5.31% 24.64% 0.00%
18.82%

Color #C49CCF in popluar number systems.

HEX C4 9C CF
Decimal 196 156 207
Binary 11000100 10011100 11001111
Octal 304 234 317

Shades and tints

Shades of #C49CCF

#C49CCF
(196,156,207)
#B38EBD
(179,142,189)
#A280AB
(162,128,171)
#917299
(145,114,153)
#806487
(128,100,135)
#6F5675
(111,86,117)
#5E4863
(94,72,99)
#4D3A51
(77,58,81)
#3C2C3F
(60,44,63)
#2B1E2D
(43,30,45)
#1A101B
(26,16,27)
#000000
(0,0,0)

Tints of #C49CCF

#C49CCF
(196,156,207)
#C9A5D3
(201,165,211)
#CEAED7
(206,174,215)
#D3B7DB
(211,183,219)
#D8C0DF
(216,192,223)
#DDC9E3
(221,201,227)
#E2D2E7
(226,210,231)
#E7DBEB
(231,219,235)
#ECE4EF
(236,228,239)
#F1EDF3
(241,237,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49CCF; }

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

This text font color is #C49CCF.

Background Color

.myBgColor { background-color: #C49CCF; }

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

This div background color is #C49CCF.

Border color

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

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

This div border color is #C49CCF.

Opacity

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

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

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

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

This text has shadow with #C49CCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49CCF.

Preview

Color preview on black background

This text has color #C49CCF on black background.


Color preview on white background

This text has color #C49CCF on white background.


Black color preview on #C49CCF background

This text has black color on #C49CCF background.


White color preview on #C49CCF background

This text has white color on #C49CCF background.


Related colors

Complementary color

Complementary color for #hex is #3B6330.


I love getcolorcode.com

Triadic colors

1 #CFC49C and #9CCFC4 with #C49CCF are triadic colors.

2 #CF9CC4 and #9CC4CF with #C49CCF are triadic colors.