COLOR #C59DA5

HEX: #C59DA5
RGB: (197,157,165)

Color info

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

RGB color model

#C59DA5 color RGB value is (197,157,165).

  • red value is 197;
  • green value is 157;
  • blue value is 165.
RGB:
(197,157,165)
(77%,62%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 165 of 255 = 65%

197
157
165

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

Portions of RGB colors in percentages

R + G + B =
197 + 157 + 165 = 519 (100%)
R 197 of 519 ~ 37.96%
G 157 of 519 ~ 30.25%
B 165 of 519 ~ 31.79%

%37.96
%30.25
%31.79

CMYK color model

#C59DA5 color CMYK value is (0,20,16,23).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 16.24%
  • key color value is 22.75%
CMYK:
(0,20,16,23)
C0M20Y16K23 
(0%,20%,16%,23%)
(0.00/0.20/0.16/0.23)	

CMYK percentages

%0
%20.3
%16.24
%22.75

Codes

Color #C59DA5 in popluar color models

C59DA5
RGB197157165
HSL348°25.64%69.41%
HSB/HSV348°20.30%77.25%
CMYK0.00%20.30%16.24%
22.75%

Color #C59DA5 in popluar number systems.

HEXC59DA5
Decimal197157165
Binary110001011001110110100101
Octal305235245

Shades and tints

Shades of #C59DA5

#C59DA5
(197,157,165)
#B48F96
(180,143,150)
#A38187
(163,129,135)
#927378
(146,115,120)
#816569
(129,101,105)
#70575A
(112,87,90)
#5F494B
(95,73,75)
#4E3B3C
(78,59,60)
#3D2D2D
(61,45,45)
#2C1F1E
(44,31,30)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #C59DA5

#C59DA5
(197,157,165)
#CAA5AD
(202,165,173)
#CFADB5
(207,173,181)
#D4B5BD
(212,181,189)
#D9BDC5
(217,189,197)
#DEC5CD
(222,197,205)
#E3CDD5
(227,205,213)
#E8D5DD
(232,213,221)
#EDDDE5
(237,221,229)
#F2E5ED
(242,229,237)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DA5 color. Also use rgb(197,157,165) instead hex code.

Text Font Color

.myTextColor { color: #C59DA5; }

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

This text font color is #C59DA5.


Background Color

.myBgColor { background-color: #C59DA5; }

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

This div background color is #C59DA5.


Border color

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

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

This div border color is #C59DA5.


Opacity

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

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

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

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

This text has shadow with #C59DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DA5 on black background.


Color preview on white background

This text has color #C59DA5 on white background.



Black color preview on #C59DA5 background

This text has black color on #C59DA5 background.


White color preview on #C59DA5 background

This text has white color on #C59DA5 background.