COLOR #C58480

HEX: #C58480
RGB: (197,132,128)

Color info

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

RGB color model

#C58480 color RGB value is (197,132,128).

  • red value is 197;
  • green value is 132;
  • blue value is 128.
RGB:
(197,132,128)
(77%,52%,50%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 128 of 255 = 50%

197
132
128

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

Portions of RGB colors in percentages

R + G + B =
197 + 132 + 128 = 457 (100%)
R 197 of 457 ~ 43.11%
G 132 of 457 ~ 28.88%
B 128 of 457 ~ 28.01%

%43.11
%28.88
%28.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 35.03%
  • 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
%35.03
%22.75

Codes

Color #C58480 in popluar color models

C58480
RGB197132128
HSL37.30%63.73%
HSB/HSV35.03%77.25%
CMYK0.00%32.99%35.03%
22.75%

Color #C58480 in popluar number systems.

HEXC58480
Decimal197132128
Binary110001011000010010000000
Octal305204200

Shades and tints

Shades of #C58480

#C58480
(197,132,128)
#B47875
(180,120,117)
#A36C6A
(163,108,106)
#92605F
(146,96,95)
#815454
(129,84,84)
#704849
(112,72,73)
#5F3C3E
(95,60,62)
#4E3033
(78,48,51)
#3D2428
(61,36,40)
#2C181D
(44,24,29)
#1B0C12
(27,12,18)
#000000
(0,0,0)

Tints of #C58480

#C58480
(197,132,128)
#CA8F8B
(202,143,139)
#CF9A96
(207,154,150)
#D4A5A1
(212,165,161)
#D9B0AC
(217,176,172)
#DEBBB7
(222,187,183)
#E3C6C2
(227,198,194)
#E8D1CD
(232,209,205)
#EDDCD8
(237,220,216)
#F2E7E3
(242,231,227)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58480; }

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

This text font color is #C58480.


Background Color

.myBgColor { background-color: #C58480; }

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

This div background color is #C58480.


Border color

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

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

This div border color is #C58480.


Opacity

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

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

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

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

This text has shadow with #C58480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58480 on black background.


Color preview on white background

This text has color #C58480 on white background.



Black color preview on #C58480 background

This text has black color on #C58480 background.


White color preview on #C58480 background

This text has white color on #C58480 background.