COLOR #C79AC1

HEX: #C79AC1
RGB: (199,154,193)

Color info

#C79AC1 contains red, green and blue colors in about the same proportion. Web safe color of #C79AC1 is #CC99CC (or #C9C).

RGB color model

#C79AC1 color RGB value is (199,154,193).

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

RGB channels and saturation

R 199 of 255 = 78%
G 154 of 255 = 60%
B 193 of 255 = 76%

199
154
193

R + G + B ~ 71%. #C79AC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 154 + 193 = 546 (100%)
R 199 of 546 ~ 36.45%
G 154 of 546 ~ 28.21%
B 193 of 546 ~ 35.35%

%36.45
%28.21
%35.35

CMYK color model

#C79AC1 color CMYK value is (0,23,3,22).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 3.02%
  • key color value is 21.96%
CMYK:
(0,23,3,22)
C0M23Y3K22 
(0%,23%,3%,22%)
(0.00/0.23/0.03/0.22)	

CMYK percentages

%0
%22.61
%3.02
%21.96

Codes

Color #C79AC1 in popluar color models

C79AC1
RGB199154193
HSL308°28.66%69.22%
HSB/HSV308°22.61%78.04%
CMYK0.00%22.61%3.02%
21.96%

Color #C79AC1 in popluar number systems.

HEXC79AC1
Decimal199154193
Binary110001111001101011000001
Octal307232301

Shades and tints

Shades of #C79AC1

#C79AC1
(199,154,193)
#B58CB0
(181,140,176)
#A37E9F
(163,126,159)
#91708E
(145,112,142)
#7F627D
(127,98,125)
#6D546C
(109,84,108)
#5B465B
(91,70,91)
#49384A
(73,56,74)
#372A39
(55,42,57)
#251C28
(37,28,40)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #C79AC1

#C79AC1
(199,154,193)
#CCA3C6
(204,163,198)
#D1ACCB
(209,172,203)
#D6B5D0
(214,181,208)
#DBBED5
(219,190,213)
#E0C7DA
(224,199,218)
#E5D0DF
(229,208,223)
#EAD9E4
(234,217,228)
#EFE2E9
(239,226,233)
#F4EBEE
(244,235,238)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79AC1; }

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

This text font color is #C79AC1.


Background Color

.myBgColor { background-color: #C79AC1; }

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

This div background color is #C79AC1.


Border color

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

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

This div border color is #C79AC1.


Opacity

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

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

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

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

This text has shadow with #C79AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79AC1 on black background.


Color preview on white background

This text has color #C79AC1 on white background.



Black color preview on #C79AC1 background

This text has black color on #C79AC1 background.


White color preview on #C79AC1 background

This text has white color on #C79AC1 background.