COLOR #C59289

HEX: #C59289 RGB: (197,146,137)

Color info

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

RGB color model

#C59289 color RGB value is (197,146,137).

RGB: (197,146,137) (77%, 57%, 54%)

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 137 of 255 = 54%

197
146
137

R + G + B ~ 63%. #C59289 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 146 + 137 = 480 (100%)
R 197 of 480 ~ 41.04%
G 146 of 480 ~ 30.42%
B 137 of 480 ~ 28.54'%

%41.04
%30.42
%28.54

CMYK color model

#C59289 color CMYK value is (0,26,30,23).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 30.46%
  • key color value is 22.75%

CMYK: (0,26,30,23)
C0M26Y30K23 (0%, 26%, 30%, 23%)
(0.00 / 0.26 / 0.30 / 0.23)

CMYK percentages

%0
%25.89
%30.46
%22.75

Codes

Color #C59289 in popluar color models

C5 92 89
RGB 197 146 137
HSL 34.09% 65.49%
HSB/HSV 30.46% 77.25%
CMYK 0.00% 25.89% 30.46%
22.75%

Color #C59289 in popluar number systems.

HEX C5 92 89
Decimal 197 146 137
Binary 11000101 10010010 10001001
Octal 305 222 211

Shades and tints

Shades of #C59289

#C59289
(197,146,137)
#B4857D
(180,133,125)
#A37871
(163,120,113)
#926B65
(146,107,101)
#815E59
(129,94,89)
#70514D
(112,81,77)
#5F4441
(95,68,65)
#4E3735
(78,55,53)
#3D2A29
(61,42,41)
#2C1D1D
(44,29,29)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #C59289

#C59289
(197,146,137)
#CA9B93
(202,155,147)
#CFA49D
(207,164,157)
#D4ADA7
(212,173,167)
#D9B6B1
(217,182,177)
#DEBFBB
(222,191,187)
#E3C8C5
(227,200,197)
#E8D1CF
(232,209,207)
#EDDAD9
(237,218,217)
#F2E3E3
(242,227,227)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59289 color. Also use rgb(197,146,137) instead hex code.

Text Font Color

.myTextColor { color: #C59289; }

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

This text font color is #C59289.

Background Color

.myBgColor { background-color: #C59289; }

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

This div background color is #C59289.

Border color

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

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

This div border color is #C59289.

Opacity

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

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

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

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

This text has shadow with #C59289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59289.

Preview

Color preview on black background

This text has color #C59289 on black background.


Color preview on white background

This text has color #C59289 on white background.


Black color preview on #C59289 background

This text has black color on #C59289 background.


White color preview on #C59289 background

This text has white color on #C59289 background.


Related colors

Complementary color

Complementary color for #hex is #3A6D76.


I love getcolorcode.com

Triadic colors

1 #89C592 and #9289C5 with #C59289 are triadic colors.

2 #8992C5 and #92C589 with #C59289 are triadic colors.