COLOR #C58176

HEX: #C58176 RGB: (197,129,118)

Color info

#C58176 contains mainly red color. Web safe color of #C58176 is #CC9966 (or #C96).

RGB color model

#C58176 color RGB value is (197,129,118).

RGB: (197,129,118) (77%, 51%, 46%)

RGB channels and saturation

R 197 of 255 = 77%
G 129 of 255 = 51%
B 118 of 255 = 46%

197
129
118

R + G + B ~ 58%. #C58176 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 197 + 129 + 118 = 444 (100%)
R 197 of 444 ~ 44.37%
G 129 of 444 ~ 29.05%
B 118 of 444 ~ 26.58'%

%44.37
%29.05
%26.58

CMYK color model

#C58176 color CMYK value is (0,35,40,23).

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

CMYK: (0,35,40,23)
C0M35Y40K23 (0%, 35%, 40%, 23%)
(0.00 / 0.35 / 0.40 / 0.23)

CMYK percentages

%0
%34.52
%40.1
%22.75

Codes

Color #C58176 in popluar color models

C5 81 76
RGB 197 129 118
HSL 40.51% 61.76%
HSB/HSV 40.10% 77.25%
CMYK 0.00% 34.52% 40.10%
22.75%

Color #C58176 in popluar number systems.

HEX C5 81 76
Decimal 197 129 118
Binary 11000101 10000001 1110110
Octal 305 201 166

Shades and tints

Shades of #C58176

#C58176
(197,129,118)
#B4766C
(180,118,108)
#A36B62
(163,107,98)
#926058
(146,96,88)
#81554E
(129,85,78)
#704A44
(112,74,68)
#5F3F3A
(95,63,58)
#4E3430
(78,52,48)
#3D2926
(61,41,38)
#2C1E1C
(44,30,28)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C58176

#C58176
(197,129,118)
#CA8C82
(202,140,130)
#CF978E
(207,151,142)
#D4A29A
(212,162,154)
#D9ADA6
(217,173,166)
#DEB8B2
(222,184,178)
#E3C3BE
(227,195,190)
#E8CECA
(232,206,202)
#EDD9D6
(237,217,214)
#F2E4E2
(242,228,226)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58176; }

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

This text font color is #C58176.

Background Color

.myBgColor { background-color: #C58176; }

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

This div background color is #C58176.

Border color

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

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

This div border color is #C58176.

Opacity

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

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

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

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

This text has shadow with #C58176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58176.

Preview

Color preview on black background

This text has color #C58176 on black background.


Color preview on white background

This text has color #C58176 on white background.


Black color preview on #C58176 background

This text has black color on #C58176 background.


White color preview on #C58176 background

This text has white color on #C58176 background.


Related colors

Complementary color

Complementary color for #hex is #3A7E89.


I love getcolorcode.com

Triadic colors

1 #76C581 and #8176C5 with #C58176 are triadic colors.

2 #7681C5 and #81C576 with #C58176 are triadic colors.