COLOR #C493B8

HEX: #C493B8 RGB: (196,147,184)

Color info

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

RGB color model

#C493B8 color RGB value is (196,147,184).

RGB: (196,147,184) (77%, 58%, 72%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 184 of 255 = 72%

196
147
184

R + G + B ~ 69%. #C493B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 147 + 184 = 527 (100%)
R 196 of 527 ~ 37.19%
G 147 of 527 ~ 27.89%
B 184 of 527 ~ 34.91'%

%37.19
%27.89
%34.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 6.12%
  • key color value is 23.14%

CMYK: (0,25,6,23)
C0M25Y6K23 (0%, 25%, 6%, 23%)
(0.00 / 0.25 / 0.06 / 0.23)

CMYK percentages

%0
%25
%6.12
%23.14

Codes

Color #C493B8 in popluar color models

C4 93 B8
RGB 196 147 184
HSL 315° 29.34% 67.25%
HSB/HSV 315° 25.00% 76.86%
CMYK 0.00% 25.00% 6.12%
23.14%

Color #C493B8 in popluar number systems.

HEX C4 93 B8
Decimal 196 147 184
Binary 11000100 10010011 10111000
Octal 304 223 270

Shades and tints

Shades of #C493B8

#C493B8
(196,147,184)
#B386A8
(179,134,168)
#A27998
(162,121,152)
#916C88
(145,108,136)
#805F78
(128,95,120)
#6F5268
(111,82,104)
#5E4558
(94,69,88)
#4D3848
(77,56,72)
#3C2B38
(60,43,56)
#2B1E28
(43,30,40)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #C493B8

#C493B8
(196,147,184)
#C99CBE
(201,156,190)
#CEA5C4
(206,165,196)
#D3AECA
(211,174,202)
#D8B7D0
(216,183,208)
#DDC0D6
(221,192,214)
#E2C9DC
(226,201,220)
#E7D2E2
(231,210,226)
#ECDBE8
(236,219,232)
#F1E4EE
(241,228,238)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C493B8 color. Also use rgb(196,147,184) instead hex code.

Text Font Color

.myTextColor { color: #C493B8; }

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

This text font color is #C493B8.

Background Color

.myBgColor { background-color: #C493B8; }

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

This div background color is #C493B8.

Border color

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

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

This div border color is #C493B8.

Opacity

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

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

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

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

This text has shadow with #C493B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C493B8.

Preview

Color preview on black background

This text has color #C493B8 on black background.


Color preview on white background

This text has color #C493B8 on white background.


Black color preview on #C493B8 background

This text has black color on #C493B8 background.


White color preview on #C493B8 background

This text has white color on #C493B8 background.


Related colors

Complementary color

Complementary color for #hex is #3B6C47.


I love getcolorcode.com

Triadic colors

1 #B8C493 and #93B8C4 with #C493B8 are triadic colors.

2 #B893C4 and #93C4B8 with #C493B8 are triadic colors.