COLOR #C474C0

HEX: #C474C0 RGB: (196,116,192)

Color info

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

RGB color model

#C474C0 color RGB value is (196,116,192).

RGB: (196,116,192) (77%, 45%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 192 of 255 = 75%

196
116
192

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

Portions of RGB colors in percentages

R + G + B = 196 + 116 + 192 = 504 (100%)
R 196 of 504 ~ 38.89%
G 116 of 504 ~ 23.02%
B 192 of 504 ~ 38.1'%

%38.89
%23.02
%38.1

CMYK color model

#C474C0 color CMYK value is (0,41,2,23).

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

CMYK: (0,41,2,23)
C0M41Y2K23 (0%, 41%, 2%, 23%)
(0.00 / 0.41 / 0.02 / 0.23)

CMYK percentages

%0
%40.82
%2.04
%23.14

Codes

Color #C474C0 in popluar color models

C4 74 C0
RGB 196 116 192
HSL 303° 40.40% 61.18%
HSB/HSV 303° 40.82% 76.86%
CMYK 0.00% 40.82% 2.04%
23.14%

Color #C474C0 in popluar number systems.

HEX C4 74 C0
Decimal 196 116 192
Binary 11000100 1110100 11000000
Octal 304 164 300

Shades and tints

Shades of #C474C0

#C474C0
(196,116,192)
#B36AAF
(179,106,175)
#A2609E
(162,96,158)
#91568D
(145,86,141)
#804C7C
(128,76,124)
#6F426B
(111,66,107)
#5E385A
(94,56,90)
#4D2E49
(77,46,73)
#3C2438
(60,36,56)
#2B1A27
(43,26,39)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #C474C0

#C474C0
(196,116,192)
#C980C5
(201,128,197)
#CE8CCA
(206,140,202)
#D398CF
(211,152,207)
#D8A4D4
(216,164,212)
#DDB0D9
(221,176,217)
#E2BCDE
(226,188,222)
#E7C8E3
(231,200,227)
#ECD4E8
(236,212,232)
#F1E0ED
(241,224,237)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C474C0; }

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

This text font color is #C474C0.

Background Color

.myBgColor { background-color: #C474C0; }

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

This div background color is #C474C0.

Border color

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

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

This div border color is #C474C0.

Opacity

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

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

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

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

This text has shadow with #C474C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C474C0.

Preview

Color preview on black background

This text has color #C474C0 on black background.


Color preview on white background

This text has color #C474C0 on white background.


Black color preview on #C474C0 background

This text has black color on #C474C0 background.


White color preview on #C474C0 background

This text has white color on #C474C0 background.


Related colors

Complementary color

Complementary color for #hex is #3B8B3F.


I love getcolorcode.com

Triadic colors

1 #C0C474 and #74C0C4 with #C474C0 are triadic colors.

2 #C074C4 and #74C4C0 with #C474C0 are triadic colors.