COLOR #C491AA

HEX: #C491AA
RGB: (196,145,170)

Color info

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

RGB color model

#C491AA color RGB value is (196,145,170).

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

RGB channels and saturation

R 196 of 255 = 77%
G 145 of 255 = 57%
B 170 of 255 = 67%

196
145
170

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

Portions of RGB colors in percentages

R + G + B =
196 + 145 + 170 = 511 (100%)
R 196 of 511 ~ 38.36%
G 145 of 511 ~ 28.38%
B 170 of 511 ~ 33.27%

%38.36
%28.38
%33.27

CMYK color model

#C491AA color CMYK value is (0,26,13,23).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK:
(0,26,13,23)
C0M26Y13K23 
(0%,26%,13%,23%)
(0.00/0.26/0.13/0.23)	

CMYK percentages

%0
%26.02
%13.27
%23.14

Codes

Color #C491AA in popluar color models

C491AA
RGB196145170
HSL331°30.18%66.86%
HSB/HSV331°26.02%76.86%
CMYK0.00%26.02%13.27%
23.14%

Color #C491AA in popluar number systems.

HEXC491AA
Decimal196145170
Binary110001001001000110101010
Octal304221252

Shades and tints

Shades of #C491AA

#C491AA
(196,145,170)
#B3849B
(179,132,155)
#A2778C
(162,119,140)
#916A7D
(145,106,125)
#805D6E
(128,93,110)
#6F505F
(111,80,95)
#5E4350
(94,67,80)
#4D3641
(77,54,65)
#3C2932
(60,41,50)
#2B1C23
(43,28,35)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #C491AA

#C491AA
(196,145,170)
#C99BB1
(201,155,177)
#CEA5B8
(206,165,184)
#D3AFBF
(211,175,191)
#D8B9C6
(216,185,198)
#DDC3CD
(221,195,205)
#E2CDD4
(226,205,212)
#E7D7DB
(231,215,219)
#ECE1E2
(236,225,226)
#F1EBE9
(241,235,233)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C491AA; }

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

This text font color is #C491AA.


Background Color

.myBgColor { background-color: #C491AA; }

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

This div background color is #C491AA.


Border color

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

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

This div border color is #C491AA.


Opacity

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

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

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

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

This text has shadow with #C491AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C491AA on black background.


Color preview on white background

This text has color #C491AA on white background.



Black color preview on #C491AA background

This text has black color on #C491AA background.


White color preview on #C491AA background

This text has white color on #C491AA background.