COLOR #C58FA2

HEX: #C58FA2 RGB: (197,143,162)

Color info

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

RGB color model

#C58FA2 color RGB value is (197,143,162).

RGB: (197,143,162) (77%, 56%, 64%)

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 162 of 255 = 64%

197
143
162

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

Portions of RGB colors in percentages

R + G + B = 197 + 143 + 162 = 502 (100%)
R 197 of 502 ~ 39.24%
G 143 of 502 ~ 28.49%
B 162 of 502 ~ 32.27'%

%39.24
%28.49
%32.27

CMYK color model

#C58FA2 color CMYK value is (0,27,18,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 17.77%
  • key color value is 22.75%

CMYK: (0,27,18,23)
C0M27Y18K23 (0%, 27%, 18%, 23%)
(0.00 / 0.27 / 0.18 / 0.23)

CMYK percentages

%0
%27.41
%17.77
%22.75

Codes

Color #C58FA2 in popluar color models

C5 8F A2
RGB 197 143 162
HSL 339° 31.76% 66.67%
HSB/HSV 339° 27.41% 77.25%
CMYK 0.00% 27.41% 17.77%
22.75%

Color #C58FA2 in popluar number systems.

HEX C5 8F A2
Decimal 197 143 162
Binary 11000101 10001111 10100010
Octal 305 217 242

Shades and tints

Shades of #C58FA2

#C58FA2
(197,143,162)
#B48294
(180,130,148)
#A37586
(163,117,134)
#926878
(146,104,120)
#815B6A
(129,91,106)
#704E5C
(112,78,92)
#5F414E
(95,65,78)
#4E3440
(78,52,64)
#3D2732
(61,39,50)
#2C1A24
(44,26,36)
#1B0D16
(27,13,22)
#000000
(0,0,0)

Tints of #C58FA2

#C58FA2
(197,143,162)
#CA99AA
(202,153,170)
#CFA3B2
(207,163,178)
#D4ADBA
(212,173,186)
#D9B7C2
(217,183,194)
#DEC1CA
(222,193,202)
#E3CBD2
(227,203,210)
#E8D5DA
(232,213,218)
#EDDFE2
(237,223,226)
#F2E9EA
(242,233,234)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58FA2; }

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

This text font color is #C58FA2.

Background Color

.myBgColor { background-color: #C58FA2; }

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

This div background color is #C58FA2.

Border color

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

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

This div border color is #C58FA2.

Opacity

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

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

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

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

This text has shadow with #C58FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58FA2.

Preview

Color preview on black background

This text has color #C58FA2 on black background.


Color preview on white background

This text has color #C58FA2 on white background.


Black color preview on #C58FA2 background

This text has black color on #C58FA2 background.


White color preview on #C58FA2 background

This text has white color on #C58FA2 background.


Related colors

Complementary color

Complementary color for #hex is #3A705D.


I love getcolorcode.com

Triadic colors

1 #A2C58F and #8FA2C5 with #C58FA2 are triadic colors.

2 #A28FC5 and #8FC5A2 with #C58FA2 are triadic colors.