COLOR #C475A3

HEX: #C475A3 RGB: (196,117,163)

Color info

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

RGB color model

#C475A3 color RGB value is (196,117,163).

RGB: (196,117,163) (77%, 46%, 64%)

RGB channels and saturation

R 196 of 255 = 77%
G 117 of 255 = 46%
B 163 of 255 = 64%

196
117
163

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

Portions of RGB colors in percentages

R + G + B = 196 + 117 + 163 = 476 (100%)
R 196 of 476 ~ 41.18%
G 117 of 476 ~ 24.58%
B 163 of 476 ~ 34.24'%

%41.18
%24.58
%34.24

CMYK color model

#C475A3 color CMYK value is (0,40,17,23).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 16.84%
  • key color value is 23.14%
CMYK: (0,40,17,23) C0M40Y17K23 (0%,40%,17%,23%) (0.00/0.40/0.17/0.23) 

CMYK percentages

%0
%40.31
%16.84
%23.14

Codes

Color #C475A3 in popluar color models

C4 75 A3
RGB 196 117 163
HSL 325° 40.10% 61.37%
HSB/HSV 325° 40.31% 76.86%
CMYK 0.00% 40.31% 16.84%
23.14%

Color #C475A3 in popluar number systems.

HEX C4 75 A3
Decimal 196 117 163
Binary 11000100 1110101 10100011
Octal 304 165 243

Shades and tints

Shades of #C475A3

#C475A3
(196,117,163)
#B36B95
(179,107,149)
#A26187
(162,97,135)
#915779
(145,87,121)
#804D6B
(128,77,107)
#6F435D
(111,67,93)
#5E394F
(94,57,79)
#4D2F41
(77,47,65)
#3C2533
(60,37,51)
#2B1B25
(43,27,37)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #C475A3

#C475A3
(196,117,163)
#C981AB
(201,129,171)
#CE8DB3
(206,141,179)
#D399BB
(211,153,187)
#D8A5C3
(216,165,195)
#DDB1CB
(221,177,203)
#E2BDD3
(226,189,211)
#E7C9DB
(231,201,219)
#ECD5E3
(236,213,227)
#F1E1EB
(241,225,235)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C475A3 color. Also use rgb(196,117,163) instead hex code.

Text Font Color

.myTextColor { color: #C475A3; }

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

This text font color is #C475A3.

Background Color

.myBgColor { background-color: #C475A3; }

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

This div background color is #C475A3.

Border color

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

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

This div border color is #C475A3.

Opacity

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

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

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

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

This text has shadow with #C475A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C475A3.

Preview

Color preview on black background

This text has color #C475A3 on black background.


Color preview on white background

This text has color #C475A3 on white background.


Black color preview on #C475A3 background

This text has black color on #C475A3 background.


White color preview on #C475A3 background

This text has white color on #C475A3 background.


Related colors

Complementary color

Complementary color for #hex is #3B8A5C.


I love getcolorcode.com

Triadic colors

1 #A3C475 and #75A3C4 with #C475A3 are triadic colors.

2 #A375C4 and #75C4A3 with #C475A3 are triadic colors.