COLOR #C59FCC

HEX: #C59FCC RGB: (197,159,204)

Color info

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

RGB color model

#C59FCC color RGB value is (197,159,204).

RGB: (197,159,204) (77%, 62%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 204 of 255 = 80%

197
159
204

R + G + B ~ 73%. #C59FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 159 + 204 = 560 (100%)
R 197 of 560 ~ 35.18%
G 159 of 560 ~ 28.39%
B 204 of 560 ~ 36.43'%

%35.18
%28.39
%36.43

CMYK color model

#C59FCC color CMYK value is (3,22,0,20).

  • cyan value is 3.43%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (3,22,0,20)
C3M22Y0K20 (3%, 22%, 0%, 20%)
(0.03 / 0.22 / 0.00 / 0.20)

CMYK percentages

%3.43
%22.06
%0
%20

Codes

Color #C59FCC in popluar color models

C5 9F CC
RGB 197 159 204
HSL 291° 30.61% 71.18%
HSB/HSV 291° 22.06% 80.00%
CMYK 3.43% 22.06% 0.00%
20.00%

Color #C59FCC in popluar number systems.

HEX C5 9F CC
Decimal 197 159 204
Binary 11000101 10011111 11001100
Octal 305 237 314

Shades and tints

Shades of #C59FCC

#C59FCC
(197,159,204)
#B491BA
(180,145,186)
#A383A8
(163,131,168)
#927596
(146,117,150)
#816784
(129,103,132)
#705972
(112,89,114)
#5F4B60
(95,75,96)
#4E3D4E
(78,61,78)
#3D2F3C
(61,47,60)
#2C212A
(44,33,42)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C59FCC

#C59FCC
(197,159,204)
#CAA7D0
(202,167,208)
#CFAFD4
(207,175,212)
#D4B7D8
(212,183,216)
#D9BFDC
(217,191,220)
#DEC7E0
(222,199,224)
#E3CFE4
(227,207,228)
#E8D7E8
(232,215,232)
#EDDFEC
(237,223,236)
#F2E7F0
(242,231,240)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59FCC color. Also use rgb(197,159,204) instead hex code.

Text Font Color

.myTextColor { color: #C59FCC; }

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

This text font color is #C59FCC.

Background Color

.myBgColor { background-color: #C59FCC; }

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

This div background color is #C59FCC.

Border color

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

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

This div border color is #C59FCC.

Opacity

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

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

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

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

This text has shadow with #C59FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59FCC.

Preview

Color preview on black background

This text has color #C59FCC on black background.


Color preview on white background

This text has color #C59FCC on white background.


Black color preview on #C59FCC background

This text has black color on #C59FCC background.


White color preview on #C59FCC background

This text has white color on #C59FCC background.


Related colors

Complementary color

Complementary color for #hex is #3A6033.


I love getcolorcode.com

Triadic colors

1 #CCC59F and #9FCCC5 with #C59FCC are triadic colors.

2 #CC9FC5 and #9FC5CC with #C59FCC are triadic colors.