COLOR #C59DC6

HEX: #C59DC6 RGB: (197,157,198)

Color info

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

RGB color model

#C59DC6 color RGB value is (197,157,198).

RGB: (197,157,198) (77%, 62%, 78%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 198 of 255 = 78%

197
157
198

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

Portions of RGB colors in percentages

R + G + B = 197 + 157 + 198 = 552 (100%)
R 197 of 552 ~ 35.69%
G 157 of 552 ~ 28.44%
B 198 of 552 ~ 35.87'%

%35.69
%28.44
%35.87

CMYK color model

#C59DC6 color CMYK value is (1,21,0,22).

  • cyan value is 0.51%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (1,21,0,22)
C1M21Y0K22 (1%, 21%, 0%, 22%)
(0.01 / 0.21 / 0.00 / 0.22)

CMYK percentages

%0.51
%20.71
%0
%22.35

Codes

Color #C59DC6 in popluar color models

C5 9D C6
RGB 197 157 198
HSL 299° 26.45% 69.61%
HSB/HSV 299° 20.71% 77.65%
CMYK 0.51% 20.71% 0.00%
22.35%

Color #C59DC6 in popluar number systems.

HEX C5 9D C6
Decimal 197 157 198
Binary 11000101 10011101 11000110
Octal 305 235 306

Shades and tints

Shades of #C59DC6

#C59DC6
(197,157,198)
#B48FB4
(180,143,180)
#A381A2
(163,129,162)
#927390
(146,115,144)
#81657E
(129,101,126)
#70576C
(112,87,108)
#5F495A
(95,73,90)
#4E3B48
(78,59,72)
#3D2D36
(61,45,54)
#2C1F24
(44,31,36)
#1B1112
(27,17,18)
#000000
(0,0,0)

Tints of #C59DC6

#C59DC6
(197,157,198)
#CAA5CB
(202,165,203)
#CFADD0
(207,173,208)
#D4B5D5
(212,181,213)
#D9BDDA
(217,189,218)
#DEC5DF
(222,197,223)
#E3CDE4
(227,205,228)
#E8D5E9
(232,213,233)
#EDDDEE
(237,221,238)
#F2E5F3
(242,229,243)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DC6 color. Also use rgb(197,157,198) instead hex code.

Text Font Color

.myTextColor { color: #C59DC6; }

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

This text font color is #C59DC6.

Background Color

.myBgColor { background-color: #C59DC6; }

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

This div background color is #C59DC6.

Border color

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

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

This div border color is #C59DC6.

Opacity

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

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

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

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

This text has shadow with #C59DC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59DC6.

Preview

Color preview on black background

This text has color #C59DC6 on black background.


Color preview on white background

This text has color #C59DC6 on white background.


Black color preview on #C59DC6 background

This text has black color on #C59DC6 background.


White color preview on #C59DC6 background

This text has white color on #C59DC6 background.


Related colors

Complementary color

Complementary color for #hex is #3A6239.


I love getcolorcode.com

Triadic colors

1 #C6C59D and #9DC6C5 with #C59DC6 are triadic colors.

2 #C69DC5 and #9DC5C6 with #C59DC6 are triadic colors.