COLOR #C594AD

HEX: #C594AD RGB: (197,148,173)

Color info

#C594AD contains red, green and blue colors in about the same proportion. Web safe color of #C594AD is #CC9999 (or #C99).

RGB color model

#C594AD color RGB value is (197,148,173).

RGB: (197,148,173) (77%, 58%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 148 of 255 = 58%
B 173 of 255 = 68%

197
148
173

R + G + B ~ 68%. #C594AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 148 + 173 = 518 (100%)
R 197 of 518 ~ 38.03%
G 148 of 518 ~ 28.57%
B 173 of 518 ~ 33.4'%

%38.03
%28.57
%33.4

CMYK color model

#C594AD color CMYK value is (0,25,12,23).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 12.18%
  • key color value is 22.75%

CMYK: (0,25,12,23)
C0M25Y12K23 (0%, 25%, 12%, 23%)
(0.00 / 0.25 / 0.12 / 0.23)

CMYK percentages

%0
%24.87
%12.18
%22.75

Codes

Color #C594AD in popluar color models

C5 94 AD
RGB 197 148 173
HSL 329° 29.70% 67.65%
HSB/HSV 329° 24.87% 77.25%
CMYK 0.00% 24.87% 12.18%
22.75%

Color #C594AD in popluar number systems.

HEX C5 94 AD
Decimal 197 148 173
Binary 11000101 10010100 10101101
Octal 305 224 255

Shades and tints

Shades of #C594AD

#C594AD
(197,148,173)
#B4879E
(180,135,158)
#A37A8F
(163,122,143)
#926D80
(146,109,128)
#816071
(129,96,113)
#705362
(112,83,98)
#5F4653
(95,70,83)
#4E3944
(78,57,68)
#3D2C35
(61,44,53)
#2C1F26
(44,31,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C594AD

#C594AD
(197,148,173)
#CA9DB4
(202,157,180)
#CFA6BB
(207,166,187)
#D4AFC2
(212,175,194)
#D9B8C9
(217,184,201)
#DEC1D0
(222,193,208)
#E3CAD7
(227,202,215)
#E8D3DE
(232,211,222)
#EDDCE5
(237,220,229)
#F2E5EC
(242,229,236)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C594AD color. Also use rgb(197,148,173) instead hex code.

Text Font Color

.myTextColor { color: #C594AD; }

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

This text font color is #C594AD.

Background Color

.myBgColor { background-color: #C594AD; }

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

This div background color is #C594AD.

Border color

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

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

This div border color is #C594AD.

Opacity

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

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

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

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

This text has shadow with #C594AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C594AD.

Preview

Color preview on black background

This text has color #C594AD on black background.


Color preview on white background

This text has color #C594AD on white background.


Black color preview on #C594AD background

This text has black color on #C594AD background.


White color preview on #C594AD background

This text has white color on #C594AD background.


Related colors

Complementary color

Complementary color for #hex is #3A6B52.


I love getcolorcode.com

Triadic colors

1 #ADC594 and #94ADC5 with #C594AD are triadic colors.

2 #AD94C5 and #94C5AD with #C594AD are triadic colors.