COLOR #C491C9

HEX: #C491C9
RGB: (196,145,201)

Color info

#C491C9 contains red, green and blue colors in about the same proportion. Web safe color of #C491C9 is #CC99CC (or #C9C).

RGB color model

#C491C9 color RGB value is (196,145,201).

  • red value is 196;
  • green value is 145;
  • blue value is 201.
RGB:
(196,145,201)
(77%,57%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 145 of 255 = 57%
B 201 of 255 = 79%

196
145
201

R + G + B ~ 71%. #C491C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 145 + 201 = 542 (100%)
R 196 of 542 ~ 36.16%
G 145 of 542 ~ 26.75%
B 201 of 542 ~ 37.08%

%36.16
%26.75
%37.08

CMYK color model

#C491C9 color CMYK value is (2,28,0,21).

  • cyan value is 2.49%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(2,28,0,21)
C2M28Y0K21 
(2%,28%,0%,21%)
(0.02/0.28/0.00/0.21)	

CMYK percentages

%2.49
%27.86
%0
%21.18

Codes

Color #C491C9 in popluar color models

C491C9
RGB196145201
HSL295°34.15%67.84%
HSB/HSV295°27.86%78.82%
CMYK2.49%27.86%0.00%
21.18%

Color #C491C9 in popluar number systems.

HEXC491C9
Decimal196145201
Binary110001001001000111001001
Octal304221311

Shades and tints

Shades of #C491C9

#C491C9
(196,145,201)
#B384B7
(179,132,183)
#A277A5
(162,119,165)
#916A93
(145,106,147)
#805D81
(128,93,129)
#6F506F
(111,80,111)
#5E435D
(94,67,93)
#4D364B
(77,54,75)
#3C2939
(60,41,57)
#2B1C27
(43,28,39)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #C491C9

#C491C9
(196,145,201)
#C99BCD
(201,155,205)
#CEA5D1
(206,165,209)
#D3AFD5
(211,175,213)
#D8B9D9
(216,185,217)
#DDC3DD
(221,195,221)
#E2CDE1
(226,205,225)
#E7D7E5
(231,215,229)
#ECE1E9
(236,225,233)
#F1EBED
(241,235,237)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C491C9 color. Also use rgb(196,145,201) instead hex code.

Text Font Color

.myTextColor { color: #C491C9; }

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

This text font color is #C491C9.


Background Color

.myBgColor { background-color: #C491C9; }

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

This div background color is #C491C9.


Border color

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

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

This div border color is #C491C9.


Opacity

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

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

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

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

This text has shadow with #C491C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C491C9 on black background.


Color preview on white background

This text has color #C491C9 on white background.



Black color preview on #C491C9 background

This text has black color on #C491C9 background.


White color preview on #C491C9 background

This text has white color on #C491C9 background.