COLOR #C59BB9

HEX: #C59BB9 RGB: (197,155,185)

Color info

#C59BB9 contains red, green and blue colors in about the same proportion. Web safe color of #C59BB9 is #CC99CC (or #C9C).

RGB color model

#C59BB9 color RGB value is (197,155,185).

RGB: (197,155,185) (77%, 61%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 185 of 255 = 73%

197
155
185

R + G + B ~ 70%. #C59BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 155 + 185 = 537 (100%)
R 197 of 537 ~ 36.69%
G 155 of 537 ~ 28.86%
B 185 of 537 ~ 34.45'%

%36.69
%28.86
%34.45

CMYK color model

#C59BB9 color CMYK value is (0,21,6,23).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 6.09%
  • key color value is 22.75%
CMYK: (0,21,6,23) C0M21Y6K23 (0%,21%,6%,23%) (0.00/0.21/0.06/0.23) 

CMYK percentages

%0
%21.32
%6.09
%22.75

Codes

Color #C59BB9 in popluar color models

C5 9B B9
RGB 197 155 185
HSL 317° 26.58% 69.02%
HSB/HSV 317° 21.32% 77.25%
CMYK 0.00% 21.32% 6.09%
22.75%

Color #C59BB9 in popluar number systems.

HEX C5 9B B9
Decimal 197 155 185
Binary 11000101 10011011 10111001
Octal 305 233 271

Shades and tints

Shades of #C59BB9

#C59BB9
(197,155,185)
#B48DA9
(180,141,169)
#A37F99
(163,127,153)
#927189
(146,113,137)
#816379
(129,99,121)
#705569
(112,85,105)
#5F4759
(95,71,89)
#4E3949
(78,57,73)
#3D2B39
(61,43,57)
#2C1D29
(44,29,41)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #C59BB9

#C59BB9
(197,155,185)
#CAA4BF
(202,164,191)
#CFADC5
(207,173,197)
#D4B6CB
(212,182,203)
#D9BFD1
(217,191,209)
#DEC8D7
(222,200,215)
#E3D1DD
(227,209,221)
#E8DAE3
(232,218,227)
#EDE3E9
(237,227,233)
#F2ECEF
(242,236,239)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59BB9 color. Also use rgb(197,155,185) instead hex code.

Text Font Color

.myTextColor { color: #C59BB9; }

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

This text font color is #C59BB9.

Background Color

.myBgColor { background-color: #C59BB9; }

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

This div background color is #C59BB9.

Border color

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

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

This div border color is #C59BB9.

Opacity

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

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

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

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

This text has shadow with #C59BB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59BB9.

Preview

Color preview on black background

This text has color #C59BB9 on black background.


Color preview on white background

This text has color #C59BB9 on white background.


Black color preview on #C59BB9 background

This text has black color on #C59BB9 background.


White color preview on #C59BB9 background

This text has white color on #C59BB9 background.


Related colors

Complementary color

Complementary color for #hex is #3A6446.


I love getcolorcode.com

Triadic colors

1 #B9C59B and #9BB9C5 with #C59BB9 are triadic colors.

2 #B99BC5 and #9BC5B9 with #C59BB9 are triadic colors.