COLOR #C79DA5

HEX: #C79DA5
RGB: (199,157,165)

Color info

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

RGB color model

#C79DA5 color RGB value is (199,157,165).

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

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 165 of 255 = 65%

199
157
165

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

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 165 = 521 (100%)
R 199 of 521 ~ 38.2%
G 157 of 521 ~ 30.13%
B 165 of 521 ~ 31.67%

%38.2
%30.13
%31.67

CMYK color model

#C79DA5 color CMYK value is (0,21,17,22).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 17.09%
  • key color value is 21.96%
CMYK:
(0,21,17,22)
C0M21Y17K22 
(0%,21%,17%,22%)
(0.00/0.21/0.17/0.22)	

CMYK percentages

%0
%21.11
%17.09
%21.96

Codes

Color #C79DA5 in popluar color models

C79DA5
RGB199157165
HSL349°27.27%69.80%
HSB/HSV349°21.11%78.04%
CMYK0.00%21.11%17.09%
21.96%

Color #C79DA5 in popluar number systems.

HEXC79DA5
Decimal199157165
Binary110001111001110110100101
Octal307235245

Shades and tints

Shades of #C79DA5

#C79DA5
(199,157,165)
#B58F96
(181,143,150)
#A38187
(163,129,135)
#917378
(145,115,120)
#7F6569
(127,101,105)
#6D575A
(109,87,90)
#5B494B
(91,73,75)
#493B3C
(73,59,60)
#372D2D
(55,45,45)
#251F1E
(37,31,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #C79DA5

#C79DA5
(199,157,165)
#CCA5AD
(204,165,173)
#D1ADB5
(209,173,181)
#D6B5BD
(214,181,189)
#DBBDC5
(219,189,197)
#E0C5CD
(224,197,205)
#E5CDD5
(229,205,213)
#EAD5DD
(234,213,221)
#EFDDE5
(239,221,229)
#F4E5ED
(244,229,237)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79DA5; }

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

This text font color is #C79DA5.


Background Color

.myBgColor { background-color: #C79DA5; }

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

This div background color is #C79DA5.


Border color

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

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

This div border color is #C79DA5.


Opacity

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

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

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

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

This text has shadow with #C79DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DA5 on black background.


Color preview on white background

This text has color #C79DA5 on white background.



Black color preview on #C79DA5 background

This text has black color on #C79DA5 background.


White color preview on #C79DA5 background

This text has white color on #C79DA5 background.