COLOR #C59AE2

HEX: #C59AE2 RGB: (197,154,226)

Color info

#C59AE2 contains mainly red and blue colors. Web safe color of #C59AE2 is #CC99CC (or #C9C).

RGB color model

#C59AE2 color RGB value is (197,154,226).

RGB: (197,154,226) (77%, 60%, 89%)

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 226 of 255 = 89%

197
154
226

R + G + B ~ 75%. #C59AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 154 + 226 = 577 (100%)
R 197 of 577 ~ 34.14%
G 154 of 577 ~ 26.69%
B 226 of 577 ~ 39.17'%

%34.14
%26.69
%39.17

CMYK color model

#C59AE2 color CMYK value is (13,32,0,11).

  • cyan value is 12.83%
  • magenta value is 31.86%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (13,32,0,11)
C13M32Y0K11 (13%, 32%, 0%, 11%)
(0.13 / 0.32 / 0.00 / 0.11)

CMYK percentages

%12.83
%31.86
%0
%11.37

Codes

Color #C59AE2 in popluar color models

C5 9A E2
RGB 197 154 226
HSL 276° 55.38% 74.51%
HSB/HSV 276° 31.86% 88.63%
CMYK 12.83% 31.86% 0.00%
11.37%

Color #C59AE2 in popluar number systems.

HEX C5 9A E2
Decimal 197 154 226
Binary 11000101 10011010 11100010
Octal 305 232 342

Shades and tints

Shades of #C59AE2

#C59AE2
(197,154,226)
#B48CCE
(180,140,206)
#A37EBA
(163,126,186)
#9270A6
(146,112,166)
#816292
(129,98,146)
#70547E
(112,84,126)
#5F466A
(95,70,106)
#4E3856
(78,56,86)
#3D2A42
(61,42,66)
#2C1C2E
(44,28,46)
#1B0E1A
(27,14,26)
#000000
(0,0,0)

Tints of #C59AE2

#C59AE2
(197,154,226)
#CAA3E4
(202,163,228)
#CFACE6
(207,172,230)
#D4B5E8
(212,181,232)
#D9BEEA
(217,190,234)
#DEC7EC
(222,199,236)
#E3D0EE
(227,208,238)
#E8D9F0
(232,217,240)
#EDE2F2
(237,226,242)
#F2EBF4
(242,235,244)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59AE2 color. Also use rgb(197,154,226) instead hex code.

Text Font Color

.myTextColor { color: #C59AE2; }

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

This text font color is #C59AE2.

Background Color

.myBgColor { background-color: #C59AE2; }

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

This div background color is #C59AE2.

Border color

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

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

This div border color is #C59AE2.

Opacity

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

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

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

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

This text has shadow with #C59AE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59AE2.

Preview

Color preview on black background

This text has color #C59AE2 on black background.


Color preview on white background

This text has color #C59AE2 on white background.


Black color preview on #C59AE2 background

This text has black color on #C59AE2 background.


White color preview on #C59AE2 background

This text has white color on #C59AE2 background.


Related colors

Complementary color

Complementary color for #hex is #3A651D.


I love getcolorcode.com

Triadic colors

1 #E2C59A and #9AE2C5 with #C59AE2 are triadic colors.

2 #E29AC5 and #9AC5E2 with #C59AE2 are triadic colors.