COLOR #C79CA1

HEX: #C79CA1
RGB: (199,156,161)

Color info

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

RGB color model

#C79CA1 color RGB value is (199,156,161).

  • red value is 199;
  • green value is 156;
  • blue value is 161.
RGB:
(199,156,161)
(78%,61%,63%)

RGB channels and saturation

R 199 of 255 = 78%
G 156 of 255 = 61%
B 161 of 255 = 63%

199
156
161

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

Portions of RGB colors in percentages

R + G + B =
199 + 156 + 161 = 516 (100%)
R 199 of 516 ~ 38.57%
G 156 of 516 ~ 30.23%
B 161 of 516 ~ 31.2%

%38.57
%30.23
%31.2

CMYK color model

#C79CA1 color CMYK value is (0,22,19,22).

  • cyan value is 0.00%
  • magenta value is 21.61%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(0,22,19,22)
C0M22Y19K22 
(0%,22%,19%,22%)
(0.00/0.22/0.19/0.22)	

CMYK percentages

%0
%21.61
%19.1
%21.96

Codes

Color #C79CA1 in popluar color models

C79CA1
RGB199156161
HSL353°27.74%69.61%
HSB/HSV353°21.61%78.04%
CMYK0.00%21.61%19.10%
21.96%

Color #C79CA1 in popluar number systems.

HEXC79CA1
Decimal199156161
Binary110001111001110010100001
Octal307234241

Shades and tints

Shades of #C79CA1

#C79CA1
(199,156,161)
#B58E93
(181,142,147)
#A38085
(163,128,133)
#917277
(145,114,119)
#7F6469
(127,100,105)
#6D565B
(109,86,91)
#5B484D
(91,72,77)
#493A3F
(73,58,63)
#372C31
(55,44,49)
#251E23
(37,30,35)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #C79CA1

#C79CA1
(199,156,161)
#CCA5A9
(204,165,169)
#D1AEB1
(209,174,177)
#D6B7B9
(214,183,185)
#DBC0C1
(219,192,193)
#E0C9C9
(224,201,201)
#E5D2D1
(229,210,209)
#EADBD9
(234,219,217)
#EFE4E1
(239,228,225)
#F4EDE9
(244,237,233)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79CA1 color. Also use rgb(199,156,161) instead hex code.

Text Font Color

.myTextColor { color: #C79CA1; }

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

This text font color is #C79CA1.


Background Color

.myBgColor { background-color: #C79CA1; }

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

This div background color is #C79CA1.


Border color

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

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

This div border color is #C79CA1.


Opacity

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

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

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

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

This text has shadow with #C79CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79CA1 on black background.


Color preview on white background

This text has color #C79CA1 on white background.



Black color preview on #C79CA1 background

This text has black color on #C79CA1 background.


White color preview on #C79CA1 background

This text has white color on #C79CA1 background.