COLOR #C59499

HEX: #C59499 RGB: (197,148,153)

Color info

#C59499 contains red, green and blue colors in about the same proportion. Web safe color of #C59499 is #CC9999 (or #C99).

RGB color model

#C59499 color RGB value is (197,148,153).

RGB: (197,148,153) (77%, 58%, 60%)

RGB channels and saturation

R 197 of 255 = 77%
G 148 of 255 = 58%
B 153 of 255 = 60%

197
148
153

R + G + B ~ 65%. #C59499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 148 + 153 = 498 (100%)
R 197 of 498 ~ 39.56%
G 148 of 498 ~ 29.72%
B 153 of 498 ~ 30.72'%

%39.56
%29.72
%30.72

CMYK color model

#C59499 color CMYK value is (0,25,22,23).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 22.34%
  • key color value is 22.75%

CMYK: (0,25,22,23)
C0M25Y22K23 (0%, 25%, 22%, 23%)
(0.00 / 0.25 / 0.22 / 0.23)

CMYK percentages

%0
%24.87
%22.34
%22.75

Codes

Color #C59499 in popluar color models

C5 94 99
RGB 197 148 153
HSL 354° 29.70% 67.65%
HSB/HSV 354° 24.87% 77.25%
CMYK 0.00% 24.87% 22.34%
22.75%

Color #C59499 in popluar number systems.

HEX C5 94 99
Decimal 197 148 153
Binary 11000101 10010100 10011001
Octal 305 224 231

Shades and tints

Shades of #C59499

#C59499
(197,148,153)
#B4878C
(180,135,140)
#A37A7F
(163,122,127)
#926D72
(146,109,114)
#816065
(129,96,101)
#705358
(112,83,88)
#5F464B
(95,70,75)
#4E393E
(78,57,62)
#3D2C31
(61,44,49)
#2C1F24
(44,31,36)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C59499

#C59499
(197,148,153)
#CA9DA2
(202,157,162)
#CFA6AB
(207,166,171)
#D4AFB4
(212,175,180)
#D9B8BD
(217,184,189)
#DEC1C6
(222,193,198)
#E3CACF
(227,202,207)
#E8D3D8
(232,211,216)
#EDDCE1
(237,220,225)
#F2E5EA
(242,229,234)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59499 color. Also use rgb(197,148,153) instead hex code.

Text Font Color

.myTextColor { color: #C59499; }

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

This text font color is #C59499.

Background Color

.myBgColor { background-color: #C59499; }

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

This div background color is #C59499.

Border color

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

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

This div border color is #C59499.

Opacity

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

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

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

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

This text has shadow with #C59499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59499.

Preview

Color preview on black background

This text has color #C59499 on black background.


Color preview on white background

This text has color #C59499 on white background.


Black color preview on #C59499 background

This text has black color on #C59499 background.


White color preview on #C59499 background

This text has white color on #C59499 background.


Related colors

Complementary color

Complementary color for #hex is #3A6B66.


I love getcolorcode.com

Triadic colors

1 #99C594 and #9499C5 with #C59499 are triadic colors.

2 #9994C5 and #94C599 with #C59499 are triadic colors.