COLOR #C590A2

HEX: #C590A2
RGB: (197,144,162)

Color info

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

RGB color model

#C590A2 color RGB value is (197,144,162).

  • red value is 197;
  • green value is 144;
  • blue value is 162.
RGB:
(197,144,162)
(77%,56%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 162 of 255 = 64%

197
144
162

R + G + B ~ 66%. #C590A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 144 + 162 = 503 (100%)
R 197 of 503 ~ 39.17%
G 144 of 503 ~ 28.63%
B 162 of 503 ~ 32.21%

%39.17
%28.63
%32.21

CMYK color model

#C590A2 color CMYK value is (0,27,18,23).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 17.77%
  • key color value is 22.75%
CMYK:
(0,27,18,23)
C0M27Y18K23 
(0%,27%,18%,23%)
(0.00/0.27/0.18/0.23)	

CMYK percentages

%0
%26.9
%17.77
%22.75

Codes

Color #C590A2 in popluar color models

C590A2
RGB197144162
HSL340°31.36%66.86%
HSB/HSV340°26.90%77.25%
CMYK0.00%26.90%17.77%
22.75%

Color #C590A2 in popluar number systems.

HEXC590A2
Decimal197144162
Binary110001011001000010100010
Octal305220242

Shades and tints

Shades of #C590A2

#C590A2
(197,144,162)
#B48394
(180,131,148)
#A37686
(163,118,134)
#926978
(146,105,120)
#815C6A
(129,92,106)
#704F5C
(112,79,92)
#5F424E
(95,66,78)
#4E3540
(78,53,64)
#3D2832
(61,40,50)
#2C1B24
(44,27,36)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C590A2

#C590A2
(197,144,162)
#CA9AAA
(202,154,170)
#CFA4B2
(207,164,178)
#D4AEBA
(212,174,186)
#D9B8C2
(217,184,194)
#DEC2CA
(222,194,202)
#E3CCD2
(227,204,210)
#E8D6DA
(232,214,218)
#EDE0E2
(237,224,226)
#F2EAEA
(242,234,234)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C590A2 color. Also use rgb(197,144,162) instead hex code.

Text Font Color

.myTextColor { color: #C590A2; }

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

This text font color is #C590A2.


Background Color

.myBgColor { background-color: #C590A2; }

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

This div background color is #C590A2.


Border color

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

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

This div border color is #C590A2.


Opacity

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

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

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

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

This text has shadow with #C590A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C590A2 on black background.


Color preview on white background

This text has color #C590A2 on white background.



Black color preview on #C590A2 background

This text has black color on #C590A2 background.


White color preview on #C590A2 background

This text has white color on #C590A2 background.