COLOR #C59584

HEX: #C59584
RGB: (197,149,132)

Color info

#C59584 contains mainly red and green colors. Web safe color of #C59584 is #CC9999 (or #C99).

RGB color model

#C59584 color RGB value is (197,149,132).

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

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 132 of 255 = 52%

197
149
132

R + G + B ~ 62%. #C59584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 149 + 132 = 478 (100%)
R 197 of 478 ~ 41.21%
G 149 of 478 ~ 31.17%
B 132 of 478 ~ 27.62%

%41.21
%31.17
%27.62

CMYK color model

#C59584 color CMYK value is (0,24,33,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 32.99%
  • key color value is 22.75%
CMYK:
(0,24,33,23)
C0M24Y33K23 
(0%,24%,33%,23%)
(0.00/0.24/0.33/0.23)	

CMYK percentages

%0
%24.37
%32.99
%22.75

Codes

Color #C59584 in popluar color models

C59584
RGB197149132
HSL16°35.91%64.51%
HSB/HSV16°32.99%77.25%
CMYK0.00%24.37%32.99%
22.75%

Color #C59584 in popluar number systems.

HEXC59584
Decimal197149132
Binary110001011001010110000100
Octal305225204

Shades and tints

Shades of #C59584

#C59584
(197,149,132)
#B48878
(180,136,120)
#A37B6C
(163,123,108)
#926E60
(146,110,96)
#816154
(129,97,84)
#705448
(112,84,72)
#5F473C
(95,71,60)
#4E3A30
(78,58,48)
#3D2D24
(61,45,36)
#2C2018
(44,32,24)
#1B130C
(27,19,12)
#000000
(0,0,0)

Tints of #C59584

#C59584
(197,149,132)
#CA9E8F
(202,158,143)
#CFA79A
(207,167,154)
#D4B0A5
(212,176,165)
#D9B9B0
(217,185,176)
#DEC2BB
(222,194,187)
#E3CBC6
(227,203,198)
#E8D4D1
(232,212,209)
#EDDDDC
(237,221,220)
#F2E6E7
(242,230,231)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59584; }

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

This text font color is #C59584.


Background Color

.myBgColor { background-color: #C59584; }

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

This div background color is #C59584.


Border color

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

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

This div border color is #C59584.


Opacity

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

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

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

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

This text has shadow with #C59584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59584 on black background.


Color preview on white background

This text has color #C59584 on white background.



Black color preview on #C59584 background

This text has black color on #C59584 background.


White color preview on #C59584 background

This text has white color on #C59584 background.