COLOR #C593BD

HEX: #C593BD RGB: (197,147,189)

Color info

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

RGB color model

#C593BD color RGB value is (197,147,189).

RGB: (197,147,189) (77%, 58%, 74%)

RGB channels and saturation

R 197 of 255 = 77%
G 147 of 255 = 58%
B 189 of 255 = 74%

197
147
189

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

Portions of RGB colors in percentages

R + G + B = 197 + 147 + 189 = 533 (100%)
R 197 of 533 ~ 36.96%
G 147 of 533 ~ 27.58%
B 189 of 533 ~ 35.46'%

%36.96
%27.58
%35.46

CMYK color model

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

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

CMYK: (0,25,4,23)
C0M25Y4K23 (0%, 25%, 4%, 23%)
(0.00 / 0.25 / 0.04 / 0.23)

CMYK percentages

%0
%25.38
%4.06
%22.75

Codes

Color #C593BD in popluar color models

C5 93 BD
RGB 197 147 189
HSL 310° 30.12% 67.45%
HSB/HSV 310° 25.38% 77.25%
CMYK 0.00% 25.38% 4.06%
22.75%

Color #C593BD in popluar number systems.

HEX C5 93 BD
Decimal 197 147 189
Binary 11000101 10010011 10111101
Octal 305 223 275

Shades and tints

Shades of #C593BD

#C593BD
(197,147,189)
#B486AC
(180,134,172)
#A3799B
(163,121,155)
#926C8A
(146,108,138)
#815F79
(129,95,121)
#705268
(112,82,104)
#5F4557
(95,69,87)
#4E3846
(78,56,70)
#3D2B35
(61,43,53)
#2C1E24
(44,30,36)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #C593BD

#C593BD
(197,147,189)
#CA9CC3
(202,156,195)
#CFA5C9
(207,165,201)
#D4AECF
(212,174,207)
#D9B7D5
(217,183,213)
#DEC0DB
(222,192,219)
#E3C9E1
(227,201,225)
#E8D2E7
(232,210,231)
#EDDBED
(237,219,237)
#F2E4F3
(242,228,243)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C593BD; }

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

This text font color is #C593BD.

Background Color

.myBgColor { background-color: #C593BD; }

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

This div background color is #C593BD.

Border color

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

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

This div border color is #C593BD.

Opacity

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

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

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

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

This text has shadow with #C593BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C593BD.

Preview

Color preview on black background

This text has color #C593BD on black background.


Color preview on white background

This text has color #C593BD on white background.


Black color preview on #C593BD background

This text has black color on #C593BD background.


White color preview on #C593BD background

This text has white color on #C593BD background.


Related colors

Complementary color

Complementary color for #hex is #3A6C42.


I love getcolorcode.com

Triadic colors

1 #BDC593 and #93BDC5 with #C593BD are triadic colors.

2 #BD93C5 and #93C5BD with #C593BD are triadic colors.