COLOR #C58C81

HEX: #C58C81 RGB: (197,140,129)

Color info

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

RGB color model

#C58C81 color RGB value is (197,140,129).

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

RGB channels and saturation

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

197
140
129

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

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 129 = 466 (100%)
R 197 of 466 ~ 42.27%
G 140 of 466 ~ 30.04%
B 129 of 466 ~ 27.68'%

%42.27
%30.04
%27.68

CMYK color model

#C58C81 color CMYK value is (0,29,35,23).

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

CMYK: (0,29,35,23)
C0M29Y35K23 (0%, 29%, 35%, 23%)
(0.00 / 0.29 / 0.35 / 0.23)

CMYK percentages

%0
%28.93
%34.52
%22.75

Codes

Color #C58C81 in popluar color models

C5 8C 81
RGB 197 140 129
HSL 10° 36.96% 63.92%
HSB/HSV 10° 34.52% 77.25%
CMYK 0.00% 28.93% 34.52%
22.75%

Color #C58C81 in popluar number systems.

HEX C5 8C 81
Decimal 197 140 129
Binary 11000101 10001100 10000001
Octal 305 214 201

Shades and tints

Shades of #C58C81

#C58C81
(197,140,129)
#B48076
(180,128,118)
#A3746B
(163,116,107)
#926860
(146,104,96)
#815C55
(129,92,85)
#70504A
(112,80,74)
#5F443F
(95,68,63)
#4E3834
(78,56,52)
#3D2C29
(61,44,41)
#2C201E
(44,32,30)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C58C81

#C58C81
(197,140,129)
#CA968C
(202,150,140)
#CFA097
(207,160,151)
#D4AAA2
(212,170,162)
#D9B4AD
(217,180,173)
#DEBEB8
(222,190,184)
#E3C8C3
(227,200,195)
#E8D2CE
(232,210,206)
#EDDCD9
(237,220,217)
#F2E6E4
(242,230,228)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58C81; }

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

This text font color is #C58C81.

Background Color

.myBgColor { background-color: #C58C81; }

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

This div background color is #C58C81.

Border color

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

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

This div border color is #C58C81.

Opacity

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

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

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

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

This text has shadow with #C58C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58C81.

Preview

Color preview on black background

This text has color #C58C81 on black background.


Color preview on white background

This text has color #C58C81 on white background.


Black color preview on #C58C81 background

This text has black color on #C58C81 background.


White color preview on #C58C81 background

This text has white color on #C58C81 background.


Related colors

Complementary color

Complementary color for #hex is #3A737E.


I love getcolorcode.com

Triadic colors

1 #81C58C and #8C81C5 with #C58C81 are triadic colors.

2 #818CC5 and #8CC581 with #C58C81 are triadic colors.