COLOR #C594C5

HEX: #C594C5
RGB: (197,148,197)

Color info

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

RGB color model

#C594C5 color RGB value is (197,148,197).

  • red value is 197;
  • green value is 148;
  • blue value is 197.
RGB:
(197,148,197)
(77%,58%,77%)

RGB channels and saturation

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

197
148
197

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

Portions of RGB colors in percentages

R + G + B =
197 + 148 + 197 = 542 (100%)
R 197 of 542 ~ 36.35%
G 148 of 542 ~ 27.31%
B 197 of 542 ~ 36.35%

%36.35
%27.31
%36.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(0,25,0,23)
C0M25Y0K23 
(0%,25%,0%,23%)
(0.00/0.25/0.00/0.23)	

CMYK percentages

%0
%24.87
%0
%22.75

Codes

Color #C594C5 in popluar color models

C594C5
RGB197148197
HSL300°29.70%67.65%
HSB/HSV300°24.87%77.25%
CMYK0.00%24.87%0.00%
22.75%

Color #C594C5 in popluar number systems.

HEXC594C5
Decimal197148197
Binary110001011001010011000101
Octal305224305

Shades and tints

Shades of #C594C5

#C594C5
(197,148,197)
#B487B4
(180,135,180)
#A37AA3
(163,122,163)
#926D92
(146,109,146)
#816081
(129,96,129)
#705370
(112,83,112)
#5F465F
(95,70,95)
#4E394E
(78,57,78)
#3D2C3D
(61,44,61)
#2C1F2C
(44,31,44)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #C594C5

#C594C5
(197,148,197)
#CA9DCA
(202,157,202)
#CFA6CF
(207,166,207)
#D4AFD4
(212,175,212)
#D9B8D9
(217,184,217)
#DEC1DE
(222,193,222)
#E3CAE3
(227,202,227)
#E8D3E8
(232,211,232)
#EDDCED
(237,220,237)
#F2E5F2
(242,229,242)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C594C5; }

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

This text font color is #C594C5.


Background Color

.myBgColor { background-color: #C594C5; }

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

This div background color is #C594C5.


Border color

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

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

This div border color is #C594C5.


Opacity

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

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

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

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

This text has shadow with #C594C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C594C5 on black background.


Color preview on white background

This text has color #C594C5 on white background.



Black color preview on #C594C5 background

This text has black color on #C594C5 background.


White color preview on #C594C5 background

This text has white color on #C594C5 background.