COLOR #C45D9B

HEX: #C45D9B RGB: (196,93,155)

Color info

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

RGB color model

#C45D9B color RGB value is (196,93,155).

RGB: (196,93,155) (77%, 36%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 93 of 255 = 36%
B 155 of 255 = 61%

196
93
155

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

Portions of RGB colors in percentages

R + G + B = 196 + 93 + 155 = 444 (100%)
R 196 of 444 ~ 44.14%
G 93 of 444 ~ 20.95%
B 155 of 444 ~ 34.91'%

%44.14
%20.95
%34.91

CMYK color model

#C45D9B color CMYK value is (0,53,21,23).

  • cyan value is 0.00%
  • magenta value is 52.55%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (0,53,21,23)
C0M53Y21K23 (0%, 53%, 21%, 23%)
(0.00 / 0.53 / 0.21 / 0.23)

CMYK percentages

%0
%52.55
%20.92
%23.14

Codes

Color #C45D9B in popluar color models

C4 5D 9B
RGB 196 93 155
HSL 324° 46.61% 56.67%
HSB/HSV 324° 52.55% 76.86%
CMYK 0.00% 52.55% 20.92%
23.14%

Color #C45D9B in popluar number systems.

HEX C4 5D 9B
Decimal 196 93 155
Binary 11000100 1011101 10011011
Octal 304 135 233

Shades and tints

Shades of #C45D9B

#C45D9B
(196,93,155)
#B3558D
(179,85,141)
#A24D7F
(162,77,127)
#914571
(145,69,113)
#803D63
(128,61,99)
#6F3555
(111,53,85)
#5E2D47
(94,45,71)
#4D2539
(77,37,57)
#3C1D2B
(60,29,43)
#2B151D
(43,21,29)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #C45D9B

#C45D9B
(196,93,155)
#C96BA4
(201,107,164)
#CE79AD
(206,121,173)
#D387B6
(211,135,182)
#D895BF
(216,149,191)
#DDA3C8
(221,163,200)
#E2B1D1
(226,177,209)
#E7BFDA
(231,191,218)
#ECCDE3
(236,205,227)
#F1DBEC
(241,219,236)
#F6E9F5
(246,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45D9B color. Also use rgb(196,93,155) instead hex code.

Text Font Color

.myTextColor { color: #C45D9B; }

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

This text font color is #C45D9B.

Background Color

.myBgColor { background-color: #C45D9B; }

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

This div background color is #C45D9B.

Border color

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

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

This div border color is #C45D9B.

Opacity

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

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

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

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

This text has shadow with #C45D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45D9B.

Preview

Color preview on black background

This text has color #C45D9B on black background.


Color preview on white background

This text has color #C45D9B on white background.


Black color preview on #C45D9B background

This text has black color on #C45D9B background.


White color preview on #C45D9B background

This text has white color on #C45D9B background.


Related colors

Complementary color

Complementary color for #hex is #3BA264.


I love getcolorcode.com

Triadic colors

1 #9BC45D and #5D9BC4 with #C45D9B are triadic colors.

2 #9B5DC4 and #5DC49B with #C45D9B are triadic colors.