COLOR #C58DA1

HEX: #C58DA1 RGB: (197,141,161)

Color info

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

RGB color model

#C58DA1 color RGB value is (197,141,161).

RGB: (197,141,161) (77%, 55%, 63%)

RGB channels and saturation

R 197 of 255 = 77%
G 141 of 255 = 55%
B 161 of 255 = 63%

197
141
161

R + G + B ~ 65%. #C58DA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 141 + 161 = 499 (100%)
R 197 of 499 ~ 39.48%
G 141 of 499 ~ 28.26%
B 161 of 499 ~ 32.26'%

%39.48
%28.26
%32.26

CMYK color model

#C58DA1 color CMYK value is (0,28,18,23).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 18.27%
  • key color value is 22.75%

CMYK: (0,28,18,23)
C0M28Y18K23 (0%, 28%, 18%, 23%)
(0.00 / 0.28 / 0.18 / 0.23)

CMYK percentages

%0
%28.43
%18.27
%22.75

Codes

Color #C58DA1 in popluar color models

C5 8D A1
RGB 197 141 161
HSL 339° 32.56% 66.27%
HSB/HSV 339° 28.43% 77.25%
CMYK 0.00% 28.43% 18.27%
22.75%

Color #C58DA1 in popluar number systems.

HEX C5 8D A1
Decimal 197 141 161
Binary 11000101 10001101 10100001
Octal 305 215 241

Shades and tints

Shades of #C58DA1

#C58DA1
(197,141,161)
#B48193
(180,129,147)
#A37585
(163,117,133)
#926977
(146,105,119)
#815D69
(129,93,105)
#70515B
(112,81,91)
#5F454D
(95,69,77)
#4E393F
(78,57,63)
#3D2D31
(61,45,49)
#2C2123
(44,33,35)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C58DA1

#C58DA1
(197,141,161)
#CA97A9
(202,151,169)
#CFA1B1
(207,161,177)
#D4ABB9
(212,171,185)
#D9B5C1
(217,181,193)
#DEBFC9
(222,191,201)
#E3C9D1
(227,201,209)
#E8D3D9
(232,211,217)
#EDDDE1
(237,221,225)
#F2E7E9
(242,231,233)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58DA1 color. Also use rgb(197,141,161) instead hex code.

Text Font Color

.myTextColor { color: #C58DA1; }

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

This text font color is #C58DA1.

Background Color

.myBgColor { background-color: #C58DA1; }

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

This div background color is #C58DA1.

Border color

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

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

This div border color is #C58DA1.

Opacity

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

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

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

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

This text has shadow with #C58DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58DA1.

Preview

Color preview on black background

This text has color #C58DA1 on black background.


Color preview on white background

This text has color #C58DA1 on white background.


Black color preview on #C58DA1 background

This text has black color on #C58DA1 background.


White color preview on #C58DA1 background

This text has white color on #C58DA1 background.


Related colors

Complementary color

Complementary color for #hex is #3A725E.


I love getcolorcode.com

Triadic colors

1 #A1C58D and #8DA1C5 with #C58DA1 are triadic colors.

2 #A18DC5 and #8DC5A1 with #C58DA1 are triadic colors.