COLOR #C59AC1

HEX: #C59AC1
RGB: (197,154,193)

Color info

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

RGB color model

#C59AC1 color RGB value is (197,154,193).

  • red value is 197;
  • green value is 154;
  • blue value is 193.
RGB:
(197,154,193)
(77%,60%,76%)

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 193 of 255 = 76%

197
154
193

R + G + B ~ 71%. #C59AC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 154 + 193 = 544 (100%)
R 197 of 544 ~ 36.21%
G 154 of 544 ~ 28.31%
B 193 of 544 ~ 35.48%

%36.21
%28.31
%35.48

CMYK color model

#C59AC1 color CMYK value is (0,22,2,23).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 2.03%
  • key color value is 22.75%
CMYK:
(0,22,2,23)
C0M22Y2K23 
(0%,22%,2%,23%)
(0.00/0.22/0.02/0.23)	

CMYK percentages

%0
%21.83
%2.03
%22.75

Codes

Color #C59AC1 in popluar color models

C59AC1
RGB197154193
HSL306°27.04%68.82%
HSB/HSV306°21.83%77.25%
CMYK0.00%21.83%2.03%
22.75%

Color #C59AC1 in popluar number systems.

HEXC59AC1
Decimal197154193
Binary110001011001101011000001
Octal305232301

Shades and tints

Shades of #C59AC1

#C59AC1
(197,154,193)
#B48CB0
(180,140,176)
#A37E9F
(163,126,159)
#92708E
(146,112,142)
#81627D
(129,98,125)
#70546C
(112,84,108)
#5F465B
(95,70,91)
#4E384A
(78,56,74)
#3D2A39
(61,42,57)
#2C1C28
(44,28,40)
#1B0E17
(27,14,23)
#000000
(0,0,0)

Tints of #C59AC1

#C59AC1
(197,154,193)
#CAA3C6
(202,163,198)
#CFACCB
(207,172,203)
#D4B5D0
(212,181,208)
#D9BED5
(217,190,213)
#DEC7DA
(222,199,218)
#E3D0DF
(227,208,223)
#E8D9E4
(232,217,228)
#EDE2E9
(237,226,233)
#F2EBEE
(242,235,238)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59AC1; }

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

This text font color is #C59AC1.


Background Color

.myBgColor { background-color: #C59AC1; }

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

This div background color is #C59AC1.


Border color

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

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

This div border color is #C59AC1.


Opacity

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

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

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

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

This text has shadow with #C59AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59AC1 on black background.


Color preview on white background

This text has color #C59AC1 on white background.



Black color preview on #C59AC1 background

This text has black color on #C59AC1 background.


White color preview on #C59AC1 background

This text has white color on #C59AC1 background.