COLOR #C79590

HEX: #C79590
RGB: (199,149,144)

Color info

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

RGB color model

#C79590 color RGB value is (199,149,144).

  • red value is 199;
  • green value is 149;
  • blue value is 144.
RGB:
(199,149,144)
(78%,58%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 149 of 255 = 58%
B 144 of 255 = 56%

199
149
144

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

Portions of RGB colors in percentages

R + G + B =
199 + 149 + 144 = 492 (100%)
R 199 of 492 ~ 40.45%
G 149 of 492 ~ 30.28%
B 144 of 492 ~ 29.27%

%40.45
%30.28
%29.27

CMYK color model

#C79590 color CMYK value is (0,25,28,22).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 27.64%
  • key color value is 21.96%
CMYK:
(0,25,28,22)
C0M25Y28K22 
(0%,25%,28%,22%)
(0.00/0.25/0.28/0.22)	

CMYK percentages

%0
%25.13
%27.64
%21.96

Codes

Color #C79590 in popluar color models

C79590
RGB199149144
HSL32.93%67.25%
HSB/HSV27.64%78.04%
CMYK0.00%25.13%27.64%
21.96%

Color #C79590 in popluar number systems.

HEXC79590
Decimal199149144
Binary110001111001010110010000
Octal307225220

Shades and tints

Shades of #C79590

#C79590
(199,149,144)
#B58883
(181,136,131)
#A37B76
(163,123,118)
#916E69
(145,110,105)
#7F615C
(127,97,92)
#6D544F
(109,84,79)
#5B4742
(91,71,66)
#493A35
(73,58,53)
#372D28
(55,45,40)
#25201B
(37,32,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #C79590

#C79590
(199,149,144)
#CC9E9A
(204,158,154)
#D1A7A4
(209,167,164)
#D6B0AE
(214,176,174)
#DBB9B8
(219,185,184)
#E0C2C2
(224,194,194)
#E5CBCC
(229,203,204)
#EAD4D6
(234,212,214)
#EFDDE0
(239,221,224)
#F4E6EA
(244,230,234)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79590 color. Also use rgb(199,149,144) instead hex code.

Text Font Color

.myTextColor { color: #C79590; }

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

This text font color is #C79590.


Background Color

.myBgColor { background-color: #C79590; }

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

This div background color is #C79590.


Border color

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

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

This div border color is #C79590.


Opacity

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

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

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

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

This text has shadow with #C79590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79590 on black background.


Color preview on white background

This text has color #C79590 on white background.



Black color preview on #C79590 background

This text has black color on #C79590 background.


White color preview on #C79590 background

This text has white color on #C79590 background.