COLOR #C59EC2

HEX: #C59EC2 RGB: (197,158,194)

Color info

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

RGB color model

#C59EC2 color RGB value is (197,158,194).

RGB: (197,158,194) (77%, 62%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 194 of 255 = 76%

197
158
194

R + G + B ~ 72%. #C59EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 158 + 194 = 549 (100%)
R 197 of 549 ~ 35.88%
G 158 of 549 ~ 28.78%
B 194 of 549 ~ 35.34'%

%35.88
%28.78
%35.34

CMYK color model

#C59EC2 color CMYK value is (0,20,2,23).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 1.52%
  • key color value is 22.75%

CMYK: (0,20,2,23)
C0M20Y2K23 (0%, 20%, 2%, 23%)
(0.00 / 0.20 / 0.02 / 0.23)

CMYK percentages

%0
%19.8
%1.52
%22.75

Codes

Color #C59EC2 in popluar color models

C5 9E C2
RGB 197 158 194
HSL 305° 25.16% 69.61%
HSB/HSV 305° 19.80% 77.25%
CMYK 0.00% 19.80% 1.52%
22.75%

Color #C59EC2 in popluar number systems.

HEX C5 9E C2
Decimal 197 158 194
Binary 11000101 10011110 11000010
Octal 305 236 302

Shades and tints

Shades of #C59EC2

#C59EC2
(197,158,194)
#B490B1
(180,144,177)
#A382A0
(163,130,160)
#92748F
(146,116,143)
#81667E
(129,102,126)
#70586D
(112,88,109)
#5F4A5C
(95,74,92)
#4E3C4B
(78,60,75)
#3D2E3A
(61,46,58)
#2C2029
(44,32,41)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C59EC2

#C59EC2
(197,158,194)
#CAA6C7
(202,166,199)
#CFAECC
(207,174,204)
#D4B6D1
(212,182,209)
#D9BED6
(217,190,214)
#DEC6DB
(222,198,219)
#E3CEE0
(227,206,224)
#E8D6E5
(232,214,229)
#EDDEEA
(237,222,234)
#F2E6EF
(242,230,239)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59EC2 color. Also use rgb(197,158,194) instead hex code.

Text Font Color

.myTextColor { color: #C59EC2; }

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

This text font color is #C59EC2.

Background Color

.myBgColor { background-color: #C59EC2; }

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

This div background color is #C59EC2.

Border color

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

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

This div border color is #C59EC2.

Opacity

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

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

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

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

This text has shadow with #C59EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59EC2.

Preview

Color preview on black background

This text has color #C59EC2 on black background.


Color preview on white background

This text has color #C59EC2 on white background.


Black color preview on #C59EC2 background

This text has black color on #C59EC2 background.


White color preview on #C59EC2 background

This text has white color on #C59EC2 background.


Related colors

Complementary color

Complementary color for #hex is #3A613D.


I love getcolorcode.com

Triadic colors

1 #C2C59E and #9EC2C5 with #C59EC2 are triadic colors.

2 #C29EC5 and #9EC5C2 with #C59EC2 are triadic colors.