COLOR #C58FA6

HEX: #C58FA6
RGB: (197,143,166)

Color info

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

RGB color model

#C58FA6 color RGB value is (197,143,166).

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

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 166 of 255 = 65%

197
143
166

R + G + B ~ 66%. #C58FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 166 = 506 (100%)
R 197 of 506 ~ 38.93%
G 143 of 506 ~ 28.26%
B 166 of 506 ~ 32.81%

%38.93
%28.26
%32.81

CMYK color model

#C58FA6 color CMYK value is (0,27,16,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(0,27,16,23)
C0M27Y16K23 
(0%,27%,16%,23%)
(0.00/0.27/0.16/0.23)	

CMYK percentages

%0
%27.41
%15.74
%22.75

Codes

Color #C58FA6 in popluar color models

C58FA6
RGB197143166
HSL334°31.76%66.67%
HSB/HSV334°27.41%77.25%
CMYK0.00%27.41%15.74%
22.75%

Color #C58FA6 in popluar number systems.

HEXC58FA6
Decimal197143166
Binary110001011000111110100110
Octal305217246

Shades and tints

Shades of #C58FA6

#C58FA6
(197,143,166)
#B48297
(180,130,151)
#A37588
(163,117,136)
#926879
(146,104,121)
#815B6A
(129,91,106)
#704E5B
(112,78,91)
#5F414C
(95,65,76)
#4E343D
(78,52,61)
#3D272E
(61,39,46)
#2C1A1F
(44,26,31)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #C58FA6

#C58FA6
(197,143,166)
#CA99AE
(202,153,174)
#CFA3B6
(207,163,182)
#D4ADBE
(212,173,190)
#D9B7C6
(217,183,198)
#DEC1CE
(222,193,206)
#E3CBD6
(227,203,214)
#E8D5DE
(232,213,222)
#EDDFE6
(237,223,230)
#F2E9EE
(242,233,238)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58FA6; }

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

This text font color is #C58FA6.


Background Color

.myBgColor { background-color: #C58FA6; }

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

This div background color is #C58FA6.


Border color

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

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

This div border color is #C58FA6.


Opacity

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

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

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

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

This text has shadow with #C58FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58FA6 on black background.


Color preview on white background

This text has color #C58FA6 on white background.



Black color preview on #C58FA6 background

This text has black color on #C58FA6 background.


White color preview on #C58FA6 background

This text has white color on #C58FA6 background.