COLOR #C476C0

HEX: #C476C0 RGB: (196,118,192)

Color info

#C476C0 contains mainly red and blue colors. Web safe color of #C476C0 is #CC66CC (or #C6C).

RGB color model

#C476C0 color RGB value is (196,118,192).

RGB: (196,118,192) (77%, 46%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 118 of 255 = 46%
B 192 of 255 = 75%

196
118
192

R + G + B ~ 66%. #C476C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 118 + 192 = 506 (100%)
R 196 of 506 ~ 38.74%
G 118 of 506 ~ 23.32%
B 192 of 506 ~ 37.94'%

%38.74
%23.32
%37.94

CMYK color model

#C476C0 color CMYK value is (0,40,2,23).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 2.04%
  • key color value is 23.14%

CMYK: (0,40,2,23)
C0M40Y2K23 (0%, 40%, 2%, 23%)
(0.00 / 0.40 / 0.02 / 0.23)

CMYK percentages

%0
%39.8
%2.04
%23.14

Codes

Color #C476C0 in popluar color models

C4 76 C0
RGB 196 118 192
HSL 303° 39.80% 61.57%
HSB/HSV 303° 39.80% 76.86%
CMYK 0.00% 39.80% 2.04%
23.14%

Color #C476C0 in popluar number systems.

HEX C4 76 C0
Decimal 196 118 192
Binary 11000100 1110110 11000000
Octal 304 166 300

Shades and tints

Shades of #C476C0

#C476C0
(196,118,192)
#B36CAF
(179,108,175)
#A2629E
(162,98,158)
#91588D
(145,88,141)
#804E7C
(128,78,124)
#6F446B
(111,68,107)
#5E3A5A
(94,58,90)
#4D3049
(77,48,73)
#3C2638
(60,38,56)
#2B1C27
(43,28,39)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C476C0

#C476C0
(196,118,192)
#C982C5
(201,130,197)
#CE8ECA
(206,142,202)
#D39ACF
(211,154,207)
#D8A6D4
(216,166,212)
#DDB2D9
(221,178,217)
#E2BEDE
(226,190,222)
#E7CAE3
(231,202,227)
#ECD6E8
(236,214,232)
#F1E2ED
(241,226,237)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C476C0; }

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

This text font color is #C476C0.

Background Color

.myBgColor { background-color: #C476C0; }

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

This div background color is #C476C0.

Border color

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

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

This div border color is #C476C0.

Opacity

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

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

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

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

This text has shadow with #C476C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C476C0.

Preview

Color preview on black background

This text has color #C476C0 on black background.


Color preview on white background

This text has color #C476C0 on white background.


Black color preview on #C476C0 background

This text has black color on #C476C0 background.


White color preview on #C476C0 background

This text has white color on #C476C0 background.


Related colors

Complementary color

Complementary color for #hex is #3B893F.


I love getcolorcode.com

Triadic colors

1 #C0C476 and #76C0C4 with #C476C0 are triadic colors.

2 #C076C4 and #76C4C0 with #C476C0 are triadic colors.