COLOR #C49CB3

HEX: #C49CB3 RGB: (196,156,179)

Color info

#C49CB3 contains red, green and blue colors in about the same proportion. Web safe color of #C49CB3 is #CC9999 (or #C99).

RGB color model

#C49CB3 color RGB value is (196,156,179).

RGB: (196,156,179) (77%, 61%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 179 of 255 = 70%

196
156
179

R + G + B ~ 69%. #C49CB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 156 + 179 = 531 (100%)
R 196 of 531 ~ 36.91%
G 156 of 531 ~ 29.38%
B 179 of 531 ~ 33.71'%

%36.91
%29.38
%33.71

CMYK color model

#C49CB3 color CMYK value is (0,20,9,23).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 8.67%
  • key color value is 23.14%

CMYK: (0,20,9,23)
C0M20Y9K23 (0%, 20%, 9%, 23%)
(0.00 / 0.20 / 0.09 / 0.23)

CMYK percentages

%0
%20.41
%8.67
%23.14

Codes

Color #C49CB3 in popluar color models

C4 9C B3
RGB 196 156 179
HSL 326° 25.32% 69.02%
HSB/HSV 326° 20.41% 76.86%
CMYK 0.00% 20.41% 8.67%
23.14%

Color #C49CB3 in popluar number systems.

HEX C4 9C B3
Decimal 196 156 179
Binary 11000100 10011100 10110011
Octal 304 234 263

Shades and tints

Shades of #C49CB3

#C49CB3
(196,156,179)
#B38EA3
(179,142,163)
#A28093
(162,128,147)
#917283
(145,114,131)
#806473
(128,100,115)
#6F5663
(111,86,99)
#5E4853
(94,72,83)
#4D3A43
(77,58,67)
#3C2C33
(60,44,51)
#2B1E23
(43,30,35)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #C49CB3

#C49CB3
(196,156,179)
#C9A5B9
(201,165,185)
#CEAEBF
(206,174,191)
#D3B7C5
(211,183,197)
#D8C0CB
(216,192,203)
#DDC9D1
(221,201,209)
#E2D2D7
(226,210,215)
#E7DBDD
(231,219,221)
#ECE4E3
(236,228,227)
#F1EDE9
(241,237,233)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49CB3; }

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

This text font color is #C49CB3.

Background Color

.myBgColor { background-color: #C49CB3; }

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

This div background color is #C49CB3.

Border color

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

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

This div border color is #C49CB3.

Opacity

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

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

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

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

This text has shadow with #C49CB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49CB3.

Preview

Color preview on black background

This text has color #C49CB3 on black background.


Color preview on white background

This text has color #C49CB3 on white background.


Black color preview on #C49CB3 background

This text has black color on #C49CB3 background.


White color preview on #C49CB3 background

This text has white color on #C49CB3 background.


Related colors

Complementary color

Complementary color for #hex is #3B634C.


I love getcolorcode.com

Triadic colors

1 #B3C49C and #9CB3C4 with #C49CB3 are triadic colors.

2 #B39CC4 and #9CC4B3 with #C49CB3 are triadic colors.