COLOR #C59CAA

HEX: #C59CAA
RGB: (197,156,170)

Color info

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

RGB color model

#C59CAA color RGB value is (197,156,170).

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

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 170 of 255 = 67%

197
156
170

R + G + B ~ 68%. #C59CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 156 + 170 = 523 (100%)
R 197 of 523 ~ 37.67%
G 156 of 523 ~ 29.83%
B 170 of 523 ~ 32.5%

%37.67
%29.83
%32.5

CMYK color model

#C59CAA color CMYK value is (0,21,14,23).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(0,21,14,23)
C0M21Y14K23 
(0%,21%,14%,23%)
(0.00/0.21/0.14/0.23)	

CMYK percentages

%0
%20.81
%13.71
%22.75

Codes

Color #C59CAA in popluar color models

C59CAA
RGB197156170
HSL340°26.11%69.22%
HSB/HSV340°20.81%77.25%
CMYK0.00%20.81%13.71%
22.75%

Color #C59CAA in popluar number systems.

HEXC59CAA
Decimal197156170
Binary110001011001110010101010
Octal305234252

Shades and tints

Shades of #C59CAA

#C59CAA
(197,156,170)
#B48E9B
(180,142,155)
#A3808C
(163,128,140)
#92727D
(146,114,125)
#81646E
(129,100,110)
#70565F
(112,86,95)
#5F4850
(95,72,80)
#4E3A41
(78,58,65)
#3D2C32
(61,44,50)
#2C1E23
(44,30,35)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C59CAA

#C59CAA
(197,156,170)
#CAA5B1
(202,165,177)
#CFAEB8
(207,174,184)
#D4B7BF
(212,183,191)
#D9C0C6
(217,192,198)
#DEC9CD
(222,201,205)
#E3D2D4
(227,210,212)
#E8DBDB
(232,219,219)
#EDE4E2
(237,228,226)
#F2EDE9
(242,237,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CAA; }

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

This text font color is #C59CAA.


Background Color

.myBgColor { background-color: #C59CAA; }

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

This div background color is #C59CAA.


Border color

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

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

This div border color is #C59CAA.


Opacity

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

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

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

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

This text has shadow with #C59CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CAA on black background.


Color preview on white background

This text has color #C59CAA on white background.



Black color preview on #C59CAA background

This text has black color on #C59CAA background.


White color preview on #C59CAA background

This text has white color on #C59CAA background.