COLOR #C5859A

HEX: #C5859A RGB: (197,133,154)

Color info

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

RGB color model

#C5859A color RGB value is (197,133,154).

RGB: (197,133,154) (77%, 52%, 60%)

RGB channels and saturation

R 197 of 255 = 77%
G 133 of 255 = 52%
B 154 of 255 = 60%

197
133
154

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

Portions of RGB colors in percentages

R + G + B = 197 + 133 + 154 = 484 (100%)
R 197 of 484 ~ 40.7%
G 133 of 484 ~ 27.48%
B 154 of 484 ~ 31.82'%

%40.7
%27.48
%31.82

CMYK color model

#C5859A color CMYK value is (0,32,22,23).

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

CMYK: (0,32,22,23)
C0M32Y22K23 (0%, 32%, 22%, 23%)
(0.00 / 0.32 / 0.22 / 0.23)

CMYK percentages

%0
%32.49
%21.83
%22.75

Codes

Color #C5859A in popluar color models

C5 85 9A
RGB 197 133 154
HSL 340° 35.56% 64.71%
HSB/HSV 340° 32.49% 77.25%
CMYK 0.00% 32.49% 21.83%
22.75%

Color #C5859A in popluar number systems.

HEX C5 85 9A
Decimal 197 133 154
Binary 11000101 10000101 10011010
Octal 305 205 232

Shades and tints

Shades of #C5859A

#C5859A
(197,133,154)
#B4798C
(180,121,140)
#A36D7E
(163,109,126)
#926170
(146,97,112)
#815562
(129,85,98)
#704954
(112,73,84)
#5F3D46
(95,61,70)
#4E3138
(78,49,56)
#3D252A
(61,37,42)
#2C191C
(44,25,28)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #C5859A

#C5859A
(197,133,154)
#CA90A3
(202,144,163)
#CF9BAC
(207,155,172)
#D4A6B5
(212,166,181)
#D9B1BE
(217,177,190)
#DEBCC7
(222,188,199)
#E3C7D0
(227,199,208)
#E8D2D9
(232,210,217)
#EDDDE2
(237,221,226)
#F2E8EB
(242,232,235)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5859A; }

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

This text font color is #C5859A.

Background Color

.myBgColor { background-color: #C5859A; }

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

This div background color is #C5859A.

Border color

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

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

This div border color is #C5859A.

Opacity

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

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

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

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

This text has shadow with #C5859A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5859A.

Preview

Color preview on black background

This text has color #C5859A on black background.


Color preview on white background

This text has color #C5859A on white background.


Black color preview on #C5859A background

This text has black color on #C5859A background.


White color preview on #C5859A background

This text has white color on #C5859A background.


Related colors

Complementary color

Complementary color for #hex is #3A7A65.


I love getcolorcode.com

Triadic colors

1 #9AC585 and #859AC5 with #C5859A are triadic colors.

2 #9A85C5 and #85C59A with #C5859A are triadic colors.