COLOR #C590B1

HEX: #C590B1
RGB: (197,144,177)

Color info

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

RGB color model

#C590B1 color RGB value is (197,144,177).

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

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 177 of 255 = 69%

197
144
177

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

Portions of RGB colors in percentages

R + G + B =
197 + 144 + 177 = 518 (100%)
R 197 of 518 ~ 38.03%
G 144 of 518 ~ 27.8%
B 177 of 518 ~ 34.17%

%38.03
%27.8
%34.17

CMYK color model

#C590B1 color CMYK value is (0,27,10,23).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 10.15%
  • key color value is 22.75%
CMYK:
(0,27,10,23)
C0M27Y10K23 
(0%,27%,10%,23%)
(0.00/0.27/0.10/0.23)	

CMYK percentages

%0
%26.9
%10.15
%22.75

Codes

Color #C590B1 in popluar color models

C590B1
RGB197144177
HSL323°31.36%66.86%
HSB/HSV323°26.90%77.25%
CMYK0.00%26.90%10.15%
22.75%

Color #C590B1 in popluar number systems.

HEXC590B1
Decimal197144177
Binary110001011001000010110001
Octal305220261

Shades and tints

Shades of #C590B1

#C590B1
(197,144,177)
#B483A1
(180,131,161)
#A37691
(163,118,145)
#926981
(146,105,129)
#815C71
(129,92,113)
#704F61
(112,79,97)
#5F4251
(95,66,81)
#4E3541
(78,53,65)
#3D2831
(61,40,49)
#2C1B21
(44,27,33)
#1B0E11
(27,14,17)
#000000
(0,0,0)

Tints of #C590B1

#C590B1
(197,144,177)
#CA9AB8
(202,154,184)
#CFA4BF
(207,164,191)
#D4AEC6
(212,174,198)
#D9B8CD
(217,184,205)
#DEC2D4
(222,194,212)
#E3CCDB
(227,204,219)
#E8D6E2
(232,214,226)
#EDE0E9
(237,224,233)
#F2EAF0
(242,234,240)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C590B1; }

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

This text font color is #C590B1.


Background Color

.myBgColor { background-color: #C590B1; }

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

This div background color is #C590B1.


Border color

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

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

This div border color is #C590B1.


Opacity

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

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

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

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

This text has shadow with #C590B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C590B1 on black background.


Color preview on white background

This text has color #C590B1 on white background.



Black color preview on #C590B1 background

This text has black color on #C590B1 background.


White color preview on #C590B1 background

This text has white color on #C590B1 background.