COLOR #C58FAF

HEX: #C58FAF
RGB: (197,143,175)

Color info

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

RGB color model

#C58FAF color RGB value is (197,143,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 175 of 255 = 69%

197
143
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 175 = 515 (100%)
R 197 of 515 ~ 38.25%
G 143 of 515 ~ 27.77%
B 175 of 515 ~ 33.98%

%38.25
%27.77
%33.98

CMYK color model

#C58FAF color CMYK value is (0,27,11,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,27,11,23)
C0M27Y11K23 
(0%,27%,11%,23%)
(0.00/0.27/0.11/0.23)	

CMYK percentages

%0
%27.41
%11.17
%22.75

Codes

Color #C58FAF in popluar color models

C58FAF
RGB197143175
HSL324°31.76%66.67%
HSB/HSV324°27.41%77.25%
CMYK0.00%27.41%11.17%
22.75%

Color #C58FAF in popluar number systems.

HEXC58FAF
Decimal197143175
Binary110001011000111110101111
Octal305217257

Shades and tints

Shades of #C58FAF

#C58FAF
(197,143,175)
#B482A0
(180,130,160)
#A37591
(163,117,145)
#926882
(146,104,130)
#815B73
(129,91,115)
#704E64
(112,78,100)
#5F4155
(95,65,85)
#4E3446
(78,52,70)
#3D2737
(61,39,55)
#2C1A28
(44,26,40)
#1B0D19
(27,13,25)
#000000
(0,0,0)

Tints of #C58FAF

#C58FAF
(197,143,175)
#CA99B6
(202,153,182)
#CFA3BD
(207,163,189)
#D4ADC4
(212,173,196)
#D9B7CB
(217,183,203)
#DEC1D2
(222,193,210)
#E3CBD9
(227,203,217)
#E8D5E0
(232,213,224)
#EDDFE7
(237,223,231)
#F2E9EE
(242,233,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58FAF; }

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

This text font color is #C58FAF.


Background Color

.myBgColor { background-color: #C58FAF; }

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

This div background color is #C58FAF.


Border color

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

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

This div border color is #C58FAF.


Opacity

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

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

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

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

This text has shadow with #C58FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58FAF on black background.


Color preview on white background

This text has color #C58FAF on white background.



Black color preview on #C58FAF background

This text has black color on #C58FAF background.


White color preview on #C58FAF background

This text has white color on #C58FAF background.