COLOR #C45F9B

HEX: #C45F9B
RGB: (196,95,155)

Color info

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

RGB color model

#C45F9B color RGB value is (196,95,155).

  • red value is 196;
  • green value is 95;
  • blue value is 155.
RGB:
(196,95,155)
(77%,37%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 95 of 255 = 37%
B 155 of 255 = 61%

196
95
155

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

Portions of RGB colors in percentages

R + G + B =
196 + 95 + 155 = 446 (100%)
R 196 of 446 ~ 43.95%
G 95 of 446 ~ 21.3%
B 155 of 446 ~ 34.75%

%43.95
%21.3
%34.75

CMYK color model

#C45F9B color CMYK value is (0,52,21,23).

  • cyan value is 0.00%
  • magenta value is 51.53%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK:
(0,52,21,23)
C0M52Y21K23 
(0%,52%,21%,23%)
(0.00/0.52/0.21/0.23)	

CMYK percentages

%0
%51.53
%20.92
%23.14

Codes

Color #C45F9B in popluar color models

C45F9B
RGB19695155
HSL324°46.12%57.06%
HSB/HSV324°51.53%76.86%
CMYK0.00%51.53%20.92%
23.14%

Color #C45F9B in popluar number systems.

HEXC45F9B
Decimal19695155
Binary11000100101111110011011
Octal304137233

Shades and tints

Shades of #C45F9B

#C45F9B
(196,95,155)
#B3578D
(179,87,141)
#A24F7F
(162,79,127)
#914771
(145,71,113)
#803F63
(128,63,99)
#6F3755
(111,55,85)
#5E2F47
(94,47,71)
#4D2739
(77,39,57)
#3C1F2B
(60,31,43)
#2B171D
(43,23,29)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #C45F9B

#C45F9B
(196,95,155)
#C96DA4
(201,109,164)
#CE7BAD
(206,123,173)
#D389B6
(211,137,182)
#D897BF
(216,151,191)
#DDA5C8
(221,165,200)
#E2B3D1
(226,179,209)
#E7C1DA
(231,193,218)
#ECCFE3
(236,207,227)
#F1DDEC
(241,221,236)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C45F9B; }

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

This text font color is #C45F9B.


Background Color

.myBgColor { background-color: #C45F9B; }

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

This div background color is #C45F9B.


Border color

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

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

This div border color is #C45F9B.


Opacity

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

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

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

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

This text has shadow with #C45F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C45F9B on black background.


Color preview on white background

This text has color #C45F9B on white background.



Black color preview on #C45F9B background

This text has black color on #C45F9B background.


White color preview on #C45F9B background

This text has white color on #C45F9B background.