COLOR #C58C88

HEX: #C58C88
RGB: (197,140,136)

Color info

#C58C88 contains mainly red and green colors. Web safe color of #C58C88 is #CC9999 (or #C99).

RGB color model

#C58C88 color RGB value is (197,140,136).

  • red value is 197;
  • green value is 140;
  • blue value is 136.
RGB:
(197,140,136)
(77%,55%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 136 of 255 = 53%

197
140
136

R + G + B ~ 62%. #C58C88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 140 + 136 = 473 (100%)
R 197 of 473 ~ 41.65%
G 140 of 473 ~ 29.6%
B 136 of 473 ~ 28.75%

%41.65
%29.6
%28.75

CMYK color model

#C58C88 color CMYK value is (0,29,31,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 30.96%
  • key color value is 22.75%
CMYK:
(0,29,31,23)
C0M29Y31K23 
(0%,29%,31%,23%)
(0.00/0.29/0.31/0.23)	

CMYK percentages

%0
%28.93
%30.96
%22.75

Codes

Color #C58C88 in popluar color models

C58C88
RGB197140136
HSL34.46%65.29%
HSB/HSV30.96%77.25%
CMYK0.00%28.93%30.96%
22.75%

Color #C58C88 in popluar number systems.

HEXC58C88
Decimal197140136
Binary110001011000110010001000
Octal305214210

Shades and tints

Shades of #C58C88

#C58C88
(197,140,136)
#B4807C
(180,128,124)
#A37470
(163,116,112)
#926864
(146,104,100)
#815C58
(129,92,88)
#70504C
(112,80,76)
#5F4440
(95,68,64)
#4E3834
(78,56,52)
#3D2C28
(61,44,40)
#2C201C
(44,32,28)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #C58C88

#C58C88
(197,140,136)
#CA9692
(202,150,146)
#CFA09C
(207,160,156)
#D4AAA6
(212,170,166)
#D9B4B0
(217,180,176)
#DEBEBA
(222,190,186)
#E3C8C4
(227,200,196)
#E8D2CE
(232,210,206)
#EDDCD8
(237,220,216)
#F2E6E2
(242,230,226)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58C88; }

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

This text font color is #C58C88.


Background Color

.myBgColor { background-color: #C58C88; }

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

This div background color is #C58C88.


Border color

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

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

This div border color is #C58C88.


Opacity

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

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

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

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

This text has shadow with #C58C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58C88 on black background.


Color preview on white background

This text has color #C58C88 on white background.



Black color preview on #C58C88 background

This text has black color on #C58C88 background.


White color preview on #C58C88 background

This text has white color on #C58C88 background.