COLOR #C476A1

HEX: #C476A1
RGB: (196,118,161)

Color info

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

RGB color model

#C476A1 color RGB value is (196,118,161).

  • red value is 196;
  • green value is 118;
  • blue value is 161.
RGB:
(196,118,161)
(77%,46%,63%)

RGB channels and saturation

R 196 of 255 = 77%
G 118 of 255 = 46%
B 161 of 255 = 63%

196
118
161

R + G + B ~ 62%. #C476A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 118 + 161 = 475 (100%)
R 196 of 475 ~ 41.26%
G 118 of 475 ~ 24.84%
B 161 of 475 ~ 33.89%

%41.26
%24.84
%33.89

CMYK color model

#C476A1 color CMYK value is (0,40,18,23).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 17.86%
  • key color value is 23.14%
CMYK:
(0,40,18,23)
C0M40Y18K23 
(0%,40%,18%,23%)
(0.00/0.40/0.18/0.23)	

CMYK percentages

%0
%39.8
%17.86
%23.14

Codes

Color #C476A1 in popluar color models

C476A1
RGB196118161
HSL327°39.80%61.57%
HSB/HSV327°39.80%76.86%
CMYK0.00%39.80%17.86%
23.14%

Color #C476A1 in popluar number systems.

HEXC476A1
Decimal196118161
Binary11000100111011010100001
Octal304166241

Shades and tints

Shades of #C476A1

#C476A1
(196,118,161)
#B36C93
(179,108,147)
#A26285
(162,98,133)
#915877
(145,88,119)
#804E69
(128,78,105)
#6F445B
(111,68,91)
#5E3A4D
(94,58,77)
#4D303F
(77,48,63)
#3C2631
(60,38,49)
#2B1C23
(43,28,35)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #C476A1

#C476A1
(196,118,161)
#C982A9
(201,130,169)
#CE8EB1
(206,142,177)
#D39AB9
(211,154,185)
#D8A6C1
(216,166,193)
#DDB2C9
(221,178,201)
#E2BED1
(226,190,209)
#E7CAD9
(231,202,217)
#ECD6E1
(236,214,225)
#F1E2E9
(241,226,233)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C476A1 color. Also use rgb(196,118,161) instead hex code.

Text Font Color

.myTextColor { color: #C476A1; }

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

This text font color is #C476A1.


Background Color

.myBgColor { background-color: #C476A1; }

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

This div background color is #C476A1.


Border color

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

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

This div border color is #C476A1.


Opacity

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

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

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

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

This text has shadow with #C476A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C476A1 on black background.


Color preview on white background

This text has color #C476A1 on white background.



Black color preview on #C476A1 background

This text has black color on #C476A1 background.


White color preview on #C476A1 background

This text has white color on #C476A1 background.