COLOR #C58F7E

HEX: #C58F7E RGB: (197,143,126)

Color info

#C58F7E contains mainly red and green colors. Web safe color of #C58F7E is #CC9966 (or #C96).

RGB color model

#C58F7E color RGB value is (197,143,126).

RGB: (197,143,126) (77%, 56%, 49%)

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 126 of 255 = 49%

197
143
126

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

Portions of RGB colors in percentages

R + G + B = 197 + 143 + 126 = 466 (100%)
R 197 of 466 ~ 42.27%
G 143 of 466 ~ 30.69%
B 126 of 466 ~ 27.04'%

%42.27
%30.69
%27.04

CMYK color model

#C58F7E color CMYK value is (0,27,36,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 36.04%
  • key color value is 22.75%

CMYK: (0,27,36,23)
C0M27Y36K23 (0%, 27%, 36%, 23%)
(0.00 / 0.27 / 0.36 / 0.23)

CMYK percentages

%0
%27.41
%36.04
%22.75

Codes

Color #C58F7E in popluar color models

C5 8F 7E
RGB 197 143 126
HSL 14° 37.97% 63.33%
HSB/HSV 14° 36.04% 77.25%
CMYK 0.00% 27.41% 36.04%
22.75%

Color #C58F7E in popluar number systems.

HEX C5 8F 7E
Decimal 197 143 126
Binary 11000101 10001111 1111110
Octal 305 217 176

Shades and tints

Shades of #C58F7E

#C58F7E
(197,143,126)
#B48273
(180,130,115)
#A37568
(163,117,104)
#92685D
(146,104,93)
#815B52
(129,91,82)
#704E47
(112,78,71)
#5F413C
(95,65,60)
#4E3431
(78,52,49)
#3D2726
(61,39,38)
#2C1A1B
(44,26,27)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #C58F7E

#C58F7E
(197,143,126)
#CA9989
(202,153,137)
#CFA394
(207,163,148)
#D4AD9F
(212,173,159)
#D9B7AA
(217,183,170)
#DEC1B5
(222,193,181)
#E3CBC0
(227,203,192)
#E8D5CB
(232,213,203)
#EDDFD6
(237,223,214)
#F2E9E1
(242,233,225)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58F7E color. Also use rgb(197,143,126) instead hex code.

Text Font Color

.myTextColor { color: #C58F7E; }

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

This text font color is #C58F7E.

Background Color

.myBgColor { background-color: #C58F7E; }

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

This div background color is #C58F7E.

Border color

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

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

This div border color is #C58F7E.

Opacity

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

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

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

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

This text has shadow with #C58F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58F7E.

Preview

Color preview on black background

This text has color #C58F7E on black background.


Color preview on white background

This text has color #C58F7E on white background.


Black color preview on #C58F7E background

This text has black color on #C58F7E background.


White color preview on #C58F7E background

This text has white color on #C58F7E background.


Related colors

Complementary color

Complementary color for #hex is #3A7081.


I love getcolorcode.com

Triadic colors

1 #7EC58F and #8F7EC5 with #C58F7E are triadic colors.

2 #7E8FC5 and #8FC57E with #C58F7E are triadic colors.