COLOR #C79D88

HEX: #C79D88 RGB: (199,157,136)

Color info

#C79D88 contains mainly red and green colors. Web safe color of #C79D88 is #CC9999 (or #C99).

RGB color model

#C79D88 color RGB value is (199,157,136).

RGB: (199,157,136) (78%, 62%, 53%)

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 136 of 255 = 53%

199
157
136

R + G + B ~ 64%. #C79D88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 157 + 136 = 492 (100%)
R 199 of 492 ~ 40.45%
G 157 of 492 ~ 31.91%
B 136 of 492 ~ 27.64'%

%40.45
%31.91
%27.64

CMYK color model

#C79D88 color CMYK value is (0,21,32,22).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 31.66%
  • key color value is 21.96%

CMYK: (0,21,32,22)
C0M21Y32K22 (0%, 21%, 32%, 22%)
(0.00 / 0.21 / 0.32 / 0.22)

CMYK percentages

%0
%21.11
%31.66
%21.96

Codes

Color #C79D88 in popluar color models

C7 9D 88
RGB 199 157 136
HSL 20° 36.00% 65.69%
HSB/HSV 20° 31.66% 78.04%
CMYK 0.00% 21.11% 31.66%
21.96%

Color #C79D88 in popluar number systems.

HEX C7 9D 88
Decimal 199 157 136
Binary 11000111 10011101 10001000
Octal 307 235 210

Shades and tints

Shades of #C79D88

#C79D88
(199,157,136)
#B58F7C
(181,143,124)
#A38170
(163,129,112)
#917364
(145,115,100)
#7F6558
(127,101,88)
#6D574C
(109,87,76)
#5B4940
(91,73,64)
#493B34
(73,59,52)
#372D28
(55,45,40)
#251F1C
(37,31,28)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #C79D88

#C79D88
(199,157,136)
#CCA592
(204,165,146)
#D1AD9C
(209,173,156)
#D6B5A6
(214,181,166)
#DBBDB0
(219,189,176)
#E0C5BA
(224,197,186)
#E5CDC4
(229,205,196)
#EAD5CE
(234,213,206)
#EFDDD8
(239,221,216)
#F4E5E2
(244,229,226)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79D88 color. Also use rgb(199,157,136) instead hex code.

Text Font Color

.myTextColor { color: #C79D88; }

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

This text font color is #C79D88.

Background Color

.myBgColor { background-color: #C79D88; }

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

This div background color is #C79D88.

Border color

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

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

This div border color is #C79D88.

Opacity

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

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

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

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

This text has shadow with #C79D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79D88.

Preview

Color preview on black background

This text has color #C79D88 on black background.


Color preview on white background

This text has color #C79D88 on white background.


Black color preview on #C79D88 background

This text has black color on #C79D88 background.


White color preview on #C79D88 background

This text has white color on #C79D88 background.


Related colors

Complementary color

Complementary color for #hex is #386277.


I love getcolorcode.com

Triadic colors

1 #88C79D and #9D88C7 with #C79D88 are triadic colors.

2 #889DC7 and #9DC788 with #C79D88 are triadic colors.