COLOR #C479B2

HEX: #C479B2 RGB: (196,121,178)

Color info

#C479B2 contains mainly red and blue colors. Web safe color of #C479B2 is #CC6699 (or #C69).

RGB color model

#C479B2 color RGB value is (196,121,178).

RGB: (196,121,178) (77%, 47%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 121 of 255 = 47%
B 178 of 255 = 70%

196
121
178

R + G + B ~ 65%. #C479B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 121 + 178 = 495 (100%)
R 196 of 495 ~ 39.6%
G 121 of 495 ~ 24.44%
B 178 of 495 ~ 35.96'%

%39.6
%24.44
%35.96

CMYK color model

#C479B2 color CMYK value is (0,38,9,23).

  • cyan value is 0.00%
  • magenta value is 38.27%
  • yellow value is 9.18%
  • key color value is 23.14%

CMYK: (0,38,9,23)
C0M38Y9K23 (0%, 38%, 9%, 23%)
(0.00 / 0.38 / 0.09 / 0.23)

CMYK percentages

%0
%38.27
%9.18
%23.14

Codes

Color #C479B2 in popluar color models

C4 79 B2
RGB 196 121 178
HSL 314° 38.86% 62.16%
HSB/HSV 314° 38.27% 76.86%
CMYK 0.00% 38.27% 9.18%
23.14%

Color #C479B2 in popluar number systems.

HEX C4 79 B2
Decimal 196 121 178
Binary 11000100 1111001 10110010
Octal 304 171 262

Shades and tints

Shades of #C479B2

#C479B2
(196,121,178)
#B36EA2
(179,110,162)
#A26392
(162,99,146)
#915882
(145,88,130)
#804D72
(128,77,114)
#6F4262
(111,66,98)
#5E3752
(94,55,82)
#4D2C42
(77,44,66)
#3C2132
(60,33,50)
#2B1622
(43,22,34)
#1A0B12
(26,11,18)
#000000
(0,0,0)

Tints of #C479B2

#C479B2
(196,121,178)
#C985B9
(201,133,185)
#CE91C0
(206,145,192)
#D39DC7
(211,157,199)
#D8A9CE
(216,169,206)
#DDB5D5
(221,181,213)
#E2C1DC
(226,193,220)
#E7CDE3
(231,205,227)
#ECD9EA
(236,217,234)
#F1E5F1
(241,229,241)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C479B2 color. Also use rgb(196,121,178) instead hex code.

Text Font Color

.myTextColor { color: #C479B2; }

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

This text font color is #C479B2.

Background Color

.myBgColor { background-color: #C479B2; }

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

This div background color is #C479B2.

Border color

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

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

This div border color is #C479B2.

Opacity

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

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

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

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

This text has shadow with #C479B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C479B2.

Preview

Color preview on black background

This text has color #C479B2 on black background.


Color preview on white background

This text has color #C479B2 on white background.


Black color preview on #C479B2 background

This text has black color on #C479B2 background.


White color preview on #C479B2 background

This text has white color on #C479B2 background.


Related colors

Complementary color

Complementary color for #hex is #3B864D.


I love getcolorcode.com

Triadic colors

1 #B2C479 and #79B2C4 with #C479B2 are triadic colors.

2 #B279C4 and #79C4B2 with #C479B2 are triadic colors.