COLOR #C58CAD

HEX: #C58CAD
RGB: (197,140,173)

Color info

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

RGB color model

#C58CAD color RGB value is (197,140,173).

  • red value is 197;
  • green value is 140;
  • blue value is 173.
RGB:
(197,140,173)
(77%,55%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 173 of 255 = 68%

197
140
173

R + G + B ~ 67%. #C58CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 140 + 173 = 510 (100%)
R 197 of 510 ~ 38.63%
G 140 of 510 ~ 27.45%
B 173 of 510 ~ 33.92%

%38.63
%27.45
%33.92

CMYK color model

#C58CAD color CMYK value is (0,29,12,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,29,12,23)
C0M29Y12K23 
(0%,29%,12%,23%)
(0.00/0.29/0.12/0.23)	

CMYK percentages

%0
%28.93
%12.18
%22.75

Codes

Color #C58CAD in popluar color models

C58CAD
RGB197140173
HSL325°32.95%66.08%
HSB/HSV325°28.93%77.25%
CMYK0.00%28.93%12.18%
22.75%

Color #C58CAD in popluar number systems.

HEXC58CAD
Decimal197140173
Binary110001011000110010101101
Octal305214255

Shades and tints

Shades of #C58CAD

#C58CAD
(197,140,173)
#B4809E
(180,128,158)
#A3748F
(163,116,143)
#926880
(146,104,128)
#815C71
(129,92,113)
#705062
(112,80,98)
#5F4453
(95,68,83)
#4E3844
(78,56,68)
#3D2C35
(61,44,53)
#2C2026
(44,32,38)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C58CAD

#C58CAD
(197,140,173)
#CA96B4
(202,150,180)
#CFA0BB
(207,160,187)
#D4AAC2
(212,170,194)
#D9B4C9
(217,180,201)
#DEBED0
(222,190,208)
#E3C8D7
(227,200,215)
#E8D2DE
(232,210,222)
#EDDCE5
(237,220,229)
#F2E6EC
(242,230,236)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58CAD; }

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

This text font color is #C58CAD.


Background Color

.myBgColor { background-color: #C58CAD; }

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

This div background color is #C58CAD.


Border color

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

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

This div border color is #C58CAD.


Opacity

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

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

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

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

This text has shadow with #C58CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58CAD on black background.


Color preview on white background

This text has color #C58CAD on white background.



Black color preview on #C58CAD background

This text has black color on #C58CAD background.


White color preview on #C58CAD background

This text has white color on #C58CAD background.