COLOR #C59585

HEX: #C59585 RGB: (197,149,133)

Color info

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

RGB color model

#C59585 color RGB value is (197,149,133).

RGB: (197,149,133) (77%, 58%, 52%)

RGB channels and saturation

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

197
149
133

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

Portions of RGB colors in percentages

R + G + B = 197 + 149 + 133 = 479 (100%)
R 197 of 479 ~ 41.13%
G 149 of 479 ~ 31.11%
B 133 of 479 ~ 27.77'%

%41.13
%31.11
%27.77

CMYK color model

#C59585 color CMYK value is (0,24,32,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 32.49%
  • key color value is 22.75%

CMYK: (0,24,32,23)
C0M24Y32K23 (0%, 24%, 32%, 23%)
(0.00 / 0.24 / 0.32 / 0.23)

CMYK percentages

%0
%24.37
%32.49
%22.75

Codes

Color #C59585 in popluar color models

C5 95 85
RGB 197 149 133
HSL 15° 35.56% 64.71%
HSB/HSV 15° 32.49% 77.25%
CMYK 0.00% 24.37% 32.49%
22.75%

Color #C59585 in popluar number systems.

HEX C5 95 85
Decimal 197 149 133
Binary 11000101 10010101 10000101
Octal 305 225 205

Shades and tints

Shades of #C59585

#C59585
(197,149,133)
#B48879
(180,136,121)
#A37B6D
(163,123,109)
#926E61
(146,110,97)
#816155
(129,97,85)
#705449
(112,84,73)
#5F473D
(95,71,61)
#4E3A31
(78,58,49)
#3D2D25
(61,45,37)
#2C2019
(44,32,25)
#1B130D
(27,19,13)
#000000
(0,0,0)

Tints of #C59585

#C59585
(197,149,133)
#CA9E90
(202,158,144)
#CFA79B
(207,167,155)
#D4B0A6
(212,176,166)
#D9B9B1
(217,185,177)
#DEC2BC
(222,194,188)
#E3CBC7
(227,203,199)
#E8D4D2
(232,212,210)
#EDDDDD
(237,221,221)
#F2E6E8
(242,230,232)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59585; }

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

This text font color is #C59585.

Background Color

.myBgColor { background-color: #C59585; }

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

This div background color is #C59585.

Border color

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

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

This div border color is #C59585.

Opacity

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

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

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

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

This text has shadow with #C59585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59585.

Preview

Color preview on black background

This text has color #C59585 on black background.


Color preview on white background

This text has color #C59585 on white background.


Black color preview on #C59585 background

This text has black color on #C59585 background.


White color preview on #C59585 background

This text has white color on #C59585 background.


Related colors

Complementary color

Complementary color for #hex is #3A6A7A.


I love getcolorcode.com

Triadic colors

1 #85C595 and #9585C5 with #C59585 are triadic colors.

2 #8595C5 and #95C585 with #C59585 are triadic colors.