COLOR #C58682

HEX: #C58682 RGB: (197,134,130)

Color info

#C58682 contains mainly red color. Web safe color of #C58682 is #CC9999 (or #C99).

RGB color model

#C58682 color RGB value is (197,134,130).

RGB: (197,134,130) (77%, 53%, 51%)

RGB channels and saturation

R 197 of 255 = 77%
G 134 of 255 = 53%
B 130 of 255 = 51%

197
134
130

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

Portions of RGB colors in percentages

R + G + B = 197 + 134 + 130 = 461 (100%)
R 197 of 461 ~ 42.73%
G 134 of 461 ~ 29.07%
B 130 of 461 ~ 28.2'%

%42.73
%29.07
%28.2

CMYK color model

#C58682 color CMYK value is (0,32,34,23).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 34.01%
  • key color value is 22.75%

CMYK: (0,32,34,23)
C0M32Y34K23 (0%, 32%, 34%, 23%)
(0.00 / 0.32 / 0.34 / 0.23)

CMYK percentages

%0
%31.98
%34.01
%22.75

Codes

Color #C58682 in popluar color models

C5 86 82
RGB 197 134 130
HSL 36.61% 64.12%
HSB/HSV 34.01% 77.25%
CMYK 0.00% 31.98% 34.01%
22.75%

Color #C58682 in popluar number systems.

HEX C5 86 82
Decimal 197 134 130
Binary 11000101 10000110 10000010
Octal 305 206 202

Shades and tints

Shades of #C58682

#C58682
(197,134,130)
#B47A77
(180,122,119)
#A36E6C
(163,110,108)
#926261
(146,98,97)
#815656
(129,86,86)
#704A4B
(112,74,75)
#5F3E40
(95,62,64)
#4E3235
(78,50,53)
#3D262A
(61,38,42)
#2C1A1F
(44,26,31)
#1B0E14
(27,14,20)
#000000
(0,0,0)

Tints of #C58682

#C58682
(197,134,130)
#CA918D
(202,145,141)
#CF9C98
(207,156,152)
#D4A7A3
(212,167,163)
#D9B2AE
(217,178,174)
#DEBDB9
(222,189,185)
#E3C8C4
(227,200,196)
#E8D3CF
(232,211,207)
#EDDEDA
(237,222,218)
#F2E9E5
(242,233,229)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58682 color. Also use rgb(197,134,130) instead hex code.

Text Font Color

.myTextColor { color: #C58682; }

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

This text font color is #C58682.

Background Color

.myBgColor { background-color: #C58682; }

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

This div background color is #C58682.

Border color

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

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

This div border color is #C58682.

Opacity

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

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

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

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

This text has shadow with #C58682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58682.

Preview

Color preview on black background

This text has color #C58682 on black background.


Color preview on white background

This text has color #C58682 on white background.


Black color preview on #C58682 background

This text has black color on #C58682 background.


White color preview on #C58682 background

This text has white color on #C58682 background.


Related colors

Complementary color

Complementary color for #hex is #3A797D.


I love getcolorcode.com

Triadic colors

1 #82C586 and #8682C5 with #C58682 are triadic colors.

2 #8286C5 and #86C582 with #C58682 are triadic colors.