COLOR #C79888

HEX: #C79888
RGB: (199,152,136)

Color info

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

RGB color model

#C79888 color RGB value is (199,152,136).

  • red value is 199;
  • green value is 152;
  • blue value is 136.
RGB:
(199,152,136)
(78%,60%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 152 of 255 = 60%
B 136 of 255 = 53%

199
152
136

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

Portions of RGB colors in percentages

R + G + B =
199 + 152 + 136 = 487 (100%)
R 199 of 487 ~ 40.86%
G 152 of 487 ~ 31.21%
B 136 of 487 ~ 27.93%

%40.86
%31.21
%27.93

CMYK color model

#C79888 color CMYK value is (0,24,32,22).

  • cyan value is 0.00%
  • magenta value is 23.62%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK:
(0,24,32,22)
C0M24Y32K22 
(0%,24%,32%,22%)
(0.00/0.24/0.32/0.22)	

CMYK percentages

%0
%23.62
%31.66
%21.96

Codes

Color #C79888 in popluar color models

C79888
RGB199152136
HSL15°36.00%65.69%
HSB/HSV15°31.66%78.04%
CMYK0.00%23.62%31.66%
21.96%

Color #C79888 in popluar number systems.

HEXC79888
Decimal199152136
Binary110001111001100010001000
Octal307230210

Shades and tints

Shades of #C79888

#C79888
(199,152,136)
#B58B7C
(181,139,124)
#A37E70
(163,126,112)
#917164
(145,113,100)
#7F6458
(127,100,88)
#6D574C
(109,87,76)
#5B4A40
(91,74,64)
#493D34
(73,61,52)
#373028
(55,48,40)
#25231C
(37,35,28)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #C79888

#C79888
(199,152,136)
#CCA192
(204,161,146)
#D1AA9C
(209,170,156)
#D6B3A6
(214,179,166)
#DBBCB0
(219,188,176)
#E0C5BA
(224,197,186)
#E5CEC4
(229,206,196)
#EAD7CE
(234,215,206)
#EFE0D8
(239,224,216)
#F4E9E2
(244,233,226)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79888; }

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

This text font color is #C79888.


Background Color

.myBgColor { background-color: #C79888; }

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

This div background color is #C79888.


Border color

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

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

This div border color is #C79888.


Opacity

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

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

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

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

This text has shadow with #C79888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79888 on black background.


Color preview on white background

This text has color #C79888 on white background.



Black color preview on #C79888 background

This text has black color on #C79888 background.


White color preview on #C79888 background

This text has white color on #C79888 background.