COLOR #C59CC8

HEX: #C59CC8 RGB: (197,156,200)

Color info

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

RGB color model

#C59CC8 color RGB value is (197,156,200).

RGB: (197,156,200) (77%, 61%, 78%)

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 200 of 255 = 78%

197
156
200

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

Portions of RGB colors in percentages

R + G + B = 197 + 156 + 200 = 553 (100%)
R 197 of 553 ~ 35.62%
G 156 of 553 ~ 28.21%
B 200 of 553 ~ 36.17'%

%35.62
%28.21
%36.17

CMYK color model

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

  • cyan value is 1.50%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (1,22,0,22)
C1M22Y0K22 (1%, 22%, 0%, 22%)
(0.01 / 0.22 / 0.00 / 0.22)

CMYK percentages

%1.5
%22
%0
%21.57

Codes

Color #C59CC8 in popluar color models

C5 9C C8
RGB 197 156 200
HSL 296° 28.57% 69.80%
HSB/HSV 296° 22.00% 78.43%
CMYK 1.50% 22.00% 0.00%
21.57%

Color #C59CC8 in popluar number systems.

HEX C5 9C C8
Decimal 197 156 200
Binary 11000101 10011100 11001000
Octal 305 234 310

Shades and tints

Shades of #C59CC8

#C59CC8
(197,156,200)
#B48EB6
(180,142,182)
#A380A4
(163,128,164)
#927292
(146,114,146)
#816480
(129,100,128)
#70566E
(112,86,110)
#5F485C
(95,72,92)
#4E3A4A
(78,58,74)
#3D2C38
(61,44,56)
#2C1E26
(44,30,38)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C59CC8

#C59CC8
(197,156,200)
#CAA5CD
(202,165,205)
#CFAED2
(207,174,210)
#D4B7D7
(212,183,215)
#D9C0DC
(217,192,220)
#DEC9E1
(222,201,225)
#E3D2E6
(227,210,230)
#E8DBEB
(232,219,235)
#EDE4F0
(237,228,240)
#F2EDF5
(242,237,245)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59CC8 color. Also use rgb(197,156,200) instead hex code.

Text Font Color

.myTextColor { color: #C59CC8; }

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

This text font color is #C59CC8.

Background Color

.myBgColor { background-color: #C59CC8; }

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

This div background color is #C59CC8.

Border color

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

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

This div border color is #C59CC8.

Opacity

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

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

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

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

This text has shadow with #C59CC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59CC8.

Preview

Color preview on black background

This text has color #C59CC8 on black background.


Color preview on white background

This text has color #C59CC8 on white background.


Black color preview on #C59CC8 background

This text has black color on #C59CC8 background.


White color preview on #C59CC8 background

This text has white color on #C59CC8 background.


Related colors

Complementary color

Complementary color for #hex is #3A6337.


I love getcolorcode.com

Triadic colors

1 #C8C59C and #9CC8C5 with #C59CC8 are triadic colors.

2 #C89CC5 and #9CC5C8 with #C59CC8 are triadic colors.