COLOR #C58C94

HEX: #C58C94 RGB: (197,140,148)

Color info

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

RGB color model

#C58C94 color RGB value is (197,140,148).

RGB: (197,140,148) (77%, 55%, 58%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 148 of 255 = 58%

197
140
148

R + G + B ~ 63%. #C58C94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 148 = 485 (100%)
R 197 of 485 ~ 40.62%
G 140 of 485 ~ 28.87%
B 148 of 485 ~ 30.52'%

%40.62
%28.87
%30.52

CMYK color model

#C58C94 color CMYK value is (0,29,25,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 24.87%
  • key color value is 22.75%
CMYK: (0,29,25,23) C0M29Y25K23 (0%,29%,25%,23%) (0.00/0.29/0.25/0.23) 

CMYK percentages

%0
%28.93
%24.87
%22.75

Codes

Color #C58C94 in popluar color models

C5 8C 94
RGB 197 140 148
HSL 352° 32.95% 66.08%
HSB/HSV 352° 28.93% 77.25%
CMYK 0.00% 28.93% 24.87%
22.75%

Color #C58C94 in popluar number systems.

HEX C5 8C 94
Decimal 197 140 148
Binary 11000101 10001100 10010100
Octal 305 214 224

Shades and tints

Shades of #C58C94

#C58C94
(197,140,148)
#B48087
(180,128,135)
#A3747A
(163,116,122)
#92686D
(146,104,109)
#815C60
(129,92,96)
#705053
(112,80,83)
#5F4446
(95,68,70)
#4E3839
(78,56,57)
#3D2C2C
(61,44,44)
#2C201F
(44,32,31)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C58C94

#C58C94
(197,140,148)
#CA969D
(202,150,157)
#CFA0A6
(207,160,166)
#D4AAAF
(212,170,175)
#D9B4B8
(217,180,184)
#DEBEC1
(222,190,193)
#E3C8CA
(227,200,202)
#E8D2D3
(232,210,211)
#EDDCDC
(237,220,220)
#F2E6E5
(242,230,229)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58C94; }

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

This text font color is #C58C94.

Background Color

.myBgColor { background-color: #C58C94; }

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

This div background color is #C58C94.

Border color

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

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

This div border color is #C58C94.

Opacity

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

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

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

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

This text has shadow with #C58C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58C94.

Preview

Color preview on black background

This text has color #C58C94 on black background.


Color preview on white background

This text has color #C58C94 on white background.


Black color preview on #C58C94 background

This text has black color on #C58C94 background.


White color preview on #C58C94 background

This text has white color on #C58C94 background.


Related colors

Complementary color

Complementary color for #hex is #3A736B.


I love getcolorcode.com

Triadic colors

1 #94C58C and #8C94C5 with #C58C94 are triadic colors.

2 #948CC5 and #8CC594 with #C58C94 are triadic colors.