COLOR #C45C9C

HEX: #C45C9C
RGB: (196,92,156)

Color info

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

RGB color model

#C45C9C color RGB value is (196,92,156).

  • red value is 196;
  • green value is 92;
  • blue value is 156.
RGB:
(196,92,156)
(77%,36%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 92 of 255 = 36%
B 156 of 255 = 61%

196
92
156

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

Portions of RGB colors in percentages

R + G + B =
196 + 92 + 156 = 444 (100%)
R 196 of 444 ~ 44.14%
G 92 of 444 ~ 20.72%
B 156 of 444 ~ 35.14%

%44.14
%20.72
%35.14

CMYK color model

#C45C9C color CMYK value is (0,53,20,23).

  • cyan value is 0.00%
  • magenta value is 53.06%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(0,53,20,23)
C0M53Y20K23 
(0%,53%,20%,23%)
(0.00/0.53/0.20/0.23)	

CMYK percentages

%0
%53.06
%20.41
%23.14

Codes

Color #C45C9C in popluar color models

C45C9C
RGB19692156
HSL323°46.85%56.47%
HSB/HSV323°53.06%76.86%
CMYK0.00%53.06%20.41%
23.14%

Color #C45C9C in popluar number systems.

HEXC45C9C
Decimal19692156
Binary11000100101110010011100
Octal304134234

Shades and tints

Shades of #C45C9C

#C45C9C
(196,92,156)
#B3548E
(179,84,142)
#A24C80
(162,76,128)
#914472
(145,68,114)
#803C64
(128,60,100)
#6F3456
(111,52,86)
#5E2C48
(94,44,72)
#4D243A
(77,36,58)
#3C1C2C
(60,28,44)
#2B141E
(43,20,30)
#1A0C10
(26,12,16)
#000000
(0,0,0)

Tints of #C45C9C

#C45C9C
(196,92,156)
#C96AA5
(201,106,165)
#CE78AE
(206,120,174)
#D386B7
(211,134,183)
#D894C0
(216,148,192)
#DDA2C9
(221,162,201)
#E2B0D2
(226,176,210)
#E7BEDB
(231,190,219)
#ECCCE4
(236,204,228)
#F1DAED
(241,218,237)
#F6E8F6
(246,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45C9C color. Also use rgb(196,92,156) instead hex code.

Text Font Color

.myTextColor { color: #C45C9C; }

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

This text font color is #C45C9C.


Background Color

.myBgColor { background-color: #C45C9C; }

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

This div background color is #C45C9C.


Border color

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

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

This div border color is #C45C9C.


Opacity

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

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

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

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

This text has shadow with #C45C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C45C9C on black background.


Color preview on white background

This text has color #C45C9C on white background.



Black color preview on #C45C9C background

This text has black color on #C45C9C background.


White color preview on #C45C9C background

This text has white color on #C45C9C background.