COLOR #C79BA3

HEX: #C79BA3 RGB: (199,155,163)

Color info

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

RGB color model

#C79BA3 color RGB value is (199,155,163).

RGB: (199,155,163) (78%, 61%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 163 of 255 = 64%

199
155
163

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

Portions of RGB colors in percentages

R + G + B = 199 + 155 + 163 = 517 (100%)
R 199 of 517 ~ 38.49%
G 155 of 517 ~ 29.98%
B 163 of 517 ~ 31.53'%

%38.49
%29.98
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 18.09%
  • key color value is 21.96%
CMYK: (0,22,18,22) C0M22Y18K22 (0%,22%,18%,22%) (0.00/0.22/0.18/0.22) 

CMYK percentages

%0
%22.11
%18.09
%21.96

Codes

Color #C79BA3 in popluar color models

C7 9B A3
RGB 199 155 163
HSL 349° 28.21% 69.41%
HSB/HSV 349° 22.11% 78.04%
CMYK 0.00% 22.11% 18.09%
21.96%

Color #C79BA3 in popluar number systems.

HEX C7 9B A3
Decimal 199 155 163
Binary 11000111 10011011 10100011
Octal 307 233 243

Shades and tints

Shades of #C79BA3

#C79BA3
(199,155,163)
#B58D95
(181,141,149)
#A37F87
(163,127,135)
#917179
(145,113,121)
#7F636B
(127,99,107)
#6D555D
(109,85,93)
#5B474F
(91,71,79)
#493941
(73,57,65)
#372B33
(55,43,51)
#251D25
(37,29,37)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #C79BA3

#C79BA3
(199,155,163)
#CCA4AB
(204,164,171)
#D1ADB3
(209,173,179)
#D6B6BB
(214,182,187)
#DBBFC3
(219,191,195)
#E0C8CB
(224,200,203)
#E5D1D3
(229,209,211)
#EADADB
(234,218,219)
#EFE3E3
(239,227,227)
#F4ECEB
(244,236,235)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79BA3 color. Also use rgb(199,155,163) instead hex code.

Text Font Color

.myTextColor { color: #C79BA3; }

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

This text font color is #C79BA3.

Background Color

.myBgColor { background-color: #C79BA3; }

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

This div background color is #C79BA3.

Border color

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

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

This div border color is #C79BA3.

Opacity

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

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

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

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

This text has shadow with #C79BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79BA3.

Preview

Color preview on black background

This text has color #C79BA3 on black background.


Color preview on white background

This text has color #C79BA3 on white background.


Black color preview on #C79BA3 background

This text has black color on #C79BA3 background.


White color preview on #C79BA3 background

This text has white color on #C79BA3 background.


Related colors

Complementary color

Complementary color for #hex is #38645C.


I love getcolorcode.com

Triadic colors

1 #A3C79B and #9BA3C7 with #C79BA3 are triadic colors.

2 #A39BC7 and #9BC7A3 with #C79BA3 are triadic colors.