COLOR #C79AA4

HEX: #C79AA4
RGB: (199,154,164)

Color info

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

RGB color model

#C79AA4 color RGB value is (199,154,164).

  • red value is 199;
  • green value is 154;
  • blue value is 164.
RGB:
(199,154,164)
(78%,60%,64%)

RGB channels and saturation

R 199 of 255 = 78%
G 154 of 255 = 60%
B 164 of 255 = 64%

199
154
164

R + G + B ~ 67%. #C79AA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 154 + 164 = 517 (100%)
R 199 of 517 ~ 38.49%
G 154 of 517 ~ 29.79%
B 164 of 517 ~ 31.72%

%38.49
%29.79
%31.72

CMYK color model

#C79AA4 color CMYK value is (0,23,18,22).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 17.59%
  • key color value is 21.96%
CMYK:
(0,23,18,22)
C0M23Y18K22 
(0%,23%,18%,22%)
(0.00/0.23/0.18/0.22)	

CMYK percentages

%0
%22.61
%17.59
%21.96

Codes

Color #C79AA4 in popluar color models

C79AA4
RGB199154164
HSL347°28.66%69.22%
HSB/HSV347°22.61%78.04%
CMYK0.00%22.61%17.59%
21.96%

Color #C79AA4 in popluar number systems.

HEXC79AA4
Decimal199154164
Binary110001111001101010100100
Octal307232244

Shades and tints

Shades of #C79AA4

#C79AA4
(199,154,164)
#B58C96
(181,140,150)
#A37E88
(163,126,136)
#91707A
(145,112,122)
#7F626C
(127,98,108)
#6D545E
(109,84,94)
#5B4650
(91,70,80)
#493842
(73,56,66)
#372A34
(55,42,52)
#251C26
(37,28,38)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #C79AA4

#C79AA4
(199,154,164)
#CCA3AC
(204,163,172)
#D1ACB4
(209,172,180)
#D6B5BC
(214,181,188)
#DBBEC4
(219,190,196)
#E0C7CC
(224,199,204)
#E5D0D4
(229,208,212)
#EAD9DC
(234,217,220)
#EFE2E4
(239,226,228)
#F4EBEC
(244,235,236)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79AA4 color. Also use rgb(199,154,164) instead hex code.

Text Font Color

.myTextColor { color: #C79AA4; }

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

This text font color is #C79AA4.


Background Color

.myBgColor { background-color: #C79AA4; }

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

This div background color is #C79AA4.


Border color

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

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

This div border color is #C79AA4.


Opacity

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

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

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

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

This text has shadow with #C79AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79AA4 on black background.


Color preview on white background

This text has color #C79AA4 on white background.



Black color preview on #C79AA4 background

This text has black color on #C79AA4 background.


White color preview on #C79AA4 background

This text has white color on #C79AA4 background.