COLOR #C58C83

HEX: #C58C83 RGB: (197,140,131)

Color info

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

RGB color model

#C58C83 color RGB value is (197,140,131).

RGB: (197,140,131) (77%, 55%, 51%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 131 of 255 = 51%

197
140
131

R + G + B ~ 61%. #C58C83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 131 = 468 (100%)
R 197 of 468 ~ 42.09%
G 140 of 468 ~ 29.91%
B 131 of 468 ~ 27.99'%

%42.09
%29.91
%27.99

CMYK color model

#C58C83 color CMYK value is (0,29,34,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 33.50%
  • key color value is 22.75%

CMYK: (0,29,34,23)
C0M29Y34K23 (0%, 29%, 34%, 23%)
(0.00 / 0.29 / 0.34 / 0.23)

CMYK percentages

%0
%28.93
%33.5
%22.75

Codes

Color #C58C83 in popluar color models

C5 8C 83
RGB 197 140 131
HSL 36.26% 64.31%
HSB/HSV 33.50% 77.25%
CMYK 0.00% 28.93% 33.50%
22.75%

Color #C58C83 in popluar number systems.

HEX C5 8C 83
Decimal 197 140 131
Binary 11000101 10001100 10000011
Octal 305 214 203

Shades and tints

Shades of #C58C83

#C58C83
(197,140,131)
#B48078
(180,128,120)
#A3746D
(163,116,109)
#926862
(146,104,98)
#815C57
(129,92,87)
#70504C
(112,80,76)
#5F4441
(95,68,65)
#4E3836
(78,56,54)
#3D2C2B
(61,44,43)
#2C2020
(44,32,32)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C58C83

#C58C83
(197,140,131)
#CA968E
(202,150,142)
#CFA099
(207,160,153)
#D4AAA4
(212,170,164)
#D9B4AF
(217,180,175)
#DEBEBA
(222,190,186)
#E3C8C5
(227,200,197)
#E8D2D0
(232,210,208)
#EDDCDB
(237,220,219)
#F2E6E6
(242,230,230)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58C83; }

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

This text font color is #C58C83.

Background Color

.myBgColor { background-color: #C58C83; }

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

This div background color is #C58C83.

Border color

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

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

This div border color is #C58C83.

Opacity

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

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

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

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

This text has shadow with #C58C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58C83.

Preview

Color preview on black background

This text has color #C58C83 on black background.


Color preview on white background

This text has color #C58C83 on white background.


Black color preview on #C58C83 background

This text has black color on #C58C83 background.


White color preview on #C58C83 background

This text has white color on #C58C83 background.


Related colors

Complementary color

Complementary color for #hex is #3A737C.


I love getcolorcode.com

Triadic colors

1 #83C58C and #8C83C5 with #C58C83 are triadic colors.

2 #838CC5 and #8CC583 with #C58C83 are triadic colors.