COLOR #C59CB2

HEX: #C59CB2
RGB: (197,156,178)

Color info

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

RGB color model

#C59CB2 color RGB value is (197,156,178).

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

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 178 of 255 = 70%

197
156
178

R + G + B ~ 69%. #C59CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 156 + 178 = 531 (100%)
R 197 of 531 ~ 37.1%
G 156 of 531 ~ 29.38%
B 178 of 531 ~ 33.52%

%37.1
%29.38
%33.52

CMYK color model

#C59CB2 color CMYK value is (0,21,10,23).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 9.64%
  • key color value is 22.75%
CMYK:
(0,21,10,23)
C0M21Y10K23 
(0%,21%,10%,23%)
(0.00/0.21/0.10/0.23)	

CMYK percentages

%0
%20.81
%9.64
%22.75

Codes

Color #C59CB2 in popluar color models

C59CB2
RGB197156178
HSL328°26.11%69.22%
HSB/HSV328°20.81%77.25%
CMYK0.00%20.81%9.64%
22.75%

Color #C59CB2 in popluar number systems.

HEXC59CB2
Decimal197156178
Binary110001011001110010110010
Octal305234262

Shades and tints

Shades of #C59CB2

#C59CB2
(197,156,178)
#B48EA2
(180,142,162)
#A38092
(163,128,146)
#927282
(146,114,130)
#816472
(129,100,114)
#705662
(112,86,98)
#5F4852
(95,72,82)
#4E3A42
(78,58,66)
#3D2C32
(61,44,50)
#2C1E22
(44,30,34)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #C59CB2

#C59CB2
(197,156,178)
#CAA5B9
(202,165,185)
#CFAEC0
(207,174,192)
#D4B7C7
(212,183,199)
#D9C0CE
(217,192,206)
#DEC9D5
(222,201,213)
#E3D2DC
(227,210,220)
#E8DBE3
(232,219,227)
#EDE4EA
(237,228,234)
#F2EDF1
(242,237,241)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CB2; }

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

This text font color is #C59CB2.


Background Color

.myBgColor { background-color: #C59CB2; }

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

This div background color is #C59CB2.


Border color

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

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

This div border color is #C59CB2.


Opacity

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

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

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

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

This text has shadow with #C59CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CB2 on black background.


Color preview on white background

This text has color #C59CB2 on white background.



Black color preview on #C59CB2 background

This text has black color on #C59CB2 background.


White color preview on #C59CB2 background

This text has white color on #C59CB2 background.