COLOR #C45EAA

HEX: #C45EAA RGB: (196,94,170)

Color info

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

RGB color model

#C45EAA color RGB value is (196,94,170).

RGB: (196,94,170) (77%, 37%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 94 of 255 = 37%
B 170 of 255 = 67%

196
94
170

R + G + B ~ 60%. #C45EAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 94 + 170 = 460 (100%)
R 196 of 460 ~ 42.61%
G 94 of 460 ~ 20.43%
B 170 of 460 ~ 36.96'%

%42.61
%20.43
%36.96

CMYK color model

#C45EAA color CMYK value is (0,52,13,23).

  • cyan value is 0.00%
  • magenta value is 52.04%
  • yellow value is 13.27%
  • key color value is 23.14%

CMYK: (0,52,13,23)
C0M52Y13K23 (0%, 52%, 13%, 23%)
(0.00 / 0.52 / 0.13 / 0.23)

CMYK percentages

%0
%52.04
%13.27
%23.14

Codes

Color #C45EAA in popluar color models

C4 5E AA
RGB 196 94 170
HSL 315° 46.36% 56.86%
HSB/HSV 315° 52.04% 76.86%
CMYK 0.00% 52.04% 13.27%
23.14%

Color #C45EAA in popluar number systems.

HEX C4 5E AA
Decimal 196 94 170
Binary 11000100 1011110 10101010
Octal 304 136 252

Shades and tints

Shades of #C45EAA

#C45EAA
(196,94,170)
#B3569B
(179,86,155)
#A24E8C
(162,78,140)
#91467D
(145,70,125)
#803E6E
(128,62,110)
#6F365F
(111,54,95)
#5E2E50
(94,46,80)
#4D2641
(77,38,65)
#3C1E32
(60,30,50)
#2B1623
(43,22,35)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #C45EAA

#C45EAA
(196,94,170)
#C96CB1
(201,108,177)
#CE7AB8
(206,122,184)
#D388BF
(211,136,191)
#D896C6
(216,150,198)
#DDA4CD
(221,164,205)
#E2B2D4
(226,178,212)
#E7C0DB
(231,192,219)
#ECCEE2
(236,206,226)
#F1DCE9
(241,220,233)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45EAA color. Also use rgb(196,94,170) instead hex code.

Text Font Color

.myTextColor { color: #C45EAA; }

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

This text font color is #C45EAA.

Background Color

.myBgColor { background-color: #C45EAA; }

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

This div background color is #C45EAA.

Border color

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

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

This div border color is #C45EAA.

Opacity

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

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

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

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

This text has shadow with #C45EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45EAA.

Preview

Color preview on black background

This text has color #C45EAA on black background.


Color preview on white background

This text has color #C45EAA on white background.


Black color preview on #C45EAA background

This text has black color on #C45EAA background.


White color preview on #C45EAA background

This text has white color on #C45EAA background.


Related colors

Complementary color

Complementary color for #hex is #3BA155.


I love getcolorcode.com

Triadic colors

1 #AAC45E and #5EAAC4 with #C45EAA are triadic colors.

2 #AA5EC4 and #5EC4AA with #C45EAA are triadic colors.