COLOR #C58CAF

HEX: #C58CAF
RGB: (197,140,175)

Color info

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

RGB color model

#C58CAF color RGB value is (197,140,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 175 of 255 = 69%

197
140
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 140 + 175 = 512 (100%)
R 197 of 512 ~ 38.48%
G 140 of 512 ~ 27.34%
B 175 of 512 ~ 34.18%

%38.48
%27.34
%34.18

CMYK color model

#C58CAF color CMYK value is (0,29,11,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,29,11,23)
C0M29Y11K23 
(0%,29%,11%,23%)
(0.00/0.29/0.11/0.23)	

CMYK percentages

%0
%28.93
%11.17
%22.75

Codes

Color #C58CAF in popluar color models

C58CAF
RGB197140175
HSL323°32.95%66.08%
HSB/HSV323°28.93%77.25%
CMYK0.00%28.93%11.17%
22.75%

Color #C58CAF in popluar number systems.

HEXC58CAF
Decimal197140175
Binary110001011000110010101111
Octal305214257

Shades and tints

Shades of #C58CAF

#C58CAF
(197,140,175)
#B480A0
(180,128,160)
#A37491
(163,116,145)
#926882
(146,104,130)
#815C73
(129,92,115)
#705064
(112,80,100)
#5F4455
(95,68,85)
#4E3846
(78,56,70)
#3D2C37
(61,44,55)
#2C2028
(44,32,40)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C58CAF

#C58CAF
(197,140,175)
#CA96B6
(202,150,182)
#CFA0BD
(207,160,189)
#D4AAC4
(212,170,196)
#D9B4CB
(217,180,203)
#DEBED2
(222,190,210)
#E3C8D9
(227,200,217)
#E8D2E0
(232,210,224)
#EDDCE7
(237,220,231)
#F2E6EE
(242,230,238)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58CAF; }

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

This text font color is #C58CAF.


Background Color

.myBgColor { background-color: #C58CAF; }

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

This div background color is #C58CAF.


Border color

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

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

This div border color is #C58CAF.


Opacity

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

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

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

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

This text has shadow with #C58CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58CAF on black background.


Color preview on white background

This text has color #C58CAF on white background.



Black color preview on #C58CAF background

This text has black color on #C58CAF background.


White color preview on #C58CAF background

This text has white color on #C58CAF background.