COLOR #C58481

HEX: #C58481 RGB: (197,132,129)

Color info

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

RGB color model

#C58481 color RGB value is (197,132,129).

RGB: (197,132,129) (77%, 52%, 51%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 129 of 255 = 51%

197
132
129

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

Portions of RGB colors in percentages

R + G + B = 197 + 132 + 129 = 458 (100%)
R 197 of 458 ~ 43.01%
G 132 of 458 ~ 28.82%
B 129 of 458 ~ 28.17'%

%43.01
%28.82
%28.17

CMYK color model

#C58481 color CMYK value is (0,33,35,23).

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

CMYK: (0,33,35,23)
C0M33Y35K23 (0%, 33%, 35%, 23%)
(0.00 / 0.33 / 0.35 / 0.23)

CMYK percentages

%0
%32.99
%34.52
%22.75

Codes

Color #C58481 in popluar color models

C5 84 81
RGB 197 132 129
HSL 36.96% 63.92%
HSB/HSV 34.52% 77.25%
CMYK 0.00% 32.99% 34.52%
22.75%

Color #C58481 in popluar number systems.

HEX C5 84 81
Decimal 197 132 129
Binary 11000101 10000100 10000001
Octal 305 204 201

Shades and tints

Shades of #C58481

#C58481
(197,132,129)
#B47876
(180,120,118)
#A36C6B
(163,108,107)
#926060
(146,96,96)
#815455
(129,84,85)
#70484A
(112,72,74)
#5F3C3F
(95,60,63)
#4E3034
(78,48,52)
#3D2429
(61,36,41)
#2C181E
(44,24,30)
#1B0C13
(27,12,19)
#000000
(0,0,0)

Tints of #C58481

#C58481
(197,132,129)
#CA8F8C
(202,143,140)
#CF9A97
(207,154,151)
#D4A5A2
(212,165,162)
#D9B0AD
(217,176,173)
#DEBBB8
(222,187,184)
#E3C6C3
(227,198,195)
#E8D1CE
(232,209,206)
#EDDCD9
(237,220,217)
#F2E7E4
(242,231,228)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58481; }

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

This text font color is #C58481.

Background Color

.myBgColor { background-color: #C58481; }

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

This div background color is #C58481.

Border color

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

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

This div border color is #C58481.

Opacity

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

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

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

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

This text has shadow with #C58481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58481.

Preview

Color preview on black background

This text has color #C58481 on black background.


Color preview on white background

This text has color #C58481 on white background.


Black color preview on #C58481 background

This text has black color on #C58481 background.


White color preview on #C58481 background

This text has white color on #C58481 background.


Related colors

Complementary color

Complementary color for #hex is #3A7B7E.


I love getcolorcode.com

Triadic colors

1 #81C584 and #8481C5 with #C58481 are triadic colors.

2 #8184C5 and #84C581 with #C58481 are triadic colors.