COLOR #C58B88

HEX: #C58B88 RGB: (197,139,136)

Color info

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

RGB color model

#C58B88 color RGB value is (197,139,136).

RGB: (197,139,136) (77%, 55%, 53%)

RGB channels and saturation

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

197
139
136

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

Portions of RGB colors in percentages

R + G + B = 197 + 139 + 136 = 472 (100%)
R 197 of 472 ~ 41.74%
G 139 of 472 ~ 29.45%
B 136 of 472 ~ 28.81'%

%41.74
%29.45
%28.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.44%
  • 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
%29.44
%30.96
%22.75

Codes

Color #C58B88 in popluar color models

C5 8B 88
RGB 197 139 136
HSL 34.46% 65.29%
HSB/HSV 30.96% 77.25%
CMYK 0.00% 29.44% 30.96%
22.75%

Color #C58B88 in popluar number systems.

HEX C5 8B 88
Decimal 197 139 136
Binary 11000101 10001011 10001000
Octal 305 213 210

Shades and tints

Shades of #C58B88

#C58B88
(197,139,136)
#B47F7C
(180,127,124)
#A37370
(163,115,112)
#926764
(146,103,100)
#815B58
(129,91,88)
#704F4C
(112,79,76)
#5F4340
(95,67,64)
#4E3734
(78,55,52)
#3D2B28
(61,43,40)
#2C1F1C
(44,31,28)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #C58B88

#C58B88
(197,139,136)
#CA9592
(202,149,146)
#CF9F9C
(207,159,156)
#D4A9A6
(212,169,166)
#D9B3B0
(217,179,176)
#DEBDBA
(222,189,186)
#E3C7C4
(227,199,196)
#E8D1CE
(232,209,206)
#EDDBD8
(237,219,216)
#F2E5E2
(242,229,226)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58B88; }

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

This text font color is #C58B88.

Background Color

.myBgColor { background-color: #C58B88; }

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

This div background color is #C58B88.

Border color

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

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

This div border color is #C58B88.

Opacity

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

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

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

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

This text has shadow with #C58B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58B88.

Preview

Color preview on black background

This text has color #C58B88 on black background.


Color preview on white background

This text has color #C58B88 on white background.


Black color preview on #C58B88 background

This text has black color on #C58B88 background.


White color preview on #C58B88 background

This text has white color on #C58B88 background.


Related colors

Complementary color

Complementary color for #hex is #3A7477.


I love getcolorcode.com

Triadic colors

1 #88C58B and #8B88C5 with #C58B88 are triadic colors.

2 #888BC5 and #8BC588 with #C58B88 are triadic colors.