COLOR #C491A8

HEX: #C491A8
RGB: (196,145,168)

Color info

#C491A8 contains red, green and blue colors in about the same proportion. Web safe color of #C491A8 is #CC9999 (or #C99).

RGB color model

#C491A8 color RGB value is (196,145,168).

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

RGB channels and saturation

R 196 of 255 = 77%
G 145 of 255 = 57%
B 168 of 255 = 66%

196
145
168

R + G + B ~ 67%. #C491A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 145 + 168 = 509 (100%)
R 196 of 509 ~ 38.51%
G 145 of 509 ~ 28.49%
B 168 of 509 ~ 33.01%

%38.51
%28.49
%33.01

CMYK color model

#C491A8 color CMYK value is (0,26,14,23).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 14.29%
  • key color value is 23.14%
CMYK:
(0,26,14,23)
C0M26Y14K23 
(0%,26%,14%,23%)
(0.00/0.26/0.14/0.23)	

CMYK percentages

%0
%26.02
%14.29
%23.14

Codes

Color #C491A8 in popluar color models

C491A8
RGB196145168
HSL333°30.18%66.86%
HSB/HSV333°26.02%76.86%
CMYK0.00%26.02%14.29%
23.14%

Color #C491A8 in popluar number systems.

HEXC491A8
Decimal196145168
Binary110001001001000110101000
Octal304221250

Shades and tints

Shades of #C491A8

#C491A8
(196,145,168)
#B38499
(179,132,153)
#A2778A
(162,119,138)
#916A7B
(145,106,123)
#805D6C
(128,93,108)
#6F505D
(111,80,93)
#5E434E
(94,67,78)
#4D363F
(77,54,63)
#3C2930
(60,41,48)
#2B1C21
(43,28,33)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #C491A8

#C491A8
(196,145,168)
#C99BAF
(201,155,175)
#CEA5B6
(206,165,182)
#D3AFBD
(211,175,189)
#D8B9C4
(216,185,196)
#DDC3CB
(221,195,203)
#E2CDD2
(226,205,210)
#E7D7D9
(231,215,217)
#ECE1E0
(236,225,224)
#F1EBE7
(241,235,231)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C491A8; }

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

This text font color is #C491A8.


Background Color

.myBgColor { background-color: #C491A8; }

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

This div background color is #C491A8.


Border color

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

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

This div border color is #C491A8.


Opacity

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

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

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

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

This text has shadow with #C491A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C491A8 on black background.


Color preview on white background

This text has color #C491A8 on white background.



Black color preview on #C491A8 background

This text has black color on #C491A8 background.


White color preview on #C491A8 background

This text has white color on #C491A8 background.