COLOR #C593C1

HEX: #C593C1 RGB: (197,147,193)

Color info

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

RGB color model

#C593C1 color RGB value is (197,147,193).

RGB: (197,147,193) (77%, 58%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 147 of 255 = 58%
B 193 of 255 = 76%

197
147
193

R + G + B ~ 70%. #C593C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 147 + 193 = 537 (100%)
R 197 of 537 ~ 36.69%
G 147 of 537 ~ 27.37%
B 193 of 537 ~ 35.94'%

%36.69
%27.37
%35.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 2.03%
  • key color value is 22.75%

CMYK: (0,25,2,23)
C0M25Y2K23 (0%, 25%, 2%, 23%)
(0.00 / 0.25 / 0.02 / 0.23)

CMYK percentages

%0
%25.38
%2.03
%22.75

Codes

Color #C593C1 in popluar color models

C5 93 C1
RGB 197 147 193
HSL 305° 30.12% 67.45%
HSB/HSV 305° 25.38% 77.25%
CMYK 0.00% 25.38% 2.03%
22.75%

Color #C593C1 in popluar number systems.

HEX C5 93 C1
Decimal 197 147 193
Binary 11000101 10010011 11000001
Octal 305 223 301

Shades and tints

Shades of #C593C1

#C593C1
(197,147,193)
#B486B0
(180,134,176)
#A3799F
(163,121,159)
#926C8E
(146,108,142)
#815F7D
(129,95,125)
#70526C
(112,82,108)
#5F455B
(95,69,91)
#4E384A
(78,56,74)
#3D2B39
(61,43,57)
#2C1E28
(44,30,40)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #C593C1

#C593C1
(197,147,193)
#CA9CC6
(202,156,198)
#CFA5CB
(207,165,203)
#D4AED0
(212,174,208)
#D9B7D5
(217,183,213)
#DEC0DA
(222,192,218)
#E3C9DF
(227,201,223)
#E8D2E4
(232,210,228)
#EDDBE9
(237,219,233)
#F2E4EE
(242,228,238)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C593C1; }

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

This text font color is #C593C1.

Background Color

.myBgColor { background-color: #C593C1; }

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

This div background color is #C593C1.

Border color

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

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

This div border color is #C593C1.

Opacity

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

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

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

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

This text has shadow with #C593C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C593C1.

Preview

Color preview on black background

This text has color #C593C1 on black background.


Color preview on white background

This text has color #C593C1 on white background.


Black color preview on #C593C1 background

This text has black color on #C593C1 background.


White color preview on #C593C1 background

This text has white color on #C593C1 background.


Related colors

Complementary color

Complementary color for #hex is #3A6C3E.


I love getcolorcode.com

Triadic colors

1 #C1C593 and #93C1C5 with #C593C1 are triadic colors.

2 #C193C5 and #93C5C1 with #C593C1 are triadic colors.