COLOR #C59CB9

HEX: #C59CB9
RGB: (197,156,185)

Color info

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

RGB color model

#C59CB9 color RGB value is (197,156,185).

  • red value is 197;
  • green value is 156;
  • blue value is 185.
RGB:
(197,156,185)
(77%,61%,73%)

RGB channels and saturation

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

197
156
185

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

Portions of RGB colors in percentages

R + G + B =
197 + 156 + 185 = 538 (100%)
R 197 of 538 ~ 36.62%
G 156 of 538 ~ 29%
B 185 of 538 ~ 34.39%

%36.62
%29
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.81%
  • 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
%20.81
%6.09
%22.75

Codes

Color #C59CB9 in popluar color models

C59CB9
RGB197156185
HSL318°26.11%69.22%
HSB/HSV318°20.81%77.25%
CMYK0.00%20.81%6.09%
22.75%

Color #C59CB9 in popluar number systems.

HEXC59CB9
Decimal197156185
Binary110001011001110010111001
Octal305234271

Shades and tints

Shades of #C59CB9

#C59CB9
(197,156,185)
#B48EA9
(180,142,169)
#A38099
(163,128,153)
#927289
(146,114,137)
#816479
(129,100,121)
#705669
(112,86,105)
#5F4859
(95,72,89)
#4E3A49
(78,58,73)
#3D2C39
(61,44,57)
#2C1E29
(44,30,41)
#1B1019
(27,16,25)
#000000
(0,0,0)

Tints of #C59CB9

#C59CB9
(197,156,185)
#CAA5BF
(202,165,191)
#CFAEC5
(207,174,197)
#D4B7CB
(212,183,203)
#D9C0D1
(217,192,209)
#DEC9D7
(222,201,215)
#E3D2DD
(227,210,221)
#E8DBE3
(232,219,227)
#EDE4E9
(237,228,233)
#F2EDEF
(242,237,239)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CB9; }

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

This text font color is #C59CB9.


Background Color

.myBgColor { background-color: #C59CB9; }

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

This div background color is #C59CB9.


Border color

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

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

This div border color is #C59CB9.


Opacity

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

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

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

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

This text has shadow with #C59CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CB9 on black background.


Color preview on white background

This text has color #C59CB9 on white background.



Black color preview on #C59CB9 background

This text has black color on #C59CB9 background.


White color preview on #C59CB9 background

This text has white color on #C59CB9 background.