COLOR #C49CE5

HEX: #C49CE5 RGB: (196,156,229)

Color info

#C49CE5 contains mainly red and blue colors. Web safe color of #C49CE5 is #CC99CC (or #C9C).

RGB color model

#C49CE5 color RGB value is (196,156,229).

RGB: (196,156,229) (77%, 61%, 90%)

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 229 of 255 = 90%

196
156
229

R + G + B ~ 76%. #C49CE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 156 + 229 = 581 (100%)
R 196 of 581 ~ 33.73%
G 156 of 581 ~ 26.85%
B 229 of 581 ~ 39.41'%

%33.73
%26.85
%39.41

CMYK color model

#C49CE5 color CMYK value is (14,32,0,10).

  • cyan value is 14.41%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (14,32,0,10)
C14M32Y0K10 (14%, 32%, 0%, 10%)
(0.14 / 0.32 / 0.00 / 0.10)

CMYK percentages

%14.41
%31.88
%0
%10.2

Codes

Color #C49CE5 in popluar color models

C4 9C E5
RGB 196 156 229
HSL 273° 58.40% 75.49%
HSB/HSV 273° 31.88% 89.80%
CMYK 14.41% 31.88% 0.00%
10.20%

Color #C49CE5 in popluar number systems.

HEX C4 9C E5
Decimal 196 156 229
Binary 11000100 10011100 11100101
Octal 304 234 345

Shades and tints

Shades of #C49CE5

#C49CE5
(196,156,229)
#B38ED1
(179,142,209)
#A280BD
(162,128,189)
#9172A9
(145,114,169)
#806495
(128,100,149)
#6F5681
(111,86,129)
#5E486D
(94,72,109)
#4D3A59
(77,58,89)
#3C2C45
(60,44,69)
#2B1E31
(43,30,49)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #C49CE5

#C49CE5
(196,156,229)
#C9A5E7
(201,165,231)
#CEAEE9
(206,174,233)
#D3B7EB
(211,183,235)
#D8C0ED
(216,192,237)
#DDC9EF
(221,201,239)
#E2D2F1
(226,210,241)
#E7DBF3
(231,219,243)
#ECE4F5
(236,228,245)
#F1EDF7
(241,237,247)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49CE5; }

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

This text font color is #C49CE5.

Background Color

.myBgColor { background-color: #C49CE5; }

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

This div background color is #C49CE5.

Border color

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

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

This div border color is #C49CE5.

Opacity

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

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

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

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

This text has shadow with #C49CE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49CE5.

Preview

Color preview on black background

This text has color #C49CE5 on black background.


Color preview on white background

This text has color #C49CE5 on white background.


Black color preview on #C49CE5 background

This text has black color on #C49CE5 background.


White color preview on #C49CE5 background

This text has white color on #C49CE5 background.


Related colors

Complementary color

Complementary color for #hex is #3B631A.


I love getcolorcode.com

Triadic colors

1 #E5C49C and #9CE5C4 with #C49CE5 are triadic colors.

2 #E59CC4 and #9CC4E5 with #C49CE5 are triadic colors.