COLOR #C79CAB

HEX: #C79CAB RGB: (199,156,171)

Color info

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

RGB color model

#C79CAB color RGB value is (199,156,171).

RGB: (199,156,171) (78%, 61%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 156 of 255 = 61%
B 171 of 255 = 67%

199
156
171

R + G + B ~ 69%. #C79CAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 156 + 171 = 526 (100%)
R 199 of 526 ~ 37.83%
G 156 of 526 ~ 29.66%
B 171 of 526 ~ 32.51'%

%37.83
%29.66
%32.51

CMYK color model

#C79CAB color CMYK value is (0,22,14,22).

  • cyan value is 0.00%
  • magenta value is 21.61%
  • yellow value is 14.07%
  • key color value is 21.96%

CMYK: (0,22,14,22)
C0M22Y14K22 (0%, 22%, 14%, 22%)
(0.00 / 0.22 / 0.14 / 0.22)

CMYK percentages

%0
%21.61
%14.07
%21.96

Codes

Color #C79CAB in popluar color models

C7 9C AB
RGB 199 156 171
HSL 339° 27.74% 69.61%
HSB/HSV 339° 21.61% 78.04%
CMYK 0.00% 21.61% 14.07%
21.96%

Color #C79CAB in popluar number systems.

HEX C7 9C AB
Decimal 199 156 171
Binary 11000111 10011100 10101011
Octal 307 234 253

Shades and tints

Shades of #C79CAB

#C79CAB
(199,156,171)
#B58E9C
(181,142,156)
#A3808D
(163,128,141)
#91727E
(145,114,126)
#7F646F
(127,100,111)
#6D5660
(109,86,96)
#5B4851
(91,72,81)
#493A42
(73,58,66)
#372C33
(55,44,51)
#251E24
(37,30,36)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #C79CAB

#C79CAB
(199,156,171)
#CCA5B2
(204,165,178)
#D1AEB9
(209,174,185)
#D6B7C0
(214,183,192)
#DBC0C7
(219,192,199)
#E0C9CE
(224,201,206)
#E5D2D5
(229,210,213)
#EADBDC
(234,219,220)
#EFE4E3
(239,228,227)
#F4EDEA
(244,237,234)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79CAB; }

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

This text font color is #C79CAB.

Background Color

.myBgColor { background-color: #C79CAB; }

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

This div background color is #C79CAB.

Border color

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

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

This div border color is #C79CAB.

Opacity

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

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

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

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

This text has shadow with #C79CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79CAB.

Preview

Color preview on black background

This text has color #C79CAB on black background.


Color preview on white background

This text has color #C79CAB on white background.


Black color preview on #C79CAB background

This text has black color on #C79CAB background.


White color preview on #C79CAB background

This text has white color on #C79CAB background.


Related colors

Complementary color

Complementary color for #hex is #386354.


I love getcolorcode.com

Triadic colors

1 #ABC79C and #9CABC7 with #C79CAB are triadic colors.

2 #AB9CC7 and #9CC7AB with #C79CAB are triadic colors.