COLOR #C57B5A

HEX: #C57B5A RGB: (197,123,90)

Color info

#C57B5A contains mainly red color. Web safe color of #C57B5A is #CC6666 (or #C66).

RGB color model

#C57B5A color RGB value is (197,123,90).

RGB: (197,123,90) (77%, 48%, 35%)

RGB channels and saturation

R 197 of 255 = 77%
G 123 of 255 = 48%
B 90 of 255 = 35%

197
123
90

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

Portions of RGB colors in percentages

R + G + B = 197 + 123 + 90 = 410 (100%)
R 197 of 410 ~ 48.05%
G 123 of 410 ~ 30%
B 90 of 410 ~ 21.95'%

%48.05
%30
%21.95

CMYK color model

#C57B5A color CMYK value is (0,38,54,23).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 54.31%
  • key color value is 22.75%

CMYK: (0,38,54,23)
C0M38Y54K23 (0%, 38%, 54%, 23%)
(0.00 / 0.38 / 0.54 / 0.23)

CMYK percentages

%0
%37.56
%54.31
%22.75

Codes

Color #C57B5A in popluar color models

C5 7B 5A
RGB 197 123 90
HSL 19° 47.98% 56.27%
HSB/HSV 19° 54.31% 77.25%
CMYK 0.00% 37.56% 54.31%
22.75%

Color #C57B5A in popluar number systems.

HEX C5 7B 5A
Decimal 197 123 90
Binary 11000101 1111011 1011010
Octal 305 173 132

Shades and tints

Shades of #C57B5A

#C57B5A
(197,123,90)
#B47052
(180,112,82)
#A3654A
(163,101,74)
#925A42
(146,90,66)
#814F3A
(129,79,58)
#704432
(112,68,50)
#5F392A
(95,57,42)
#4E2E22
(78,46,34)
#3D231A
(61,35,26)
#2C1812
(44,24,18)
#1B0D0A
(27,13,10)
#000000
(0,0,0)

Tints of #C57B5A

#C57B5A
(197,123,90)
#CA8769
(202,135,105)
#CF9378
(207,147,120)
#D49F87
(212,159,135)
#D9AB96
(217,171,150)
#DEB7A5
(222,183,165)
#E3C3B4
(227,195,180)
#E8CFC3
(232,207,195)
#EDDBD2
(237,219,210)
#F2E7E1
(242,231,225)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57B5A color. Also use rgb(197,123,90) instead hex code.

Text Font Color

.myTextColor { color: #C57B5A; }

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

This text font color is #C57B5A.

Background Color

.myBgColor { background-color: #C57B5A; }

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

This div background color is #C57B5A.

Border color

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

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

This div border color is #C57B5A.

Opacity

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

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

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

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

This text has shadow with #C57B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57B5A.

Preview

Color preview on black background

This text has color #C57B5A on black background.


Color preview on white background

This text has color #C57B5A on white background.


Black color preview on #C57B5A background

This text has black color on #C57B5A background.


White color preview on #C57B5A background

This text has white color on #C57B5A background.


Related colors

Complementary color

Complementary color for #hex is #3A84A5.


I love getcolorcode.com

Triadic colors

1 #5AC57B and #7B5AC5 with #C57B5A are triadic colors.

2 #5A7BC5 and #7BC55A with #C57B5A are triadic colors.