COLOR #C58779

HEX: #C58779
RGB: (197,135,121)

Color info

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

RGB color model

#C58779 color RGB value is (197,135,121).

  • red value is 197;
  • green value is 135;
  • blue value is 121.
RGB:
(197,135,121)
(77%,53%,47%)

RGB channels and saturation

R 197 of 255 = 77%
G 135 of 255 = 53%
B 121 of 255 = 47%

197
135
121

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

Portions of RGB colors in percentages

R + G + B =
197 + 135 + 121 = 453 (100%)
R 197 of 453 ~ 43.49%
G 135 of 453 ~ 29.8%
B 121 of 453 ~ 26.71%

%43.49
%29.8
%26.71

CMYK color model

#C58779 color CMYK value is (0,31,39,23).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 38.58%
  • key color value is 22.75%
CMYK:
(0,31,39,23)
C0M31Y39K23 
(0%,31%,39%,23%)
(0.00/0.31/0.39/0.23)	

CMYK percentages

%0
%31.47
%38.58
%22.75

Codes

Color #C58779 in popluar color models

C58779
RGB197135121
HSL11°39.58%62.35%
HSB/HSV11°38.58%77.25%
CMYK0.00%31.47%38.58%
22.75%

Color #C58779 in popluar number systems.

HEXC58779
Decimal197135121
Binary11000101100001111111001
Octal305207171

Shades and tints

Shades of #C58779

#C58779
(197,135,121)
#B47B6E
(180,123,110)
#A36F63
(163,111,99)
#926358
(146,99,88)
#81574D
(129,87,77)
#704B42
(112,75,66)
#5F3F37
(95,63,55)
#4E332C
(78,51,44)
#3D2721
(61,39,33)
#2C1B16
(44,27,22)
#1B0F0B
(27,15,11)
#000000
(0,0,0)

Tints of #C58779

#C58779
(197,135,121)
#CA9185
(202,145,133)
#CF9B91
(207,155,145)
#D4A59D
(212,165,157)
#D9AFA9
(217,175,169)
#DEB9B5
(222,185,181)
#E3C3C1
(227,195,193)
#E8CDCD
(232,205,205)
#EDD7D9
(237,215,217)
#F2E1E5
(242,225,229)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58779 color. Also use rgb(197,135,121) instead hex code.

Text Font Color

.myTextColor { color: #C58779; }

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

This text font color is #C58779.


Background Color

.myBgColor { background-color: #C58779; }

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

This div background color is #C58779.


Border color

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

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

This div border color is #C58779.


Opacity

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

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

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

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

This text has shadow with #C58779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58779 on black background.


Color preview on white background

This text has color #C58779 on white background.



Black color preview on #C58779 background

This text has black color on #C58779 background.


White color preview on #C58779 background

This text has white color on #C58779 background.